Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dbase64url_fuzzer.cc43 std::string decoding_input = provider.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput() local
56 std::ignore = Base64UrlDecode(decoding_input, decode_policy, &decoded); in LLVMFuzzerTestOneInput()