Lines Matching refs:newkey
559 uint8_t newkey[static RANDOM_KEYSIZE], uint128_t *p_counter, in random_fortuna_genbytes()
617 randomdev_keystream(p_key, p_counter, newkey, in random_fortuna_genbytes()
619 randomdev_encrypt_init(p_key, newkey); in random_fortuna_genbytes()
664 randomdev_keystream(p_key, p_counter, newkey, RANDOM_KEYSIZE); in random_fortuna_genbytes()
665 randomdev_encrypt_init(p_key, newkey); in random_fortuna_genbytes()
684 uint8_t newkey[static RANDOM_KEYSIZE]) in random_fortuna_read_concurrent()
740 newkey, RANDOM_KEYSIZE); in random_fortuna_read_concurrent()
741 randomdev_encrypt_init(&fortuna_state.fs_key, newkey); in random_fortuna_read_concurrent()
749 random_fortuna_genbytes(buf, bytecount, newkey, &counter_copy, in random_fortuna_read_concurrent()
769 uint8_t newkey[RANDOM_KEYSIZE]; in random_fortuna_read() local
772 random_fortuna_read_concurrent(buf, bytecount, newkey); in random_fortuna_read()
779 random_fortuna_genbytes(buf, bytecount, newkey, in random_fortuna_read()
785 explicit_bzero(newkey, sizeof(newkey)); in random_fortuna_read()