Searched refs:PACKET_end (Results 1 – 5 of 5) sorted by relevance
38 || !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()
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() function
450 ptrs->raw_sample_len = PACKET_end(pkt) - ptrs->raw_sample; in ossl_quic_wire_decode_pkt_hdr()
890 const unsigned char *start = PACKET_data(pkt), *end = PACKET_end(pkt), in ossl_quic_wire_decode_padding()
385 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 17 milliseconds