Home
last modified time | relevance | path

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

/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()
/openssl/include/internal/
H A Dpacket.h50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() function
/openssl/ssl/quic/
H A Dquic_wire_pkt.c450 ptrs->raw_sample_len = PACKET_end(pkt) - ptrs->raw_sample; in ossl_quic_wire_decode_pkt_hdr()
H A Dquic_wire.c890 const unsigned char *start = PACKET_data(pkt), *end = PACKET_end(pkt), in ossl_quic_wire_decode_padding()
/openssl/ssl/statem/
H A Dextensions_srvr.c385 if (id_data != PACKET_end(&responder_id)) { in tls_parse_ctos_status_request()
413 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) { in tls_parse_ctos_status_request()

Completed in 34 milliseconds