Searched refs:mbedtls_aes_crypt_cbc (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/core/ |
| H A D | aes_cbc.c | 76 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 D | aes.h | 295 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pem.c | 232 ret = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_DECRYPT, buflen, in pem_aes_decrypt()
|
| H A D | aes.c | 1072 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 D | cipher_wrap.c | 185 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 D | ChangeLog | 915 * Fix a potential corruption of the passed-in IV when mbedtls_aes_crypt_cbc()
|