Searched refs:hmac_key_ (Results 1 – 3 of 3) sorted by relevance
101 if (hmac_key_.Reset(32) == nullptr) { in computeSharedSecret()106 &hmac_key_); in computeSharedSecret()113 if (!hmac_impl.Init(hmac_key_.key_material, hmac_key_.key_material_size)) { in computeSharedSecret()128 return hmac_key_; in HmacKey()
67 if (hmac_key_.key_material == nullptr) { in GetAuthTokenKey()68 hmac_key_ = shared_secret_.HmacKey(); in GetAuthTokenKey()70 *auth_token_key = hmac_key_.key_material; in GetAuthTokenKey()71 *length = hmac_key_.key_material_size; in GetAuthTokenKey()185 mutable ::keymaster::KeymasterKeyBlob hmac_key_; variable
40 keymaster::KeymasterKeyBlob hmac_key_; variable