Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c151 size_t t_num = 0; in sec_pbkdf2_dk_iteration_check() local
173 t_num = ROUNDUP_DIV(dk_len, hash_len); in sec_pbkdf2_dk_iteration_check()
176 time = t_num * SEC_PER_BLOCK_TIME1_NS * c_num; in sec_pbkdf2_dk_iteration_check()
178 time = t_num * SEC_PER_BLOCK_TIME2_NS * c_num; in sec_pbkdf2_dk_iteration_check()