Home
last modified time | relevance | path

Searched refs:mbedtls_aes_crypt_ecb (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Daes_ecb.c78 if (mbedtls_aes_crypt_ecb(&c->aes_ctx, c->mbed_mode, in mbed_aes_ecb_update()
129 int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx, int mode, in mbedtls_aes_crypt_ecb() function
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Daes.h247 int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dctr_drbg.c249 if ((ret = mbedtls_aes_crypt_ecb(&aes_ctx, MBEDTLS_AES_ENCRYPT, in block_cipher_df()
293 if ((ret = mbedtls_aes_crypt_ecb(&aes_ctx, MBEDTLS_AES_ENCRYPT, in block_cipher_df()
363 if ((ret = mbedtls_aes_crypt_ecb(&ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, in ctr_drbg_update_internal()
669 if ((ret = mbedtls_aes_crypt_ecb(&ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, in mbedtls_ctr_drbg_random_with_add()
H A Daes.c1024 int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ecb() function
1112 ret = mbedtls_aes_crypt_ecb(ctx, mode, input, output); in mbedtls_aes_crypt_cbc()
1131 ret = mbedtls_aes_crypt_ecb(ctx, mode, output, output); in mbedtls_aes_crypt_cbc()
1218 ret = mbedtls_aes_crypt_ecb(&ctx->tweak, MBEDTLS_AES_ENCRYPT, in mbedtls_aes_crypt_xts()
1237 ret = mbedtls_aes_crypt_ecb(&ctx->crypt, mode, tmp, tmp); in mbedtls_aes_crypt_xts()
1274 ret = mbedtls_aes_crypt_ecb(&ctx->crypt, mode, tmp, tmp); in mbedtls_aes_crypt_xts()
1317 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb128()
1332 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb128()
1370 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb8()
1416 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_ofb()
[all …]
H A Dblock_cipher.c189 return mbedtls_aes_crypt_ecb(&ctx->ctx.aes, MBEDTLS_AES_ENCRYPT, in mbedtls_block_cipher_encrypt()
H A Dcipher_wrap.c178 return mbedtls_aes_crypt_ecb((mbedtls_aes_context *) ctx, operation, input, output); in aes_crypt_ecb_wrap()