Home
last modified time | relevance | path

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

/lib/source/
A Dhmac.c52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key()
95 int tc_hmac_init(TCHmacState_t ctx) in tc_hmac_init()
109 int tc_hmac_update(TCHmacState_t ctx, in tc_hmac_update()
124 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final()
A 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()

Completed in 9 milliseconds