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.cpp67 unsigned int hash_len; in CreateKeyId() local
70 EVP_DigestFinal_ex(ctx.get(), hash, &hash_len)) { in CreateKeyId()
71 assert(hash_len >= sizeof(*keyid)); in CreateKeyId()
/system/security/keystore2/src/crypto/
Dcrypto.cpp166 unsigned int hash_len; in CreateKeyId() local
169 EVP_DigestFinal_ex(ctx.get(), hash, &hash_len)) { in CreateKeyId()
170 assert(hash_len >= sizeof(*out_id)); in CreateKeyId()