Lines Matching refs:PACKET

65 int parse_ca_names(SSL *s, PACKET *pkt);
81 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt);
94 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt);
105 __owur MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt);
106 __owur MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt);
112 __owur MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt);
119 __owur MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt);
120 __owur MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt);
121 __owur MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt);
122 __owur int tls_process_cert_status_body(SSL *s, PACKET *pkt);
123 __owur MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt);
124 __owur MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt);
133 __owur MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt);
134 __owur MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt);
140 __owur MSG_PROCESS_RETURN tls_process_hello_req(SSL *s, PACKET *pkt);
141 __owur MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt);
145 __owur MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt);
153 __owur MSG_PROCESS_RETURN tls_process_client_certificate(SSL *s, PACKET *pkt);
154 __owur MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt);
156 __owur MSG_PROCESS_RETURN tls_process_cert_verify(SSL *s, PACKET *pkt);
158 __owur MSG_PROCESS_RETURN tls_process_next_proto(SSL *s, PACKET *pkt);
161 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL *s, PACKET *pkt);
181 __owur int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context,
199 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
201 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context,
203 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
206 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
209 int tls_parse_ctos_early_data(SSL *s, PACKET *pkt, unsigned int context,
211 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
213 int tls_parse_ctos_supported_groups(SSL *s, PACKET *pkt, unsigned int context,
215 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
217 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt, unsigned int context,
219 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
222 int tls_parse_ctos_status_request(SSL *s, PACKET *pkt, unsigned int context,
226 int tls_parse_ctos_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
229 int tls_parse_ctos_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
232 int tls_parse_ctos_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
235 int tls_parse_ctos_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
237 int tls_parse_ctos_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
239 int tls_parse_ctos_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
241 int tls_parse_ctos_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
243 int tls_parse_ctos_psk_kex_modes(SSL *s, PACKET *pkt, unsigned int context,
245 int tls_parse_ctos_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
247 int tls_parse_ctos_post_handshake_auth(SSL *, PACKET *pkt, unsigned int context,
379 int tls_parse_stoc_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
381 int tls_parse_stoc_server_name(SSL *s, PACKET *pkt, unsigned int context,
383 int tls_parse_stoc_early_data(SSL *s, PACKET *pkt, unsigned int context,
385 int tls_parse_stoc_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
387 int tls_parse_stoc_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
389 int tls_parse_stoc_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
392 int tls_parse_stoc_status_request(SSL *s, PACKET *pkt, unsigned int context,
396 int tls_parse_stoc_sct(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
400 int tls_parse_stoc_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
403 int tls_parse_stoc_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
406 int tls_parse_stoc_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
409 int tls_parse_stoc_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
411 int tls_parse_stoc_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
413 int tls_parse_stoc_supported_versions(SSL *s, PACKET *pkt, unsigned int context,
415 int tls_parse_stoc_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
417 int tls_parse_stoc_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
419 int tls_parse_stoc_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,