Home
last modified time | relevance | path

Searched defs:ivBuff (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_aes_ext_dma.c220 uint32_t ivBuff[CC_AES_IV_SIZE_IN_WORDS]; in mbedtls_aes_ext_dma_set_iv() local
264 uint32_t ivBuff[CC_AES_IV_SIZE_IN_WORDS]; in mbedtls_aes_ext_dma_finish() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ext_dma.c63 CCAesIv_t ivBuff = {0}; in runIt_extDma() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu_derivation.c37 uint8_t ivBuff[CC_PROD_AES_IV_COUNTER_SIZE_IN_BYTES]; in Derivation_Block_Cipher_df() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_sym.c91 int8_t ivBuff[EVP_MAX_KEY_LENGTH] = {0x0}; in CC_CommonAesCbcDecrypt() local