Searched defs:hmacKey (Results 1 – 3 of 3) sorted by relevance
38 uint8_t hmacKey[32]; variable
103 NullOr<auth_token_key_t> hmacKey() const { return hmacKey_; } in hmacKey() function
29 const uint8_t* hmacKey, size_t hmacKeySize) { in eicCborInitHmacSha256()