Home
last modified time | relevance | path

Searched refs:PACKET_end (Results 1 - 5 of 5) sorted by relevance

/third_party/openssl/test/
H A Dpackettest.c38 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN) in test_PACKET_end()
40 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN) in test_PACKET_end()
42 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN)) in test_PACKET_end()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dpacket.h47 * Specifically, we use PACKET_end() to verify that a d2i_... call
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() function
/third_party/openssl/include/internal/
H A Dpacket.h47 * Specifically, we use PACKET_end() to verify that a d2i_... call
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() function
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c366 if (id_data != PACKET_end(&responder_id)) { in tls_parse_ctos_status_request()
394 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) { in tls_parse_ctos_status_request()
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c366 if (id_data != PACKET_end(&responder_id)) { in tls_parse_ctos_status_request()
394 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) { in tls_parse_ctos_status_request()

Completed in 11 milliseconds