Searched refs:p_counter (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/random/ |
H A D | fortuna.c | 559 uint8_t newkey[static RANDOM_KEYSIZE], uint128_t *p_counter, in random_fortuna_genbytes() argument 575 randomdev_keystream(p_key, p_counter, buf, bytecount); in random_fortuna_genbytes() 600 randomdev_keystream(p_key, p_counter, buf, chunk_size); in random_fortuna_genbytes() 617 randomdev_keystream(p_key, p_counter, newkey, in random_fortuna_genbytes() 655 randomdev_keystream(p_key, p_counter, remainder_buf, in random_fortuna_genbytes() 664 randomdev_keystream(p_key, p_counter, newkey, RANDOM_KEYSIZE); in random_fortuna_genbytes()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 2416 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback() local 2421 if (p_counter != NULL) in count_reads_callback() 2422 ++*p_counter; in count_reads_callback() 2431 BIO_set_callback_arg(bio, (char *)p_counter); in count_reads_callback()
|