Home
last modified time | relevance | path

Searched defs:HMAC (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
Dhashlib.rst729 .. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code target
/third_party/python/Lib/
Dhmac.py27 class HMAC: class
/third_party/openssl/crypto/hmac/
Dhmac.c211 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, in HMAC() function
/third_party/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc54 std::string HMAC(const std::string& key, const std::string& msg) { in HMAC() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1736 #define HMAC BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, HMAC) macro