Home
last modified time | relevance | path

Searched refs:PACKET_equal (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/openssl/ssl/
H A Dpacket_local.h93 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal() function
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1378 s->s3->is_probably_safari = PACKET_equal(&tmppkt, kSafariExtensionsBlock, in ssl_check_for_safari()
3619 !PACKET_equal(&context, s->pha_context, s->pha_context_len)))) { in tls_process_client_certificate()
H A Dextensions_clnt.c867 if (PACKET_equal(&alpnpkt, edsess->ext.alpn_selected, in tls_construct_ctos_early_data()
H A Dextensions_srvr.c173 && PACKET_equal(&hostname, s->session->ext.hostname, in tls_parse_ctos_server_name()