Searched defs:HMAC (Results 1 – 5 of 5) sorted by relevance
729 .. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code target
27 class HMAC: class
211 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, in HMAC() function
54 std::string HMAC(const std::string& key, const std::string& msg) { in HMAC() function
1736 #define HMAC BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HMAC) macro