Home
last modified time | relevance | path

Searched refs:countdown (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dhmac_prng.c133 prng->countdown = 0; in tc_hmac_prng_init()
172 prng->countdown = MAX_GENS; in tc_hmac_prng_reseed()
187 } else if (prng->countdown == 0) { in tc_hmac_prng_generate()
191 prng->countdown--; in tc_hmac_prng_generate()
A Dcmac_mode.c152 s->countdown = MAX_CALLS; in tc_cmac_init()
172 if (s->countdown == 0) { in tc_cmac_update()
176 s->countdown--; in tc_cmac_update()
/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbt_crypto.c306 ctx->countdown = ((uint64_t)1 << 48); in bt_crypto_cmac_setup()
328 if (ctx->countdown == 0) { in bt_crypto_cmac_update()
332 ctx->countdown--; in bt_crypto_cmac_update()
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dhmac_prng.h88 unsigned int countdown; member
A Dcmac_mode.h128 uint64_t countdown; member
/AliOS-Things-master/components/ble_host/bt_crypto/include/
A Dbt_crypto.h30 uint64_t countdown; member

Completed in 5 milliseconds