Searched refs:tc_hmac_update (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | hmac_prng.c | 85 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 86 (void)tc_hmac_update(&prng->h, &separator0, sizeof(separator0)); in update() 87 (void)tc_hmac_update(&prng->h, e, len); in update() 94 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 99 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 100 (void)tc_hmac_update(&prng->h, &separator1, sizeof(separator1)); in update() 101 (void)tc_hmac_update(&prng->h, e, len); in update() 108 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in update() 196 (void)tc_hmac_update(&prng->h, prng->v, sizeof(prng->v)); in tc_hmac_prng_generate()
|
A D | hmac.c | 110 int tc_hmac_update(TCHmacState_t ctx, in tc_hmac_update() function
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | hmac.h | 114 int tc_hmac_update(TCHmacState_t ctx, const void *data,
|
Completed in 3 milliseconds