Home
last modified time | relevance | path

Searched refs:TC_AES_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/source/
Dctr_prng.c78 uint8_t temp[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE]; in tc_ctr_prng_update()
113 memcpy(ctx->V, &(temp[TC_AES_KEY_SIZE]), TC_AES_BLOCK_SIZE); in tc_ctr_prng_update()
125 uint8_t personalization_buf[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE] = {0U}; in tc_ctr_prng_init()
126 uint8_t seed_material[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE]; in tc_ctr_prng_init()
172 uint8_t additional_input_buf[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE] = {0U}; in tc_ctr_prng_reseed()
173 uint8_t seed_material[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE]; in tc_ctr_prng_reseed()
186 unsigned int seedlen = (unsigned int)TC_AES_KEY_SIZE + (unsigned int)TC_AES_BLOCK_SIZE; in tc_ctr_prng_reseed()
224 uint8_t additional_input_buf[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE] = {0U}; in tc_ctr_prng_generate()
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Daes.h62 #define TC_AES_KEY_SIZE (Nb*Nk) macro
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_ctr.h37 #define BOOTUTIL_CRYPTO_AES_CTR_KEY_SIZE TC_AES_KEY_SIZE