Home
last modified time | relevance | path

Searched refs:tc_hmac_set_key (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_hmac.c90 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_1()
117 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_2()
148 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_3()
181 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_4()
209 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_5()
249 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_6()
297 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_7()
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dhmac.h92 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key,
/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac_prng.c90 (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()
Dhmac.c52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key() function
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h55 rc = tc_hmac_set_key(ctx, key, key_size); in bootutil_hmac_sha256_set_key()