Home
last modified time | relevance | path

Searched refs:HMAC_Init (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dmac.c119 HMAC_Init(&mac->evp_ctx, mac->key, mac->key_len, mac->evp_md); in mac_init()
143 HMAC_Init(&mac->evp_ctx, NULL, 0, NULL); in mac_compute()
Dhostfile.c135 HMAC_Init(&mac_ctx, salt, len, md); in host_hash()
/external/openssl/crypto/hmac/
Dhmac.c149 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) in HMAC_Init() function
234 if (!HMAC_Init(&c,key,key_len,evp_md)) in HMAC()
Dhmac.h93 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
/external/openssl/include/openssl/
Dhmac.h93 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1814 HMAC_Init(c, key->v, key->l, md);