OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HMAC_Init
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/hmac/
hmac.c
149
int
HMAC_Init
(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
234
if (!
HMAC_Init
(&c,key,key_len,evp_md))
/external/openssl/crypto/hmac/
hmac.c
149
int
HMAC_Init
(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
234
if (!
HMAC_Init
(&c,key,key_len,evp_md))
Completed in 68 milliseconds