Searched defs:HMAC_Init_ex (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/hmac/
H A Dhmac.c68 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, function
153 return HMAC_Init_ex(ctx,key,len,md, NULL);

Completed in 171 milliseconds