Searched refs:tc_hmac_set_key (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_hmac.c | 90 (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/ |
D | hmac.h | 92 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key,
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
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()
|
D | hmac.c | 52 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/ |
D | hmac_sha256.h | 55 rc = tc_hmac_set_key(ctx, key, key_size); in bootutil_hmac_sha256_set_key()
|