Home
last modified time | relevance | path

Searched refs:TCCtrPrng_t (Results 1 – 2 of 2) sorted by relevance

/tinycrypt-latest/lib/include/tinycrypt/
Dctr_prng.h79 } TCCtrPrng_t; typedef
101 int tc_ctr_prng_init(TCCtrPrng_t * const ctx,
126 int tc_ctr_prng_reseed(TCCtrPrng_t * const ctx,
148 int tc_ctr_prng_generate(TCCtrPrng_t * const ctx,
160 void tc_ctr_prng_uninstantiate(TCCtrPrng_t * const ctx);
/tinycrypt-latest/lib/source/
Dctr_prng.c74 static void tc_ctr_prng_update(TCCtrPrng_t * const ctx, uint8_t const * const providedData) in tc_ctr_prng_update()
117 int tc_ctr_prng_init(TCCtrPrng_t * const ctx, in tc_ctr_prng_init()
164 int tc_ctr_prng_reseed(TCCtrPrng_t * const ctx, in tc_ctr_prng_reseed()
205 int tc_ctr_prng_generate(TCCtrPrng_t * const ctx, in tc_ctr_prng_generate()
272 void tc_ctr_prng_uninstantiate(TCCtrPrng_t * const ctx) in tc_ctr_prng_uninstantiate()