arc4random.c | 133 crypto_core(uint8_t *out, const uint8_t *in, const uint8_t *k, function in typeref:typename:void 192 * generated by the same crypto_core code with crypto_core_ROUNDS and 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);
|