Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Daes_alt.c217 unsigned char iv[AES_IV_SIZE], in mbedtls_aes_crypt_cbc()
292 unsigned char iv[AES_IV_SIZE], in mbedtls_aes_crypt_cfb128()
312 unsigned char iv[AES_IV_SIZE], in mbedtls_aes_crypt_cfb8()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_aes.c111 uint8_t iv[AES_IV_SIZE], in cc3xx_aes_crypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_aes.c34 #define AES_IV_SIZE 16 macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Ddriver_defs.h163 #define AES_IV_SIZE 16 macro