Searched defs:prng (Results 1 – 4 of 4) sorted by relevance
11 void expect_single_call_tc_hmac_prng_init(TCHmacPrng_t prng, unsigned int plen) in expect_single_call_tc_hmac_prng_init()26 void expect_single_call_tc_hmac_prng_reseed(TCHmacPrng_t prng, unsigned int seedlen, in expect_single_call_tc_hmac_prng_reseed()48 TCHmacPrng_t prng) in expect_call_count_tc_hmac_prng_generate()
88 static int tc_hmac_prng_generate_custom_fake(uint8_t *out, unsigned int outlen, TCHmacPrng_t prng) in tc_hmac_prng_generate_custom_fake()
145 static int tc_hmac_prng_generate_custom_fake(uint8_t *out, unsigned int outlen, TCHmacPrng_t prng) in tc_hmac_prng_generate_custom_fake()
33 static struct tc_hmac_prng_struct prng; variable