Lines Matching full:hmac
5 HMAC,
17 - HMAC message authentication code
21 #include <openssl/hmac.h>
23 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
56 HMAC is a MAC (message authentication code), i.e. a keyed hash
60 HMAC() computes the message authentication code of the I<data_len> bytes at
71 HMAC does not support variable output length digests such as EVP_shake128() and
74 HMAC() uses the default B<OSSL_LIB_CTX>.
128 HMAC() returns a pointer to the message authentication code or NULL if
153 All functions except for HMAC() were deprecated in OpenSSL 3.0.