MBEDTLS_AES_ENCRYPT is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

MBEDTLS_AES_ENCRYPT macro

AES encryption.

Syntax

#define MBEDTLS_AES_ENCRYPT 1

References

LocationText
aes.h:54
#define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */
aes.c:1013
AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT ||
aes.c:1033
if( mode == MBEDTLS_AES_ENCRYPT )
ctr_drbg.c:218
if( ( ret = mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_ENCRYPT, chain, chain ) ) != 0 )
ctr_drbg.c:244
if( ( ret = mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_ENCRYPT, iv, iv ) ) != 0 )
ctr_drbg.c:301
if( ( ret = mbedtls_aes_crypt_ecb( &ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, ctx->counter, p ) ) != 0 )
ctr_drbg.c:499
if( ( ret = mbedtls_aes_crypt_ecb( &ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, ctx->counter, tmp ) ) != 0 )