Searched refs:tc_hmac_final (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | hmac_prng.c | 88 (void)tc_hmac_final(prng->key, sizeof(prng->key), &prng->h); in update() 95 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 102 (void)tc_hmac_final(prng->key, sizeof(prng->key), &prng->h); in update() 109 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in update() 197 (void)tc_hmac_final(prng->v, sizeof(prng->v), &prng->h); in tc_hmac_prng_generate()
|
A D | hmac.c | 125 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final() function
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | hmac.h | 133 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx);
|
Completed in 4 milliseconds