HomeSort by: relevance | last modified time | path
    Searched defs:crypto_core_ROUNDS (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/gen/
arc4random.c 114 #define crypto_core_ROUNDS 20
157 for (i = crypto_core_ROUNDS; i > 0; i -= 2) {
192 * generated by the same crypto_core code with crypto_core_ROUNDS and
198 # if crypto_core_ROUNDS == 8
207 # elif crypto_core_ROUNDS == 12
216 # elif crypto_core_ROUNDS == 20
226 # error crypto_core_ROUNDS must be 8, 12, or 20.
229 # if crypto_core_ROUNDS == 8
238 # elif crypto_core_ROUNDS == 12
247 # elif crypto_core_ROUNDS == 2
    [all...]

Completed in 12 milliseconds