Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/ciphers/safer/
Dsafer.c103 unsigned int nof_rounds, in _Safer_Expand_Userkey() argument
109 unsigned int nof_rounds, in _Safer_Expand_Userkey()
117 if (SAFER_MAX_NOF_ROUNDS < nof_rounds) in _Safer_Expand_Userkey()
118 nof_rounds = SAFER_MAX_NOF_ROUNDS; in _Safer_Expand_Userkey()
119 *key++ = (unsigned char)nof_rounds; in _Safer_Expand_Userkey()
129 for (i = 1; i <= nof_rounds; i++) { in _Safer_Expand_Userkey()
171 unsigned int nof_rounds, in Safer_Expand_Userkey() argument
175 _Safer_Expand_Userkey(userkey_1, userkey_2, nof_rounds, strengthened, key); in Safer_Expand_Userkey()