Searched refs:ossl_quic_wire_decode_frame_path_challenge (Results 1 – 6 of 6) sorted by relevance
687 int ossl_quic_wire_decode_frame_path_challenge(PACKET *pkt,
369 if (!ossl_quic_wire_decode_frame_path_challenge(pkt, &challenge)) in log_frame_actual()
359 if (!ossl_quic_wire_decode_frame_path_challenge(pkt, &data)) in frame_path_challenge()
944 if (!ossl_quic_wire_decode_frame_path_challenge(pkt, &frame_data)) { in depack_do_frame_path_challenge()
836 int ossl_quic_wire_decode_frame_path_challenge(PACKET *pkt, in ossl_quic_wire_decode_frame_path_challenge() function
902 if (!TEST_int_eq(ossl_quic_wire_decode_frame_path_challenge(pkt, &challenge), fail < 0)) in encode_case_18_dec()
Completed in 41 milliseconds