Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/config/
Dconfig_base.h201 #ifndef TFM_ITS_ENC_NONCE_LENGTH
202 #define TFM_ITS_ENC_NONCE_LENGTH 12 macro
/trusted-firmware-m-3.6.0/platform/ext/target/nordic_nrf/common/core/
Dtfm_hal_its_encryption.c51 static uint8_t g_enc_nonce_seed[TFM_ITS_ENC_NONCE_LENGTH -
57 #if TFM_ITS_ENC_NONCE_LENGTH != 12
/trusted-firmware-m-3.6.0/secure_fw/partitions/internal_trusted_storage/flash_fs/
Dits_flash_fs_mblock.h161 uint8_t nonce[TFM_ITS_ENC_NONCE_LENGTH]; \
Dits_flash_fs.c216 memcpy(info->nonce, tmp_metadata.nonce, TFM_ITS_ENC_NONCE_LENGTH); in its_flash_fs_file_get_info()
/trusted-firmware-m-3.6.0/secure_fw/partitions/internal_trusted_storage/
DKconfig.comp87 config TFM_ITS_ENC_NONCE_LENGTH config