Searched refs:TC_AES_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
78 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()
62 #define TC_AES_KEY_SIZE (Nb*Nk) macro
37 #define BOOTUTIL_CRYPTO_AES_CTR_KEY_SIZE TC_AES_KEY_SIZE