Searched refs:MBEDTLS_AES_ENCRYPT (Results 1 – 15 of 15) sorted by relevance
| /optee_os/lib/libmbedtls/core/ |
| A D | aes_ecb.c | 50 c->mbed_mode = MBEDTLS_AES_ENCRYPT; in mbed_aes_ecb_init() 134 if (mode == MBEDTLS_AES_ENCRYPT) in mbedtls_aes_crypt_ecb()
|
| A D | aes_cbc.c | 54 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 D | ctr_drbg.c | 192 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 D | aes.c | 1017 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 D | cipher_wrap.c | 196 mode = MBEDTLS_AES_ENCRYPT; in aes_crypt_xts_wrap()
|
| /optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
| A D | aes.h | 53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
|
| A D | compat-1.3.h | 649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
|
| /optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
| A D | aes.h | 53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
|
| A D | compat-1.3.h | 649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
|
| /optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
| A D | aes.h | 53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
|
| A D | compat-1.3.h | 649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
|
| /optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
| A D | aes.h | 53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
|
| A D | compat-1.3.h | 649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| A D | aes.h | 53 #define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */ macro
|
| A D | compat-1.3.h | 649 #define AES_ENCRYPT MBEDTLS_AES_ENCRYPT
|
Completed in 80 milliseconds