Searched refs:tc_hmac_set_key (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | hmac_prng.c | 90 (void)tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update() 104 (void)tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in update() 127 tc_hmac_set_key(&prng->h, prng->key, sizeof(prng->key)); in tc_hmac_prng_init()
|
A D | hmac.c | 52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key() function
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | hmac.h | 92 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key,
|
Completed in 4 milliseconds