Searched refs:PACKET_equal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | packet_local.h | 93 __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 D | statem_srvr.c | 1378 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 D | extensions_clnt.c | 867 if (PACKET_equal(&alpnpkt, edsess->ext.alpn_selected, in tls_construct_ctos_early_data()
|
| H A D | extensions_srvr.c | 173 && PACKET_equal(&hostname, s->session->ext.hostname, in tls_parse_ctos_server_name()
|