Searched refs:mbedtls_aes_crypt_cbc (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/core/ |
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-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | aes.h | 317 int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx,
|
A D | compat-1.3.h | 1715 #define aes_crypt_cbc mbedtls_aes_crypt_cbc
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | pem.c | 211 ret = mbedtls_aes_crypt_cbc( &aes_ctx, MBEDTLS_AES_DECRYPT, buflen, in pem_aes_decrypt()
|
A D | aes.c | 1024 int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cbc() function 1911 ret = mbedtls_aes_crypt_cbc( &ctx, mode, 16, iv, buf, buf ); in mbedtls_aes_self_test()
|
A D | cipher_wrap.c | 149 return mbedtls_aes_crypt_cbc( (mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
|
Completed in 26 milliseconds