Home
last modified time | relevance | path

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

/openssl/providers/implementations/kdfs/
H A Dhkdf.c574 size_t done_len = 0, dig_len, n; in HKDF_Expand() local
579 dig_len = (size_t)sz; in HKDF_Expand()
582 n = okm_len / dig_len; in HKDF_Expand()
583 if (okm_len % dig_len) in HKDF_Expand()
604 if (!HMAC_Update(hmac, prev, dig_len)) in HKDF_Expand()
617 copy_len = (dig_len > okm_len - done_len) ? in HKDF_Expand()
619 dig_len; in HKDF_Expand()

Completed in 11 milliseconds