Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 249) sorted by relevance

12345678910

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dpacket_local.h29 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward()
38 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) in PACKET_remaining()
49 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end()
58 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt) in PACKET_data()
68 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt, in PACKET_buf_init()
82 static ossl_inline void PACKET_null_init(PACKET *pkt) in PACKET_null_init()
93 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal()
106 __owur static ossl_inline int PACKET_peek_sub_packet(const PACKET *pkt, in PACKET_peek_sub_packet()
120 __owur static ossl_inline int PACKET_get_sub_packet(PACKET *pkt, in PACKET_get_sub_packet()
135 __owur static ossl_inline int PACKET_peek_net_2(const PACKET *pkt, in PACKET_peek_net_2()
[all …]
H A Dpacket.c16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes()
26 int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_allocate_bytes__()
40 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes()
71 int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_reserve_bytes__()
90 static int wpacket_intern_init_len(WPACKET *pkt, size_t lenbytes) in wpacket_intern_init_len()
118 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len, in WPACKET_init_static_len()
134 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes) in WPACKET_init_len()
147 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf) in WPACKET_init()
152 int WPACKET_set_flags(WPACKET *pkt, unsigned int flags) in WPACKET_set_flags()
186 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose) in wpacket_intern_close()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dpacket.h30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward()
39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) in PACKET_remaining()
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end()
59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt) in PACKET_data()
69 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt, in PACKET_buf_init()
83 static ossl_inline void PACKET_null_init(PACKET *pkt) in PACKET_null_init()
94 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal()
107 __owur static ossl_inline int PACKET_peek_sub_packet(const PACKET *pkt, in PACKET_peek_sub_packet()
121 __owur static ossl_inline int PACKET_get_sub_packet(PACKET *pkt, in PACKET_get_sub_packet()
136 __owur static ossl_inline int PACKET_peek_net_2(const PACKET *pkt, in PACKET_peek_net_2()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dpacket.c16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes()
26 int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_allocate_bytes__()
43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes()
77 int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len, in WPACKET_sub_reserve_bytes__()
100 static int wpacket_intern_init_len(WPACKET *pkt, size_t lenbytes) in wpacket_intern_init_len()
128 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len, in WPACKET_init_static_len()
145 int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len) in WPACKET_init_der()
159 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes) in WPACKET_init_len()
173 int WPACKET_init(WPACKET *pkt, BUF_MEM *buf) in WPACKET_init()
178 int WPACKET_init_null(WPACKET *pkt, size_t lenbytes) in WPACKET_init_null()
[all …]
H A Dder_writer.c16 static int int_start_context(WPACKET *pkt, int tag) in int_start_context()
25 static int int_end_context(WPACKET *pkt, int tag) in int_end_context()
51 int ossl_DER_w_precompiled(WPACKET *pkt, int tag, in ossl_DER_w_precompiled()
60 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b) in ossl_DER_w_boolean()
70 int ossl_DER_w_octet_string(WPACKET *pkt, int tag, in ossl_DER_w_octet_string()
81 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value) in ossl_DER_w_octet_string_uint32()
93 static int int_der_w_integer(WPACKET *pkt, int tag, in int_der_w_integer()
94 int (*put_bytes)(WPACKET *pkt, const void *v, in int_der_w_integer()
109 static int int_put_bytes_uint32(WPACKET *pkt, const void *v, in int_put_bytes_uint32()
128 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v) in ossl_DER_w_uint32()
[all …]
H A Dasn1_dsa.c39 int ossl_encode_der_length(WPACKET *pkt, size_t cont_len) in ossl_encode_der_length()
66 int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n) in ossl_encode_der_integer()
106 int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s) in ossl_encode_der_dsa_sig()
155 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt) in ossl_decode_der_length()
187 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n) in ossl_decode_der_integer()
237 PACKET pkt, contpkt; in ossl_decode_der_dsa_sig() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dpackettest.c19 PACKET pkt; in test_PACKET_remaining() local
34 PACKET pkt; in test_PACKET_end() local
51 PACKET pkt; in test_PACKET_get_1() local
68 PACKET pkt; in test_PACKET_get_4() local
85 PACKET pkt; in test_PACKET_get_net_2() local
102 PACKET pkt; in test_PACKET_get_net_3() local
119 PACKET pkt; in test_PACKET_get_net_4() local
135 PACKET pkt, subpkt; in test_PACKET_get_sub_packet() local
157 PACKET pkt; in test_PACKET_get_bytes() local
181 PACKET pkt; in test_PACKET_copy_bytes() local
[all …]
H A Dwpackettest.c38 static int cleanup(WPACKET *pkt) in cleanup()
46 WPACKET pkt; in test_WPACKET_init() local
122 WPACKET pkt; in test_WPACKET_set_max_size() local
169 WPACKET pkt; in test_WPACKET_start_sub_packet() local
251 WPACKET pkt; in test_WPACKET_set_flags() local
311 WPACKET pkt; in test_WPACKET_allocate_bytes() local
341 WPACKET pkt; in test_WPACKET_memcpy() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dpackettest.c19 PACKET pkt; in test_PACKET_remaining() local
34 PACKET pkt; in test_PACKET_end() local
51 PACKET pkt; in test_PACKET_get_1() local
68 PACKET pkt; in test_PACKET_get_4() local
85 PACKET pkt; in test_PACKET_get_net_2() local
102 PACKET pkt; in test_PACKET_get_net_3() local
119 PACKET pkt; in test_PACKET_get_net_4() local
135 PACKET pkt, subpkt; in test_PACKET_get_sub_packet() local
157 PACKET pkt; in test_PACKET_get_bytes() local
181 PACKET pkt; in test_PACKET_copy_bytes() local
[all …]
H A Dwpackettest.c31 static int cleanup(WPACKET *pkt) in cleanup()
39 WPACKET pkt; in test_WPACKET_init() local
115 WPACKET pkt; in test_WPACKET_set_max_size() local
162 WPACKET pkt; in test_WPACKET_start_sub_packet() local
244 WPACKET pkt; in test_WPACKET_set_flags() local
304 WPACKET pkt; in test_WPACKET_allocate_bytes() local
334 WPACKET pkt; in test_WPACKET_memcpy() local
358 WPACKET pkt; in test_WPACKET_init_der() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_clnt.c15 EXT_RETURN tls_construct_ctos_renegotiate(SSL *s, WPACKET *pkt, in tls_construct_ctos_renegotiate()
36 EXT_RETURN tls_construct_ctos_server_name(SSL *s, WPACKET *pkt, in tls_construct_ctos_server_name()
63 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_ctos_maxfragmentlen()
89 EXT_RETURN tls_construct_ctos_srp(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_srp()
159 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_ctos_ec_pt_formats()
185 EXT_RETURN tls_construct_ctos_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_ctos_supported_groups()
234 EXT_RETURN tls_construct_ctos_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_ctos_session_ticket()
278 EXT_RETURN tls_construct_ctos_sig_algs(SSL *s, WPACKET *pkt, in tls_construct_ctos_sig_algs()
306 EXT_RETURN tls_construct_ctos_status_request(SSL *s, WPACKET *pkt, in tls_construct_ctos_status_request()
380 EXT_RETURN tls_construct_ctos_npn(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_npn()
[all …]
H A Dextensions_srvr.c41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_renegotiate()
97 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_server_name()
180 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_maxfragmentlen()
220 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_srp()
248 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_ec_pt_formats()
274 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_session_ticket()
289 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_sig_algs_cert()
310 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_sig_algs()
332 int tls_parse_ctos_status_request(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_status_request()
446 int tls_parse_ctos_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_npn()
[all …]
H A Dstatem_clnt.c885 int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt, in ossl_statem_client_construct_message()
1021 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt) in ossl_statem_client_process_message()
1099 int tls_construct_client_hello(SSL *s, WPACKET *pkt) in tls_construct_client_hello()
1296 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt) in dtls_process_hello_verify()
1400 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt) in tls_process_server_hello()
1820 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt) in tls_process_server_certificate()
1993 static int tls_process_ske_psk_preamble(SSL *s, PACKET *pkt) in tls_process_ske_psk_preamble()
2037 static int tls_process_ske_srp(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_srp()
2086 static int tls_process_ske_dhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_dhe()
2194 static int tls_process_ske_ecdhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_ecdhe()
[all …]
H A Dstatem_srvr.c1018 int ossl_statem_server_construct_message(SSL *s, WPACKET *pkt, in ossl_statem_server_construct_message()
1182 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt) in ossl_statem_server_process_message()
1285 int dtls_raw_hello_verify_request(WPACKET *pkt, unsigned char *cookie, in dtls_raw_hello_verify_request()
1296 int dtls_construct_hello_verify_request(SSL *s, WPACKET *pkt) in dtls_construct_hello_verify_request()
1383 MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) in tls_process_client_hello()
2365 int tls_construct_server_hello(SSL *s, WPACKET *pkt) in tls_construct_server_hello()
2477 int tls_construct_server_done(SSL *s, WPACKET *pkt) in tls_construct_server_done()
2488 int tls_construct_server_key_exchange(SSL *s, WPACKET *pkt) in tls_construct_server_key_exchange()
2850 int tls_construct_certificate_request(SSL *s, WPACKET *pkt) in tls_construct_certificate_request()
2929 static int tls_process_cke_psk_preamble(SSL *s, PACKET *pkt) in tls_process_cke_psk_preamble()
[all …]
/netbsd-src/usr.sbin/mopd/common/
H A Dget.c37 mopGetChar(const u_char * pkt,int * idx) mopGetChar() argument
47 mopGetShort(const u_char * pkt,int * idx) mopGetShort() argument
57 mopGetLong(const u_char * pkt,int * idx) mopGetLong() argument
70 mopGetMulti(const u_char * pkt,int * idx,u_char * dest,int size) mopGetMulti() argument
82 mopGetTrans(const u_char * pkt,int trans) mopGetTrans() argument
98 mopGetHeader(const u_char * pkt,int * idx,const u_char ** dst,const u_char ** src,u_short * proto,int * len,int trans) mopGetHeader() argument
122 mopGetLength(const u_char * pkt,int trans) mopGetLength() argument
[all...]
H A Dput.c37 mopPutChar(u_char *pkt, int *idx, u_char value) in mopPutChar()
44 mopPutShort(u_char *pkt, int *idx, u_short value) in mopPutShort()
55 mopPutLong(u_char *pkt, int *idx, u_int32_t value) in mopPutLong()
66 mopPutMulti(u_char *pkt, int *idx, const u_char *value, int size) in mopPutMulti()
77 mopPutTime(u_char *pkt, int *idx, time_t value) in mopPutTime()
104 mopPutHeader(u_char *pkt, int *idx, const u_char *dst, const u_char *src, in mopPutHeader()
137 mopPutLength(u_char *pkt, int trans, u_short len) in mopPutLength()
/netbsd-src/tests/lib/libbpfjit/
H A Dt_bpfjit.c48 const uint8_t *pkt, unsigned int wirelen, unsigned int buflen) in jitcall()
88 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
116 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
155 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
185 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
215 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
244 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
274 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
304 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
334 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
[all …]
/netbsd-src/tests/net/bpfjit/
H A Dt_bpfjit.c61 const uint8_t *pkt, unsigned int wirelen, unsigned int buflen) in jitcall()
108 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
133 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
166 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
191 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
216 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
240 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
265 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
290 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
315 uint8_t pkt[1]; /* the program doesn't read any data */ in ATF_TC_BODY() local
[all …]
/netbsd-src/usr.sbin/btpand/
H A Dpacket.c36 packet_t *pkt; in packet_alloc() local
55 packet_free(packet_t *pkt) in packet_free()
75 packet_adj(packet_t *pkt, size_t size) in packet_adj()
86 pkthdr_alloc(packet_t *pkt) in pkthdr_alloc()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c882 int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt, in ossl_statem_client_construct_message()
1016 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt) in ossl_statem_client_process_message()
1093 int tls_construct_client_hello(SSL *s, WPACKET *pkt) in tls_construct_client_hello()
1278 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt) in dtls_process_hello_verify()
1376 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt) in tls_process_server_hello()
1773 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt) in tls_process_server_certificate()
1941 static int tls_process_ske_psk_preamble(SSL *s, PACKET *pkt) in tls_process_ske_psk_preamble()
1980 static int tls_process_ske_srp(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_srp()
2025 static int tls_process_ske_dhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_dhe()
2121 static int tls_process_ske_ecdhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_ecdhe()
[all …]
H A Dstatem_srvr.c1017 int ossl_statem_server_construct_message(SSL *s, WPACKET *pkt, in ossl_statem_server_construct_message()
1179 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt) in ossl_statem_server_process_message()
1277 int dtls_raw_hello_verify_request(WPACKET *pkt, unsigned char *cookie, in dtls_raw_hello_verify_request()
1288 int dtls_construct_hello_verify_request(SSL *s, WPACKET *pkt) in dtls_construct_hello_verify_request()
1375 MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) in tls_process_client_hello()
2301 int tls_construct_server_hello(SSL *s, WPACKET *pkt) in tls_construct_server_hello()
2409 int tls_construct_server_done(SSL *s, WPACKET *pkt) in tls_construct_server_done()
2420 int tls_construct_server_key_exchange(SSL *s, WPACKET *pkt) in tls_construct_server_key_exchange()
2727 int tls_construct_certificate_request(SSL *s, WPACKET *pkt) in tls_construct_certificate_request()
2798 static int tls_process_cke_psk_preamble(SSL *s, PACKET *pkt) in tls_process_cke_psk_preamble()
[all …]
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgparse.c58 smart_compare(sldns_buffer* pkt, uint8_t* dnow, in smart_compare()
115 nsec_at_apex(sldns_buffer* pkt) in nsec_at_apex()
160 pkt_rrset_flags(sldns_buffer* pkt, uint16_t type, sldns_pkt_section sec) in pkt_rrset_flags()
172 pkt_hash_rrset(sldns_buffer* pkt, uint8_t* dname, uint16_t type, in pkt_hash_rrset()
187 pkt_hash_rrset_first(sldns_buffer* pkt, uint8_t* dname) in pkt_hash_rrset_first()
213 rrset_parse_equals(struct rrset_parse* p, sldns_buffer* pkt, hashvalue_type h, in rrset_parse_equals()
226 msgparse_hashtable_lookup(struct msg_parse* msg, sldns_buffer* pkt, in msgparse_hashtable_lookup()
242 pkt_rrsig_covered(sldns_buffer* pkt, uint8_t* here, uint16_t* type) in pkt_rrsig_covered()
261 pkt_rrsig_covered_equals(sldns_buffer* pkt, uint8_t* here, uint16_t type) in pkt_rrsig_covered_equals()
329 rrset_has_sigover(sldns_buffer* pkt, struct rrset_parse* rrset, uint16_t type, in rrset_has_sigover()
[all …]
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_scrub.c63 remove_rrset(const char* str, sldns_buffer* pkt, struct msg_parse* msg, in remove_rrset()
112 uint8_t** nm, size_t* nmlen, sldns_buffer* pkt) in get_additional_name()
151 mark_additional_rrset(sldns_buffer* pkt, struct msg_parse* msg, in mark_additional_rrset()
188 size_t* snamelen, sldns_buffer* pkt) in parse_get_cname_target()
227 uint8_t* alias, size_t* aliaslen, sldns_buffer* pkt) in synth_cname()
255 struct rrset_parse* nx, sldns_buffer* pkt) in synth_cname_rrset()
309 pkt_strict_sub(sldns_buffer* pkt, uint8_t* sname, uint8_t* dr) in pkt_strict_sub()
321 pkt_sub(sldns_buffer* pkt, uint8_t* comprname, uint8_t* zone) in pkt_sub()
330 sub_of_pkt(sldns_buffer* pkt, uint8_t* zone, uint8_t* comprname) in sub_of_pkt()
382 scrub_normalize(sldns_buffer* pkt, struct msg_parse* msg, in scrub_normalize()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_ecx_key.c14 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X25519()
23 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X448()
32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED25519()
41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED448()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dpktview.c60 static void read_input(sldns_buffer* pkt, FILE* in) in read_input()
73 static void analyze_dname(sldns_buffer* pkt) in analyze_dname()
88 static void analyze_rdata(sldns_buffer*pkt, const sldns_rr_descriptor* desc, in analyze_rdata()
128 static void analyze_rr(sldns_buffer* pkt, int q) in analyze_rr()
154 static void analyze(sldns_buffer* pkt) in analyze()
191 sldns_buffer* pkt = sldns_buffer_new(65553); in main() local

12345678910