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

  /src/lib/libc/gen/
arc4random.c 130 static const uint8_t crypto_core_constant32[16] = "expand 32-byte k"; variable in typeref:typename:const uint8_t[16]
272 crypto_core(block, nonce, key, crypto_core_constant32);
315 crypto_core(output, nonce, prng->state, crypto_core_constant32);
413 crypto_core(block, nonce8, seed, crypto_core_constant32);
418 crypto_core(p32, nonce8, seed, crypto_core_constant32);
427 crypto_core(block, nonce8, seed, crypto_core_constant32);

Completed in 45 milliseconds