Searched defs:HMAC (Results 1 – 9 of 9) sorted by relevance
21 HMAC::HMAC(HashAlgorithm hash_alg) : hash_alg_(hash_alg), initialized_(false) { in HMAC() function in crypto::HMAC
23 class HMAC: class
712 .. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code target
26 class HMAC: class
68 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, in HMAC() function
470 HMAC = CMAC = hashes = None variable
109 HMAC = 4; enumerator
760 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet) member
1062 #define HMAC GRPC_SHADOW_HMAC macro