Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h74 if (!hmacKey_) return ResponseCode::Unexpected; in init()
134 void setHmacKey(const AuthTokenKey& key) { hmacKey_ = key; } in setHmacKey()
135 optional<AuthTokenKey> hmacKey() const { return hmacKey_; } in hmacKey()
271 optional<AuthTokenKey> hmacKey_; variable