Searched refs:ossl_quic_wire_decode_frame_new_token (Results 1 – 7 of 7) sorted by relevance
/openssl/include/internal/ |
H A D | quic_wire.h | 577 int ossl_quic_wire_decode_frame_new_token(PACKET *pkt,
|
/openssl/ssl/quic/ |
H A D | qlog_event_helpers.c | 483 if (!ossl_quic_wire_decode_frame_new_token(pkt, &token, &token_len)) in log_frame_actual()
|
H A D | quic_trace.c | 172 if (!ossl_quic_wire_decode_frame_new_token(pkt, &token, &token_len)) in frame_new_token()
|
H A D | quic_rx_depack.c | 332 if (!ossl_quic_wire_decode_frame_new_token(pkt, &token, &token_len)) { in depack_do_frame_new_token()
|
H A D | quic_wire.c | 653 int ossl_quic_wire_decode_frame_new_token(PACKET *pkt, in ossl_quic_wire_decode_frame_new_token() function
|
/openssl/test/ |
H A D | quic_wire_test.c | 311 if (!TEST_int_eq(ossl_quic_wire_decode_frame_new_token(pkt, in encode_case_7_dec()
|
H A D | quic_txp_test.c | 1387 if (!TEST_true(ossl_quic_wire_decode_frame_new_token(&h.pkt, in run_script()
|
Completed in 29 milliseconds