Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_ctr_drbg_test.cc29 std::string test_type, prediction_resistance, entropy_input_len, nonce_len, in TestCTRDRBG() local
33 !t->GetInstruction(&entropy_input_len, "EntropyInputLen") || in TestCTRDRBG()
41 strtoul(entropy_input_len.c_str(), nullptr, 0) != in TestCTRDRBG()
55 entropy.size() * 8 != strtoul(entropy_input_len.c_str(), nullptr, 0) || in TestCTRDRBG()