Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c96 unsigned int nof_rounds, in s_safer_expand_userkey() argument
102 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() argument
169 s_safer_expand_userkey(userkey_1, userkey_2, nof_rounds, strengthened, key); in safer_expand_userkey()

Completed in 2 milliseconds