Lines Matching refs:wcnt
100 uint32_t i, wcnt; in PRNG_Read() local
102 wcnt = (((crpt->PRNG_CTL & CRPT_PRNG_CTL_KEYSZ_Msk) >> CRPT_PRNG_CTL_KEYSZ_Pos) + 1U) * 2U; in PRNG_Read()
104 for (i = 0U; i < wcnt; i++) in PRNG_Read()
178 uint32_t i, wcnt, key_reg_addr; in AES_SetKey() local
181 wcnt = 4UL + u32KeySize*2UL; in AES_SetKey()
183 for (i = 0U; i < wcnt; i++) in AES_SetKey()
424 uint32_t i, wcnt, reg_addr; in SHA_Read() local
430 wcnt = 5UL; in SHA_Read()
434 wcnt = 7UL; in SHA_Read()
438 wcnt = 8UL; in SHA_Read()
442 wcnt = 12UL; in SHA_Read()
447 wcnt = 16UL; in SHA_Read()
451 for (i = 0UL; i < wcnt; i++) in SHA_Read()