Searched refs:PACKET (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dasn1_dsa.h19 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt);
20 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dpacket_local.h26 } PACKET; typedef in typeref:struct:__anon380
29 static ossl_inline void packet_forward(PACKET *pkt, size_t len)
36 * Returns the number of bytes remaining to be read in the PACKET
38 static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
45 * Useful for integrating with non-PACKET parsing code.
49 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
55 * Returns a pointer to the PACKET's current position.
58 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt)
64 * Initialise a PACKET with |len| bytes held in |buf|. This does not make a
65 * copy of the data so |buf| must be present for the whole time that the PACKET
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dpacket.h27 } PACKET; typedef in typeref:struct:__anon439
30 static ossl_inline void packet_forward(PACKET *pkt, size_t len)
37 * Returns the number of bytes remaining to be read in the PACKET
39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
46 * Useful for integrating with non-PACKET parsing code.
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
56 * Returns a pointer to the PACKET's current position.
59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt)
65 * Initialise a PACKET with |len| bytes held in |buf|. This does not make a
66 * copy of the data so |buf| must be present for the whole time that the PACKET
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_local.h62 int parse_ca_names(SSL *s, PACKET *pkt);
78 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt);
91 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt);
101 __owur MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt);
102 __owur MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt);
108 __owur MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt);
115 __owur MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt);
116 __owur MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt);
117 __owur MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt);
118 __owur int tls_process_cert_status_body(SSL *s, PACKET *pk
[all...]
H A Dextensions_srvr.c41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
97 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context,
101 PACKET sni, hostname;
180 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
220 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
223 PACKET srp_I;
248 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
251 PACKET ec_point_format_list;
274 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
289 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pk
[all...]
H A Dextensions_clnt.c872 PACKET prots, alpnpkt;
1235 int tls_parse_stoc_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
1295 int tls_parse_stoc_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
1336 int tls_parse_stoc_server_name(SSL *s, PACKET *pkt, unsigned int context,
1369 int tls_parse_stoc_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
1373 PACKET ecptformatlist;
1413 int tls_parse_stoc_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
1442 int tls_parse_stoc_status_request(SSL *s, PACKET *pkt, unsigned int context,
1486 int tls_parse_stoc_sct(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
1558 static int ssl_next_proto_validate(SSL *s, PACKET *pk
[all...]
H A Dstatem_clnt.c27 static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s, PACKET *pkt);
28 static MSG_PROCESS_RETURN tls_process_encrypted_extensions(SSL *s, PACKET *pkt);
1021 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt)
1296 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt)
1299 PACKET cookiepkt;
1400 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt)
1402 PACKET session_id, extpkt;
1756 PACKET *extpkt)
1820 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
1873 PACKET extension
[all...]
H A Dextensions.c40 static int tls_parse_certificate_authorities(SSL *s, PACKET *pkt,
77 int (*parse_ctos)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
80 int (*parse_stoc)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
557 int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context,
560 PACKET extensions = *packet;
587 PACKET extension;
695 int (*parser)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
1263 static int tls_parse_certificate_authorities(SSL *s, PACKET *pkt,
1588 PACKET hashprefix, msg;
H A Dstatem_srvr.c1182 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt)
1361 PACKET sni, tmppkt;
1383 MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt)
1386 PACKET session_id, compression, extensions, cookie;
1473 PACKET challenge;
1591 /* Preserve the raw extensions PACKET for later use */
2929 static int tls_process_cke_psk_preamble(SSL *s, PACKET *pkt)
2934 PACKET psk_identity;
2997 static int tls_process_cke_rsa(SSL *s, PACKET *pkt)
3004 PACKET enc_premaste
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_local.h70 int parse_ca_names(SSL *s, PACKET *pkt);
86 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt);
99 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt);
110 __owur MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt);
111 __owur MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt);
117 __owur MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt);
124 __owur MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt);
125 __owur MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt);
126 __owur MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt);
127 __owur int tls_process_cert_status_body(SSL *s, PACKET *pk
[all...]
H A Dextensions_srvr.c41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
94 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context,
98 PACKET sni, hostname;
166 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
203 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
206 PACKET srp_I;
223 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
226 PACKET ec_point_format_list;
246 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
260 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pk
[all...]
H A Dextensions_clnt.c853 PACKET prots, alpnpkt;
1203 int tls_parse_stoc_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
1257 int tls_parse_stoc_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
1295 int tls_parse_stoc_server_name(SSL *s, PACKET *pkt, unsigned int context,
1323 int tls_parse_stoc_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
1327 PACKET ecptformatlist;
1362 int tls_parse_stoc_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
1388 int tls_parse_stoc_status_request(SSL *s, PACKET *pkt, unsigned int context,
1429 int tls_parse_stoc_sct(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
1497 static int ssl_next_proto_validate(SSL *s, PACKET *pk
[all...]
H A Dstatem_clnt.c31 static MSG_PROCESS_RETURN tls_process_as_hello_retry_request(SSL *s, PACKET *pkt);
32 static MSG_PROCESS_RETURN tls_process_encrypted_extensions(SSL *s, PACKET *pkt);
1016 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt)
1278 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt)
1281 PACKET cookiepkt;
1376 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt)
1378 PACKET session_id, extpkt;
1714 PACKET *extpkt)
1773 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt)
1821 PACKET extension
[all...]
H A Dextensions.c42 static int tls_parse_certificate_authorities(SSL *s, PACKET *pkt,
78 int (*parse_ctos)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
81 int (*parse_stoc)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
561 int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context,
564 PACKET extensions = *packet;
590 PACKET extension;
696 int (*parser)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
1258 static int tls_parse_certificate_authorities(SSL *s, PACKET *pkt,
1577 PACKET hashprefix, msg;
H A Dstatem_srvr.c1179 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt)
1350 PACKET sni, tmppkt;
1375 MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt)
1378 PACKET session_id, compression, extensions, cookie;
1460 PACKET challenge;
1567 /* Preserve the raw extensions PACKET for later use */
2798 static int tls_process_cke_psk_preamble(SSL *s, PACKET *pkt)
2803 PACKET psk_identity;
2857 static int tls_process_cke_rsa(SSL *s, PACKET *pkt)
2860 PACKET enc_premaste
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dpackettest.c19 PACKET pkt;
34 PACKET pkt;
51 PACKET pkt;
68 PACKET pkt;
85 PACKET pkt;
102 PACKET pkt;
119 PACKET pkt;
135 PACKET pkt, subpkt;
157 PACKET pkt;
181 PACKET pk
[all...]
H A Dasynciotest.c143 PACKET pkt;
149 PACKET payload, wholebody, sessionid, extensions;
191 PACKET extbody;
H A Dclienthellotest.c67 PACKET pkt = {0}, pkt2 = {0}, pkt3 = {0};
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dpackettest.c19 PACKET pkt;
34 PACKET pkt;
51 PACKET pkt;
68 PACKET pkt;
85 PACKET pkt;
102 PACKET pkt;
119 PACKET pkt;
135 PACKET pkt, subpkt;
157 PACKET pkt;
181 PACKET pk
[all...]
H A Dasynciotest.c143 PACKET pkt;
149 PACKET payload, wholebody, sessionid, extensions;
191 PACKET extbody;
H A Dclienthellotest.c67 PACKET pkt, pkt2, pkt3;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dasn1_dsa.c155 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt)
183 * If the PACKET is supposed to only contain a single INTEGER value with no
187 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n)
189 PACKET contpkt, tmppkt;
237 PACKET pkt, contpkt;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntpsim.h62 PACKET /* Event that designates arrival of a packet */ enumerator in enum:__anon37
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h83 PACKET = 273, enumerator in enum:dhcp_token
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h79 PACKET = 273, enumerator in enum:dhcp_token

Completed in 346 milliseconds

123