Home
last modified time | relevance | path

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

/openssl-master/test/
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()
/openssl-master/include/internal/
A Dpacket.h50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() function
/openssl-master/ssl/statem/
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 9 milliseconds