Lines Matching refs:PACKET
33 PACKET *pkt);
35 PACKET *pkt);
1080 PACKET *pkt) in ossl_statem_client_process_message()
1352 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL_CONNECTION *s, PACKET *pkt) in dtls_process_hello_verify()
1355 PACKET cookiepkt; in dtls_process_hello_verify()
1456 MSG_PROCESS_RETURN tls_process_server_hello(SSL_CONNECTION *s, PACKET *pkt) in tls_process_server_hello()
1458 PACKET session_id, extpkt; in tls_process_server_hello()
1820 PACKET *extpkt) in tls_process_as_hello_retry_request()
1888 MSG_PROCESS_RETURN tls_process_server_rpk(SSL_CONNECTION *sc, PACKET *pkt) in tls_process_server_rpk()
1965 PACKET *pkt) in tls_process_server_certificate()
2021 PACKET extensions; in tls_process_server_certificate()
2150 MSG_PROCESS_RETURN tls_process_server_compressed_certificate(SSL_CONNECTION *sc, PACKET *pkt) in tls_process_server_compressed_certificate()
2153 PACKET tmppkt; in tls_process_server_compressed_certificate()
2164 static int tls_process_ske_psk_preamble(SSL_CONNECTION *s, PACKET *pkt) in tls_process_ske_psk_preamble()
2167 PACKET psk_identity_hint; in tls_process_ske_psk_preamble()
2203 static int tls_process_ske_srp(SSL_CONNECTION *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_srp()
2206 PACKET prime, generator, salt, server_pub; in tls_process_ske_srp()
2248 static int tls_process_ske_dhe(SSL_CONNECTION *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_dhe()
2250 PACKET prime, generator, pub_key; in tls_process_ske_dhe()
2345 static int tls_process_ske_ecdhe(SSL_CONNECTION *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_ecdhe()
2347 PACKET encoded_pt; in tls_process_ske_ecdhe()
2403 MSG_PROCESS_RETURN tls_process_key_exchange(SSL_CONNECTION *s, PACKET *pkt) in tls_process_key_exchange()
2409 PACKET save_param_start, signature; in tls_process_key_exchange()
2450 PACKET params; in tls_process_key_exchange()
2561 PACKET *pkt) in tls_process_certificate_request()
2574 PACKET reqctx, extensions; in tls_process_certificate_request()
2619 PACKET ctypes; in tls_process_certificate_request()
2633 PACKET sigalgs; in tls_process_certificate_request()
2686 PACKET *pkt) in tls_process_new_session_ticket()
2692 PACKET nonce; in tls_process_new_session_ticket()
2774 PACKET extpkt; in tls_process_new_session_ticket()
2867 int tls_process_cert_status_body(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cert_status_body()
2898 MSG_PROCESS_RETURN tls_process_cert_status(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cert_status()
2961 MSG_PROCESS_RETURN tls_process_server_done(SSL_CONNECTION *s, PACKET *pkt) in tls_process_server_done()
3987 MSG_PROCESS_RETURN tls_process_hello_req(SSL_CONNECTION *s, PACKET *pkt) in tls_process_hello_req()
4018 PACKET *pkt) in tls_process_encrypted_extensions()
4020 PACKET extensions; in tls_process_encrypted_extensions()