Home
last modified time | relevance | path

Searched refs:MBEDTLS_AES_ENCRYPT (Results 1 – 15 of 15) sorted by relevance

/optee_os/lib/libmbedtls/core/
A Daes_ecb.c50 c->mbed_mode = MBEDTLS_AES_ENCRYPT; in mbed_aes_ecb_init()
134 if (mode == MBEDTLS_AES_ENCRYPT) in mbedtls_aes_crypt_ecb()
A Daes_cbc.c54 c->mbed_mode = MBEDTLS_AES_ENCRYPT; in mbed_aes_cbc_init()
134 if (mode == MBEDTLS_AES_ENCRYPT) in mbedtls_aes_crypt_cbc()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dctr_drbg.c192 if( ( ret = mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_ENCRYPT, in block_cipher_df()
220 if( ( ret = mbedtls_aes_crypt_ecb( &aes_ctx, MBEDTLS_AES_ENCRYPT, in block_cipher_df()
278 if( ( ret = mbedtls_aes_crypt_ecb( &ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, in ctr_drbg_update_internal()
567 if( ( ret = mbedtls_aes_crypt_ecb( &ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, in mbedtls_ctr_drbg_random_with_add()
A Daes.c1017 AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT || in mbedtls_aes_crypt_ecb()
1037 if( mode == MBEDTLS_AES_ENCRYPT ) in mbedtls_aes_crypt_ecb()
1058 AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT || in mbedtls_aes_crypt_cbc()
1190 AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT || in mbedtls_aes_crypt_xts()
1205 ret = mbedtls_aes_crypt_ecb( &ctx->tweak, MBEDTLS_AES_ENCRYPT, in mbedtls_aes_crypt_xts()
1298 AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT || in mbedtls_aes_crypt_cfb128()
1315 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv ); in mbedtls_aes_crypt_cfb128()
1356 AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT || in mbedtls_aes_crypt_cfb8()
1364 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv ); in mbedtls_aes_crypt_cfb8()
1371 if( mode == MBEDTLS_AES_ENCRYPT ) in mbedtls_aes_crypt_cfb8()
[all …]
A Dcipher_wrap.c196 mode = MBEDTLS_AES_ENCRYPT; in aes_crypt_xts_wrap()
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Daes.h53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
A Dcompat-1.3.h649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Daes.h53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
A Dcompat-1.3.h649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Daes.h53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
A Dcompat-1.3.h649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Daes.h53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
A Dcompat-1.3.h649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Daes.h53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
A Dcompat-1.3.h649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT

Completed in 80 milliseconds