Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dquic-srtm.c52 QUIC_STATELESS_RESET_TOKEN arg_token; in FuzzerTestOneInput() local
76 || !PACKET_copy_bytes(&pkt, arg_token.token, in FuzzerTestOneInput()
77 sizeof(arg_token.token))) in FuzzerTestOneInput()
81 arg_seq_num, &arg_token); in FuzzerTestOneInput()
104 if (!PACKET_copy_bytes(&pkt, arg_token.token, in FuzzerTestOneInput()
105 sizeof(arg_token.token)) in FuzzerTestOneInput()
109 ossl_quic_srtm_lookup(srtm, &arg_token, (size_t)arg_idx, in FuzzerTestOneInput()

Completed in 6 milliseconds