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.cpp79 unsigned int hash_len; in CreateKeyId() local
82 EVP_DigestFinal_ex(ctx.get(), hash, &hash_len)) { in CreateKeyId()
83 assert(hash_len >= sizeof(*keyid)); in CreateKeyId()
/system/security/keystore2/src/crypto/
Dcrypto.cpp177 unsigned int hash_len; in CreateKeyId() local
180 EVP_DigestFinal_ex(ctx.get(), hash, &hash_len)) { in CreateKeyId()
181 assert(hash_len >= sizeof(*out_id)); in CreateKeyId()