Home
last modified time | relevance | path

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

/openssl-master/crypto/hmac/
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()

Completed in 3 milliseconds