Home
last modified time | relevance | path

Searched defs:entropy_input (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/rappor/
Dbyte_vector_utils_unittest.cc89 std::string entropy_input = HexToString(entropy) + HexToString(nonce); in TEST() local
Dbyte_vector_utils.cc147 const std::string& entropy_input, in HmacByteVectorGenerator()