Searched refs:hmacSha256 (Results 1 – 3 of 3) sorted by relevance
382 TEST(IdentityCredentialSupport, hmacSha256) { in TEST() argument390 optional<vector<uint8_t>> hmac = support::hmacSha256(key, data); in TEST()
174 optional<vector<uint8_t>> hmacSha256(const vector<uint8_t>& key, const vector<uint8_t>& data);
848 optional<vector<uint8_t>> hmacSha256(const vector<uint8_t>& key, const vector<uint8_t>& data) { in hmacSha256() function2182 optional<vector<uint8_t>> mac = hmacSha256(key, toBeMACed); in coseMac0()