/netbsd/crypto/external/bsd/openssl.old/dist/test/ |
H A D | packettest.c | 336 || !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 D | bad_dtls_test.c | 154 !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 D | clienthellotest.c | 221 if (TEST_true(PACKET_equal(&pkt3, dummytick, in test_client_hello()
|
/netbsd/crypto/external/bsd/openssl/dist/test/ |
H A D | packettest.c | 336 || !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 D | bad_dtls_test.c | 157 !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 D | clienthellotest.c | 226 if (TEST_true(PACKET_equal(&pkt3, dummytick, in test_client_hello()
|
/netbsd/crypto/external/bsd/openssl.old/dist/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
|
/netbsd/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | packet.h | 94 __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 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 | 881 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()
|
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | statem_srvr.c | 1367 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 D | extensions_srvr.c | 159 && PACKET_equal(&hostname, s->session->ext.hostname, in tls_parse_ctos_server_name()
|
H A D | extensions_clnt.c | 861 if (PACKET_equal(&alpnpkt, edsess->ext.alpn_selected, in tls_construct_ctos_early_data()
|