Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/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.c154 !PACKET_equal(&pkt2, session_id, sizeof(session_id))) in validate_client_hello()
161 if (!PACKET_equal(&pkt2, cookie, sizeof(cookie))) in validate_client_hello()
H A Dclienthellotest.c221 if (TEST_true(PACKET_equal(&pkt3, dummytick, in test_client_hello()
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dpacket_local.h93 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal() function
/netbsd/crypto/external/bsd/openssl/dist/include/internal/
H A Dpacket.h94 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal() function
/netbsd/crypto/external/bsd/openssl.old/dist/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.c881 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()
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c1367 s->s3.is_probably_safari = PACKET_equal(&tmppkt, kSafariExtensionsBlock, in ssl_check_for_safari()
3439 !PACKET_equal(&context, s->pha_context, s->pha_context_len)))) { in tls_process_client_certificate()
H A Dextensions_srvr.c159 && PACKET_equal(&hostname, s->session->ext.hostname, in tls_parse_ctos_server_name()
H A Dextensions_clnt.c861 if (PACKET_equal(&alpnpkt, edsess->ext.alpn_selected, in tls_construct_ctos_early_data()