Searched refs:ptrs (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | quic_lcidm_test.c | 13 static char ptrs[8]; variable 38 if (!TEST_true(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 0, &cid8_1)) in test_lcidm() 46 || !TEST_true(ossl_quic_lcidm_retire_odcid(lcidm, ptrs + 0)) in test_lcidm() 60 || !TEST_ptr_eq(opaque, ptrs + 2) in test_lcidm() 64 || !TEST_ptr_eq(opaque, ptrs + 2) in test_lcidm() 68 || !TEST_ptr_eq(opaque, ptrs + 2) in test_lcidm() 72 || !TEST_ptr_eq(opaque, ptrs + 2) in test_lcidm() 74 || !TEST_true(ossl_quic_lcidm_retire(lcidm, ptrs + 2, 2, NULL, in test_lcidm() 78 || !TEST_true(ossl_quic_lcidm_retire(lcidm, ptrs + 2, 2, NULL, in test_lcidm() 82 || !TEST_true(ossl_quic_lcidm_retire(lcidm, ptrs + 2, 2, NULL, in test_lcidm() [all …]
|
H A D | quic_srtm_test.c | 13 static char ptrs[8]; variable 37 || !TEST_true(ossl_quic_srtm_cull(srtm, ptrs + 3)) in test_srtm() 38 || !TEST_true(ossl_quic_srtm_cull(srtm, ptrs + 3)) in test_srtm() 47 || !TEST_ptr_eq(opaque, ptrs + 1) in test_srtm() 50 || !TEST_ptr_eq(opaque, ptrs + 0) in test_srtm() 53 || !TEST_ptr_eq(opaque, ptrs + 0) in test_srtm() 56 || !TEST_ptr_eq(opaque, ptrs + 0) in test_srtm() 59 || !TEST_ptr_eq(opaque, ptrs + 0) in test_srtm() 62 || !TEST_true(ossl_quic_srtm_cull(srtm, ptrs + 0)) in test_srtm() 64 || !TEST_ptr_eq(opaque, ptrs + 1) in test_srtm() [all …]
|
H A D | quic_record_test.c | 2756 QUIC_PKT_HDR_PTRS ptrs = {0}, wptrs = {0}; in test_wire_pkt_hdr_actual() local 2811 0, 0, &hdr, &ptrs), in test_wire_pkt_hdr_actual() 2819 if (!TEST_ptr_eq(ptrs.raw_start, t->expected)) in test_wire_pkt_hdr_actual() 2823 if (!TEST_ptr_null(ptrs.raw_pn)) in test_wire_pkt_hdr_actual() 2826 if (!TEST_ptr_eq(ptrs.raw_pn, t->expected + t->pn_offset)) in test_wire_pkt_hdr_actual() 2833 if (!TEST_size_t_eq(ptrs.raw_sample_len, in test_wire_pkt_hdr_actual() 2871 ptrs.raw_pn = hbuf + (ptrs.raw_pn - ptrs.raw_start); in test_wire_pkt_hdr_actual() 2872 ptrs.raw_sample = hbuf + (ptrs.raw_sample - ptrs.raw_start); in test_wire_pkt_hdr_actual() 2873 ptrs.raw_start = hbuf; in test_wire_pkt_hdr_actual() 2874 if (!TEST_true(ossl_quic_hdr_protector_encrypt(&hpr, &ptrs))) in test_wire_pkt_hdr_actual() [all …]
|
/openssl/ssl/quic/ |
H A D | quic_wire_pkt.c | 196 if (ptrs != NULL) { in ossl_quic_wire_decode_pkt_hdr() 198 ptrs->raw_sample = NULL; in ossl_quic_wire_decode_pkt_hdr() 199 ptrs->raw_sample_len = 0; in ossl_quic_wire_decode_pkt_hdr() 446 if (ptrs != NULL) { in ossl_quic_wire_decode_pkt_hdr() 447 ptrs->raw_pn = pn; in ossl_quic_wire_decode_pkt_hdr() 450 ptrs->raw_sample_len = PACKET_end(pkt) - ptrs->raw_sample; in ossl_quic_wire_decode_pkt_hdr() 469 if (ptrs != NULL) { in ossl_quic_wire_encode_pkt_hdr() 475 ptrs->raw_sample_len = 0; in ossl_quic_wire_encode_pkt_hdr() 476 ptrs->raw_pn = 0; in ossl_quic_wire_encode_pkt_hdr() 582 if (ptrs != NULL) { in ossl_quic_wire_encode_pkt_hdr() [all …]
|
H A D | quic_record_tx.c | 462 QUIC_PKT_HDR_PTRS *ptrs) in qtx_write_hdr() argument 472 hdr, ptrs) in qtx_write_hdr() 491 QUIC_PKT_HDR_PTRS *ptrs) in qtx_encrypt_into_txe() argument 588 if (!ossl_quic_hdr_protector_encrypt(&el->hpr, ptrs)) in qtx_encrypt_into_txe() 607 QUIC_PKT_HDR_PTRS ptrs; in qtx_write() local 684 if (!qtx_write_hdr(qtx, hdr, txe, &ptrs)) { in qtx_write() 709 hdr_start, hdr_len, &ptrs)) { in qtx_write()
|
H A D | quic_record_rx.c | 793 QUIC_PKT_HDR_PTRS ptrs; in qrx_process_pkt() local 818 need_second_decode, 0, &rxe->hdr, &ptrs)) in qrx_process_pkt() 943 if (!ossl_quic_hdr_protector_decrypt(&el->hpr, &ptrs)) in qrx_process_pkt()
|
/openssl/include/internal/ |
H A D | quic_wire_pkt.h | 215 QUIC_PKT_HDR_PTRS *ptrs); 228 QUIC_PKT_HDR_PTRS *ptrs); 475 QUIC_PKT_HDR_PTRS *ptrs); 515 QUIC_PKT_HDR_PTRS *ptrs);
|
Completed in 25 milliseconds