Home
last modified time | relevance | path

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

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