Lines Matching refs:PACKET
1179 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt)
1350 PACKET sni, tmppkt;
1375 MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt)
1378 PACKET session_id, compression, extensions, cookie;
1460 PACKET challenge;
1567 /* Preserve the raw extensions PACKET for later use */
2798 static int tls_process_cke_psk_preamble(SSL *s, PACKET *pkt)
2803 PACKET psk_identity;
2857 static int tls_process_cke_rsa(SSL *s, PACKET *pkt)
2860 PACKET enc_premaster;
2954 static int tls_process_cke_dhe(SSL *s, PACKET *pkt)
3005 static int tls_process_cke_ecdhe(SSL *s, PACKET *pkt)
3061 static int tls_process_cke_srp(SSL *s, PACKET *pkt)
3100 static int tls_process_cke_gost(SSL *s, PACKET *pkt)
3203 static int tls_process_cke_gost18(SSL *s, PACKET *pkt)
3281 MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt)
3411 MSG_PROCESS_RETURN tls_process_client_certificate(SSL *s, PACKET *pkt)
3419 PACKET spkt, context;
3474 PACKET extensions;
4065 MSG_PROCESS_RETURN tls_process_next_proto(SSL *s, PACKET *pkt)
4067 PACKET next_proto, padding;
4107 MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL *s, PACKET *pkt)