Home
last modified time | relevance | path

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

/openssl/crypto/hmac/
H A Dhmac.c254 size_t temp_md_len = 0; in HMAC() local
260 md == NULL ? static_md : md, size, &temp_md_len); in HMAC()
262 *md_len = (unsigned int)temp_md_len; in HMAC()

Completed in 4 milliseconds