Searched refs:p_counter (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/random/ |
H A D | fortuna.c | 552 uint8_t newkey[static RANDOM_KEYSIZE], uint128_t *p_counter, in random_fortuna_genbytes() argument 568 randomdev_keystream(p_key, p_counter, buf, bytecount); in random_fortuna_genbytes() 593 randomdev_keystream(p_key, p_counter, buf, chunk_size); in random_fortuna_genbytes() 610 randomdev_keystream(p_key, p_counter, newkey, in random_fortuna_genbytes() 648 randomdev_keystream(p_key, p_counter, remainder_buf, in random_fortuna_genbytes() 657 randomdev_keystream(p_key, p_counter, newkey, RANDOM_KEYSIZE); in random_fortuna_genbytes()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 2310 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback() local 2315 if (p_counter != NULL) in count_reads_callback() 2316 ++*p_counter; in count_reads_callback() 2325 BIO_set_callback_arg(bio, (char *)p_counter); in count_reads_callback()
|