Searched defs:hmac (Results 1 – 8 of 8) sorted by relevance
46 uint8_t hmac[32]; member
133 auto hmac = HMacer::hmac256(testKey, "\0", bytes_cast(secureInputToken.challenge), in deliverSecureInputEvent() local
64 uint8_t hmac[KM_HMAC_LENGTH]; member
82 auto hmac = HMacer::hmac256(testKey, data...); in testHMAC() local
89 auto hmac = HMacer::hmac256(testKey, data...); in testHMAC() local
297 optional<vector<uint8_t>> hmac = support::hmacSha256(key, data); in TEST() local
815 vector<uint8_t> hmac; in hmacSha256() local