Lines Matching defs:pkt
885 int ossl_statem_client_construct_message(SSL *s, WPACKET *pkt, in ossl_statem_client_construct_message()
1021 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt) in ossl_statem_client_process_message()
1099 int tls_construct_client_hello(SSL *s, WPACKET *pkt) in tls_construct_client_hello()
1296 MSG_PROCESS_RETURN dtls_process_hello_verify(SSL *s, PACKET *pkt) in dtls_process_hello_verify()
1400 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt) in tls_process_server_hello()
1820 MSG_PROCESS_RETURN tls_process_server_certificate(SSL *s, PACKET *pkt) in tls_process_server_certificate()
1993 static int tls_process_ske_psk_preamble(SSL *s, PACKET *pkt) in tls_process_ske_psk_preamble()
2037 static int tls_process_ske_srp(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_srp()
2086 static int tls_process_ske_dhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_dhe()
2194 static int tls_process_ske_ecdhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_ecdhe()
2260 MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt) in tls_process_key_exchange()
2444 MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt) in tls_process_certificate_request()
2580 MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt) in tls_process_new_session_ticket()
2762 int tls_process_cert_status_body(SSL *s, PACKET *pkt) in tls_process_cert_status_body()
2797 MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt) in tls_process_cert_status()
2859 MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt) in tls_process_server_done()
2885 static int tls_construct_cke_psk_preamble(SSL *s, WPACKET *pkt) in tls_construct_cke_psk_preamble()
2970 static int tls_construct_cke_rsa(SSL *s, WPACKET *pkt) in tls_construct_cke_rsa()
3064 static int tls_construct_cke_dhe(SSL *s, WPACKET *pkt) in tls_construct_cke_dhe()
3122 static int tls_construct_cke_ecdhe(SSL *s, WPACKET *pkt) in tls_construct_cke_ecdhe()
3176 static int tls_construct_cke_gost(SSL *s, WPACKET *pkt) in tls_construct_cke_gost()
3293 static int tls_construct_cke_srp(SSL *s, WPACKET *pkt) in tls_construct_cke_srp()
3323 int tls_construct_client_key_exchange(SSL *s, WPACKET *pkt) in tls_construct_client_key_exchange()
3548 int tls_construct_client_certificate(SSL *s, WPACKET *pkt) in tls_construct_client_certificate()
3640 int tls_construct_next_proto(SSL *s, WPACKET *pkt) in tls_construct_next_proto()
3661 MSG_PROCESS_RETURN tls_process_hello_req(SSL *s, PACKET *pkt) in tls_process_hello_req()
3690 static MSG_PROCESS_RETURN tls_process_encrypted_extensions(SSL *s, PACKET *pkt) in tls_process_encrypted_extensions()
3736 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, WPACKET *pkt) in ssl_cipher_list_to_bytes()
3843 int tls_construct_end_of_early_data(SSL *s, WPACKET *pkt) in tls_construct_end_of_early_data()