Home
last modified time | relevance | path

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

/openssl/test/
H A Dpackettest.c336 || !TEST_true(PACKET_equal(&pkt, smbuf, 4)) in test_PACKET_equal()
337 || !TEST_false(PACKET_equal(&pkt, smbuf + 1, 4)) in test_PACKET_equal()
339 || !TEST_true(PACKET_equal(&pkt, smbuf, BUF_LEN)) in test_PACKET_equal()
340 || !TEST_false(PACKET_equal(&pkt, smbuf, BUF_LEN - 1)) in test_PACKET_equal()
341 || !TEST_false(PACKET_equal(&pkt, smbuf, BUF_LEN + 1)) in test_PACKET_equal()
342 || !TEST_false(PACKET_equal(&pkt, smbuf, 0))) in test_PACKET_equal()
H A Dbad_dtls_test.c157 !PACKET_equal(&pkt2, session_id, sizeof(session_id))) in validate_client_hello()
164 if (!PACKET_equal(&pkt2, cookie, sizeof(cookie))) in validate_client_hello()
H A Dclienthellotest.c226 if (TEST_true(PACKET_equal(&pkt3, dummytick, in test_client_hello()
/openssl/include/internal/
H A Dpacket.h94 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal() function
/openssl/ssl/statem/
H A Dstatem_srvr.c1463 s->s3.is_probably_safari = PACKET_equal(&tmppkt, kSafariExtensionsBlock, in ssl_check_for_safari()
3640 && !PACKET_equal(&context, s->pha_context, in tls_process_client_certificate()
H A Dextensions_srvr.c169 && PACKET_equal(&hostname, s->session->ext.hostname, in tls_parse_ctos_server_name()
H A Dextensions_clnt.c900 if (PACKET_equal(&alpnpkt, edsess->ext.alpn_selected, in tls_construct_ctos_early_data()
H A Dstatem_lib.c1207 if (!PACKET_equal(&context, sc->pha_context, sc->pha_context_len)) { in tls_process_rpk()
/openssl/ssl/
H A Dssl_lib.c3572 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()

Completed in 68 milliseconds