Lines Matching full:packet
70 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 *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);
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);
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);
150 __owur MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *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);
166 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL *s, PACKET *pkt);
186 __owur int tls_collect_extensions(SSL *s, PACKET *packet, 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,
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,