Searched refs:nof_rounds (Results 1 – 1 of 1) sorted by relevance
96 unsigned int nof_rounds, in s_safer_expand_userkey() argument102 unsigned int nof_rounds, in s_safer_expand_userkey()110 if (LTC_SAFER_MAX_NOF_ROUNDS < nof_rounds) { in s_safer_expand_userkey()111 nof_rounds = LTC_SAFER_MAX_NOF_ROUNDS; in s_safer_expand_userkey()113 *key++ = (unsigned char)nof_rounds; in s_safer_expand_userkey()123 for (i = 1; i <= nof_rounds; i++) { in s_safer_expand_userkey()165 unsigned int nof_rounds, in safer_expand_userkey() argument169 s_safer_expand_userkey(userkey_1, userkey_2, nof_rounds, strengthened, key); in safer_expand_userkey()
Completed in 2 milliseconds