Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp75 unsigned int hash_len; in CreateKeyId() local
78 EVP_DigestFinal_ex(ctx.get(), hash, &hash_len)) { in CreateKeyId()
79 assert(hash_len >= sizeof(*keyid)); in CreateKeyId()
/system/security/keystore2/src/crypto/
Dcrypto.cpp176 unsigned int hash_len; in CreateKeyId() local
179 EVP_DigestFinal_ex(ctx.get(), hash, &hash_len)) { in CreateKeyId()
180 assert(hash_len >= sizeof(*out_id)); in CreateKeyId()