Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h139 fast_hash_t computed = ComputeFastHash(password, fast_hash.salt); in VerifyFast() local
140 return memcmp(computed.digest, fast_hash.digest, SHA256_DIGEST_LENGTH) == 0; in VerifyFast()