Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h134 void setHmacKey(const AuthTokenKey& key) { hmacKey_ = key; } in setHmacKey()
135 optional<AuthTokenKey> hmacKey() const { return hmacKey_; } in hmacKey()
174 constexpr const auto testKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE)); in deliverTestCommand()
256 void signConfirmation(const AuthTokenKey& key) { in signConfirmation()
271 optional<AuthTokenKey> hmacKey_;
Dutils.h123 using AuthTokenKey = Array<uint8_t, kAuthTokenKeySize>; variable
124 using Hmac = AuthTokenKey;
134 static optional<Hmac> hmac256(const AuthTokenKey& key, const Data&... data) { in hmac256()
/system/core/trusty/confirmationui/
DNotSoSecureInput.cpp31 using teeui::AuthTokenKey;
38 constexpr const auto kTestKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE));
42 static optional<Hmac> hmac256(const AuthTokenKey& key, in hmac256()