• Home
  • Raw
  • Download

Lines Matching refs:PACKET

1179 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt)  in ossl_statem_server_process_message()
1350 PACKET sni, tmppkt; in ssl_check_for_safari()
1375 MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) in tls_process_client_hello()
1378 PACKET session_id, compression, extensions, cookie; in tls_process_client_hello()
1460 PACKET challenge; in tls_process_client_hello()
2799 static int tls_process_cke_psk_preamble(SSL *s, PACKET *pkt) in tls_process_cke_psk_preamble()
2804 PACKET psk_identity; in tls_process_cke_psk_preamble()
2858 static int tls_process_cke_rsa(SSL *s, PACKET *pkt) in tls_process_cke_rsa()
2861 PACKET enc_premaster; in tls_process_cke_rsa()
2955 static int tls_process_cke_dhe(SSL *s, PACKET *pkt) in tls_process_cke_dhe()
3006 static int tls_process_cke_ecdhe(SSL *s, PACKET *pkt) in tls_process_cke_ecdhe()
3062 static int tls_process_cke_srp(SSL *s, PACKET *pkt) in tls_process_cke_srp()
3101 static int tls_process_cke_gost(SSL *s, PACKET *pkt) in tls_process_cke_gost()
3204 static int tls_process_cke_gost18(SSL *s, PACKET *pkt) in tls_process_cke_gost18()
3282 MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt) in tls_process_client_key_exchange()
3412 MSG_PROCESS_RETURN tls_process_client_certificate(SSL *s, PACKET *pkt) in tls_process_client_certificate()
3420 PACKET spkt, context; in tls_process_client_certificate()
3475 PACKET extensions; in tls_process_client_certificate()
4066 MSG_PROCESS_RETURN tls_process_next_proto(SSL *s, PACKET *pkt) in tls_process_next_proto()
4068 PACKET next_proto, padding; in tls_process_next_proto()
4108 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL *s, PACKET *pkt) in tls_process_end_of_early_data()