Searched defs:hmacKey (Results 1 – 3 of 3) sorted by relevance
| /drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 217 const Buffer *hmacKey, const Buffer *data, Buffer *hmac) in IamHmac() 235 int32_t HmacSha256(const Buffer *hmacKey, const Buffer *data, Buffer **hmac) in HmacSha256() 256 int32_t HmacSha512(const Buffer *hmacKey, const Buffer *data, Buffer **hmac) in HmacSha512()
|
| /drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 225 IAM_STATIC int32_t IamHmac(const EVP_MD *alg, const Buffer *hmacKey, const Buffer *data, Buffer *hm… in IamHmac() 243 int32_t HmacSha256(const Buffer *hmacKey, const Buffer *data, Buffer **hmac) in HmacSha256()
|
| /drivers/peripheral/user_auth/test/unittest/base_test/src/ |
| D | adaptor_algorithm_test.cpp | 153 Buffer *hmacKey = nullptr; variable
|