Home
last modified time | relevance | path

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

/external/boringssl/src/fipstools/
Dcavp_ctr_drbg_test.cc28 std::string test_type, prediction_resistance, entropy_input_len, nonce_len, in TestCTRDRBG() local
32 !t->GetInstruction(&entropy_input_len, "EntropyInputLen") || in TestCTRDRBG()
40 strtoul(entropy_input_len.c_str(), nullptr, 0) != in TestCTRDRBG()
54 entropy.size() * 8 != strtoul(entropy_input_len.c_str(), nullptr, 0) || in TestCTRDRBG()