Searched refs:mbedtls_aes_crypt_ecb (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | aes_alt.c | 306 int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ecb() function 527 ret = mbedtls_aes_crypt_ecb( &ctx->tweak, MBEDTLS_AES_ENCRYPT, in mbedtls_aes_crypt_xts() 550 ret = mbedtls_aes_crypt_ecb( &ctx->crypt, mode, tmp, tmp ); in mbedtls_aes_crypt_xts() 590 ret = mbedtls_aes_crypt_ecb( &ctx->crypt, mode, tmp, tmp ); in mbedtls_aes_crypt_xts() 633 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb128() 647 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb128() 686 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb8() 737 ret = mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv ); in mbedtls_aes_crypt_ofb() 779 if (mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block) != 0) { in mbedtls_aes_crypt_ctr()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | aes_alt.c | 160 int mbedtls_aes_crypt_ecb(mbedtls_aes_context * ctx, in mbedtls_aes_crypt_ecb() function 423 return( mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, input, output) ); in mbedtls_internal_aes_encrypt() 449 return( mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_DECRYPT, input, output) ); in mbedtls_internal_aes_decrypt()
|
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | aes.h | 247 int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx,
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
| D | run_integration_aes.c | 369 RUNIT_ASSERT_API(mbedtls_aes_crypt_ecb(&ctx, MBEDTLS_AES_ENCRYPT, buf, buf) == 0); in runIt_aesEcbTest() 385 RUNIT_ASSERT_API(mbedtls_aes_crypt_ecb(&ctx, MBEDTLS_AES_DECRYPT, buf, buf) == 0); in runIt_aesEcbTest()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
| D | run_integration_test.c | 490 RUNIT_PERF_REG_API(mbedtls_aes_crypt_ecb , gCompConf.aes); in runIt_regApi()
|
| D | stackinfo | 839 mbedtls_aes_crypt_ecb 64 16
|