Lines Matching refs:PACKET

62 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 *pkt);
119 __owur MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt);
120 __owur MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt);
129 __owur MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt);
130 __owur MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt);
135 __owur MSG_PROCESS_RETURN tls_process_hello_req(SSL *s, PACKET *pkt);
136 __owur MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt);
140 __owur MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt);
148 __owur MSG_PROCESS_RETURN tls_process_client_certificate(SSL *s, PACKET *pkt);
149 __owur MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt);
151 __owur MSG_PROCESS_RETURN tls_process_cert_verify(SSL *s, PACKET *pkt);
153 __owur MSG_PROCESS_RETURN tls_process_next_proto(SSL *s, PACKET *pkt);
156 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL *s, PACKET *pkt);
171 __owur int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context,
189 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
191 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context,
193 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
196 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
199 int tls_parse_ctos_early_data(SSL *s, PACKET *pkt, unsigned int context,
202 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
204 int tls_parse_ctos_supported_groups(SSL *s, PACKET *pkt, unsigned int context,
207 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
209 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt, unsigned int context,
211 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
214 int tls_parse_ctos_status_request(SSL *s, PACKET *pkt, unsigned int context,
218 int tls_parse_ctos_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
221 int tls_parse_ctos_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
224 int tls_parse_ctos_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
227 int tls_parse_ctos_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
229 int tls_parse_ctos_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
231 int tls_parse_ctos_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
233 int tls_parse_ctos_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
235 int tls_parse_ctos_psk_kex_modes(SSL *s, PACKET *pkt, unsigned int context,
237 int tls_parse_ctos_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
239 int tls_parse_ctos_post_handshake_auth(SSL *, PACKET *pkt, unsigned int context,
374 int tls_parse_stoc_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
376 int tls_parse_stoc_server_name(SSL *s, PACKET *pkt, unsigned int context,
378 int tls_parse_stoc_early_data(SSL *s, PACKET *pkt, unsigned int context,
380 int tls_parse_stoc_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
383 int tls_parse_stoc_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
386 int tls_parse_stoc_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
389 int tls_parse_stoc_status_request(SSL *s, PACKET *pkt, unsigned int context,
393 int tls_parse_stoc_sct(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
397 int tls_parse_stoc_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
400 int tls_parse_stoc_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
403 int tls_parse_stoc_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
406 int tls_parse_stoc_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
408 int tls_parse_stoc_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
410 int tls_parse_stoc_supported_versions(SSL *s, PACKET *pkt, unsigned int context,
412 int tls_parse_stoc_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
414 int tls_parse_stoc_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
416 int tls_parse_stoc_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,