Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp382 TEST(IdentityCredentialSupport, hmacSha256) { in TEST() argument
390 optional<vector<uint8_t>> hmac = support::hmacSha256(key, data); in TEST()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h174 optional<vector<uint8_t>> hmacSha256(const vector<uint8_t>& key, const vector<uint8_t>& data);
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp848 optional<vector<uint8_t>> hmacSha256(const vector<uint8_t>& key, const vector<uint8_t>& data) { in hmacSha256() function
2182 optional<vector<uint8_t>> mac = hmacSha256(key, toBeMACed); in coseMac0()