Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Daes_cbc.c76 if (mbedtls_aes_crypt_cbc(&c->aes_ctx, c->mbed_mode, len, c->iv, in mbed_aes_cbc_update()
127 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx, int mode, size_t length, in mbedtls_aes_crypt_cbc() function
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Daes.h295 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpem.c232 ret = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_DECRYPT, buflen, in pem_aes_decrypt()
H A Daes.c1072 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cbc() function
2004 ret = mbedtls_aes_crypt_cbc(&ctx, mode, 16, iv, buf, buf); in mbedtls_aes_self_test()
H A Dcipher_wrap.c185 return mbedtls_aes_crypt_cbc((mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog915 * Fix a potential corruption of the passed-in IV when mbedtls_aes_crypt_cbc()