HomeSort by: relevance | last modified time | path
    Searched defs:HMAC (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
hmac.c 1 /* $NetBSD: hmac.c,v 1.2 2017/01/28 21:31:47 christos Exp $ */
39 #include <hmac.h>
150 HMAC(const EVP_MD *md,
hmac.h 1 /* $NetBSD: hmac.h,v 1.2 2017/01/28 21:31:47 christos Exp $ */
50 #define HMAC hc_HMAC
81 void * HMAC(const EVP_MD *evp_md, const void *key, size_t key_len,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs_structs.h 20 TPM_AUTHDATA HMAC;
36 // HMAC digest
  /src/crypto/external/apache2/openssl/dist/crypto/hmac/
hmac.c 11 * HMAC low level APIs are deprecated for public use, but still ok for internal
21 #include <openssl/hmac.h>
46 * The HMAC construction is not allowed to be used with the
248 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
258 ret = EVP_Q_mac(NULL, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL,
  /src/crypto/external/bsd/openssl/dist/crypto/hmac/
hmac.c 11 * HMAC low level APIs are deprecated for public use, but still ok for internal
21 #include <openssl/hmac.h>
46 * The HMAC construction is not allowed to be used with the
221 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
231 ret = EVP_Q_mac(NULL, "HMAC", NULL, EVP_MD_get0_name(evp_md), NULL,
  /src/crypto/external/bsd/openssl.old/dist/crypto/hmac/
hmac.c 14 #include <openssl/hmac.h>
40 * The HMAC construction is not allowed to be used with the
211 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 888 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
944 (O)->opt == kDNSOpt_Owner ? DNSOpt_Owner_Space(&(O)->u.owner.HMAC, &(O)->u.owner.IMAC) : 0x10000)
1474 OwnerOptData WakeUp; // WakeUp.HMAC.l[0] nonzero indicates that this is a Sleep Proxy record
3175 // Convert an arbitrary base64 encoded key key into an HMAC key (stored in AuthInfo struct)

Completed in 68 milliseconds