Searched refs:hmacKey (Results 1 – 6 of 6) sorted by relevance
38 uint8_t hmacKey[32]; variable63 operation.finalize(hmacKey); in abort()
29 const uint8_t* hmacKey, size_t hmacKeySize) { in eicCborInitHmacSha256() argument35 eicOpsHmacSha256Init(&cbor->digester.hmacSha256, hmacKey, hmacKeySize); in eicCborInitHmacSha256()
74 const uint8_t* hmacKey, size_t hmacKeySize);
103 NullOr<auth_token_key_t> hmacKey() const { return hmacKey_; } in hmacKey() function
135 optional<AuthTokenKey> hmacKey() const { return hmacKey_; } in hmacKey() function
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...