Searched defs:hmac2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/rappor/
H A Dbyte_vector_utils.cc62 crypto::HMAC* hmac2 = provided_data.size() > 0 ? &temp_hmac : out_hmac; local
64 if (!HMAC_Rotate(hmac1, Concat(*value, 0x00, provided_data), hmac2))
67 if (!HMAC_Rehash(*hmac2, value))
70 if (hmac2 == out_hmac)
73 if (!HMAC_Rotate(*hmac2, Concat(*value, 0x01, provided_data), out_hmac))

Completed in 215 milliseconds