Home
last modified time | relevance | path

Searched defs:prng (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/host/crypto/mocks/
Dhmac_prng_expects.c11 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()
/Zephyr-Core-3.5.0/tests/bluetooth/host/crypto/bt_rand/src/
Dmain.c88 static int tc_hmac_prng_generate_custom_fake(uint8_t *out, unsigned int outlen, TCHmacPrng_t prng) in tc_hmac_prng_generate_custom_fake()
Dtest_suite_invalid_inputs.c145 static int tc_hmac_prng_generate_custom_fake(uint8_t *out, unsigned int outlen, TCHmacPrng_t prng) in tc_hmac_prng_generate_custom_fake()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dcrypto.c33 static struct tc_hmac_prng_struct prng; variable