Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h1082 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkcs5.c256 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2_ext()
H A Dpkcs12.c228 ret = mbedtls_cipher_crypt(&cipher_ctx, iv, iv_len, data, len, output, &finish_olen); in mbedtls_pkcs12_pbe_ext()
H A Dcipher.c1354 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
H A Dssl_msg.c1355 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
1893 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1757 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.