Home
last modified time | relevance | path

Searched refs:PACKET_end (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/
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/openssl/ssl/
Dpacket_local.h49 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() function
/third_party/openssl/ssl/statem/
Dextensions_srvr.c403 if (id_data != PACKET_end(&responder_id)) { in tls_parse_ctos_status_request()
434 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) { in tls_parse_ctos_status_request()