arc4random.c | 377 const uint8_t *nonce8 = (const uint8_t *)(void *)nonce; local in function:crypto_onetimestream 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);
|