Searched refs:auth_token_key_t (Results 1 – 5 of 5) sorted by relevance
102 void setHmacKey(const auth_token_key_t& key) { hmacKey_ = key; } in setHmacKey()103 NullOr<auth_token_key_t> hmacKey() const { return hmacKey_; } in hmacKey()116 void finalize(const auth_token_key_t& key) { in finalize()131 const auth_token_key_t testKey(static_cast<uint8_t>(TestKeyBits::BYTE)); in deliverSecureInputEvent()171 hidl_vec<uint8_t> userConfirm(const auth_token_key_t& key) { in userConfirm()191 NullOr<auth_token_key_t> hmacKey_;
169 using auth_token_key_t = array<uint8_t, auth_token_key_size>; variable170 using hmac_t = auth_token_key_t;181 static NullOr<hmac_t> hmac256(const auth_token_key_t& key, const Data&... data) { in hmac256()
40 const support::auth_token_key_t& key, std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
52 const support::auth_token_key_t& key,
53 const support::auth_token_key_t testKey(static_cast<uint8_t>(TestKeyBits::BYTE));58 const support::auth_token_key_t& key, in hmac256()