Searched refs:AuthTokenKey (Results 1 – 3 of 3) sorted by relevance
134 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_;
123 using AuthTokenKey = Array<uint8_t, kAuthTokenKeySize>; variable124 using Hmac = AuthTokenKey;134 static optional<Hmac> hmac256(const AuthTokenKey& key, const Data&... data) { in hmac256()
31 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()