Lines Matching refs:pkt

62 typedef int (*confunc_f) (SSL *s, WPACKET *pkt);
70 int parse_ca_names(SSL *s, PACKET *pkt);
72 int construct_ca_names(SSL *s, const STACK_OF(X509_NAME) *ca_sk, WPACKET *pkt);
83 int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt,
86 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt);
96 int ossl_statem_server_construct_message(SSL *s, WPACKET *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);
112 __owur int tls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
113 __owur int dtls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
115 __owur int tls_construct_finished(SSL *s, WPACKET *pkt);
116 __owur int tls_construct_key_update(SSL *s, WPACKET *pkt);
117 __owur MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt);
123 __owur int tls_construct_client_hello(SSL *s, WPACKET *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 *pkt);
128 __owur MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt);
129 __owur MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt);
130 __owur int tls_construct_cert_verify(SSL *s, WPACKET *pkt);
132 __owur int tls_construct_client_certificate(SSL *s, WPACKET *pkt);
134 __owur int tls_construct_client_key_exchange(SSL *s, WPACKET *pkt);
136 __owur int tls_construct_cert_status_body(SSL *s, WPACKET *pkt);
137 __owur int tls_construct_cert_status(SSL *s, WPACKET *pkt);
138 __owur MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt);
139 __owur MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt);
143 __owur int tls_construct_next_proto(SSL *s, WPACKET *pkt);
145 __owur MSG_PROCESS_RETURN tls_process_hello_req(SSL *s, PACKET *pkt);
146 __owur MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt);
147 __owur int tls_construct_end_of_early_data(SSL *s, WPACKET *pkt);
150 __owur MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt);
152 __owur int tls_construct_server_hello(SSL *s, WPACKET *pkt);
153 __owur int dtls_construct_hello_verify_request(SSL *s, WPACKET *pkt);
154 __owur int tls_construct_server_certificate(SSL *s, WPACKET *pkt);
155 __owur int tls_construct_server_key_exchange(SSL *s, WPACKET *pkt);
156 __owur int tls_construct_certificate_request(SSL *s, WPACKET *pkt);
157 __owur int tls_construct_server_done(SSL *s, WPACKET *pkt);
158 __owur MSG_PROCESS_RETURN tls_process_client_certificate(SSL *s, PACKET *pkt);
159 __owur MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt);
161 __owur MSG_PROCESS_RETURN tls_process_cert_verify(SSL *s, PACKET *pkt);
163 __owur MSG_PROCESS_RETURN tls_process_next_proto(SSL *s, PACKET *pkt);
165 __owur int tls_construct_new_session_ticket(SSL *s, WPACKET *pkt);
166 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL *s, PACKET *pkt);
194 __owur int tls_construct_extensions(SSL *s, WPACKET *pkt, unsigned int context,
204 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
206 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context,
208 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
211 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
214 int tls_parse_ctos_early_data(SSL *s, PACKET *pkt, unsigned int context,
216 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
218 int tls_parse_ctos_supported_groups(SSL *s, PACKET *pkt, unsigned int context,
220 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
222 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt, unsigned int context,
224 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
227 int tls_parse_ctos_status_request(SSL *s, PACKET *pkt, unsigned int context,
231 int tls_parse_ctos_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
234 int tls_parse_ctos_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
237 int tls_parse_ctos_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
240 int tls_parse_ctos_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
242 int tls_parse_ctos_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
244 int tls_parse_ctos_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
246 int tls_parse_ctos_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
248 int tls_parse_ctos_psk_kex_modes(SSL *s, PACKET *pkt, unsigned int context,
250 int tls_parse_ctos_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
252 int tls_parse_ctos_post_handshake_auth(SSL *, PACKET *pkt, unsigned int context,
255 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt,
258 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt,
261 EXT_RETURN tls_construct_stoc_early_data(SSL *s, WPACKET *pkt,
264 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt,
267 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt,
270 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt,
273 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt,
277 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt,
282 EXT_RETURN tls_construct_stoc_next_proto_neg(SSL *s, WPACKET *pkt,
286 EXT_RETURN tls_construct_stoc_alpn(SSL *s, WPACKET *pkt, unsigned int context,
289 EXT_RETURN tls_construct_stoc_use_srtp(SSL *s, WPACKET *pkt, unsigned int context,
292 EXT_RETURN tls_construct_stoc_etm(SSL *s, WPACKET *pkt, unsigned int context,
294 EXT_RETURN tls_construct_stoc_ems(SSL *s, WPACKET *pkt, unsigned int context,
296 EXT_RETURN tls_construct_stoc_supported_versions(SSL *s, WPACKET *pkt,
299 EXT_RETURN tls_construct_stoc_key_share(SSL *s, WPACKET *pkt,
302 EXT_RETURN tls_construct_stoc_cookie(SSL *s, WPACKET *pkt, unsigned int context,
309 EXT_RETURN tls_construct_stoc_cryptopro_bug(SSL *s, WPACKET *pkt,
312 EXT_RETURN tls_construct_stoc_psk(SSL *s, WPACKET *pkt, unsigned int context,
316 EXT_RETURN tls_construct_ctos_renegotiate(SSL *s, WPACKET *pkt, unsigned int context,
318 EXT_RETURN tls_construct_ctos_server_name(SSL *s, WPACKET *pkt, unsigned int context,
320 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL *s, WPACKET *pkt, unsigned int context,
323 EXT_RETURN tls_construct_ctos_srp(SSL *s, WPACKET *pkt, unsigned int context, X509 *x,
326 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL *s, WPACKET *pkt,
329 EXT_RETURN tls_construct_ctos_supported_groups(SSL *s, WPACKET *pkt,
333 EXT_RETURN tls_construct_ctos_early_data(SSL *s, WPACKET *pkt,
336 EXT_RETURN tls_construct_ctos_session_ticket(SSL *s, WPACKET *pkt,
339 EXT_RETURN tls_construct_ctos_sig_algs(SSL *s, WPACKET *pkt,
343 EXT_RETURN tls_construct_ctos_status_request(SSL *s, WPACKET *pkt,
348 EXT_RETURN tls_construct_ctos_npn(SSL *s, WPACKET *pkt, unsigned int context,
351 EXT_RETURN tls_construct_ctos_alpn(SSL *s, WPACKET *pkt, unsigned int context,
354 EXT_RETURN tls_construct_ctos_use_srtp(SSL *s, WPACKET *pkt, unsigned int context,
357 EXT_RETURN tls_construct_ctos_etm(SSL *s, WPACKET *pkt, unsigned int context,
360 EXT_RETURN tls_construct_ctos_sct(SSL *s, WPACKET *pkt, unsigned int context,
363 EXT_RETURN tls_construct_ctos_ems(SSL *s, WPACKET *pkt, unsigned int context,
365 EXT_RETURN tls_construct_ctos_supported_versions(SSL *s, WPACKET *pkt,
368 EXT_RETURN tls_construct_ctos_key_share(SSL *s, WPACKET *pkt,
371 EXT_RETURN tls_construct_ctos_psk_kex_modes(SSL *s, WPACKET *pkt,
374 EXT_RETURN tls_construct_ctos_cookie(SSL *s, WPACKET *pkt, unsigned int context,
376 EXT_RETURN tls_construct_ctos_padding(SSL *s, WPACKET *pkt,
379 EXT_RETURN tls_construct_ctos_psk(SSL *s, WPACKET *pkt, unsigned int context,
381 EXT_RETURN tls_construct_ctos_post_handshake_auth(SSL *s, WPACKET *pkt, unsigned int context,
384 int tls_parse_stoc_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
386 int tls_parse_stoc_server_name(SSL *s, PACKET *pkt, unsigned int context,
388 int tls_parse_stoc_early_data(SSL *s, PACKET *pkt, unsigned int context,
390 int tls_parse_stoc_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
392 int tls_parse_stoc_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
394 int tls_parse_stoc_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
397 int tls_parse_stoc_status_request(SSL *s, PACKET *pkt, unsigned int context,
401 int tls_parse_stoc_sct(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
405 int tls_parse_stoc_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
408 int tls_parse_stoc_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
411 int tls_parse_stoc_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
414 int tls_parse_stoc_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
416 int tls_parse_stoc_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
418 int tls_parse_stoc_supported_versions(SSL *s, PACKET *pkt, unsigned int context,
420 int tls_parse_stoc_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
422 int tls_parse_stoc_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
424 int tls_parse_stoc_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,