Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c103 unsigned int nof_rounds, in _Safer_Expand_Userkey() argument
109 unsigned int nof_rounds, in _Safer_Expand_Userkey()
117 if (LTC_SAFER_MAX_NOF_ROUNDS < nof_rounds) { in _Safer_Expand_Userkey()
118 nof_rounds = LTC_SAFER_MAX_NOF_ROUNDS; in _Safer_Expand_Userkey()
120 *key++ = (unsigned char)nof_rounds; in _Safer_Expand_Userkey()
130 for (i = 1; i <= nof_rounds; i++) { in _Safer_Expand_Userkey()
172 unsigned int nof_rounds, in Safer_Expand_Userkey() argument
176 _Safer_Expand_Userkey(userkey_1, userkey_2, nof_rounds, strengthened, key); in Safer_Expand_Userkey()

Completed in 3 milliseconds