Home
last modified time | relevance | path

Searched defs:p_counter (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/random/
H A Dfortuna.c554 random_fortuna_genbytes(uint8_t * buf,size_t bytecount,uint8_t newkey[static RANDOM_KEYSIZE],uint128_t * p_counter,union randomdev_key * p_key,bool locked) random_fortuna_genbytes() argument
/freebsd-src/crypto/openssl/apps/
H A Ds_server.c2310 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback() local