Searched refs:mbedtls_cipher_crypt (Results 1 – 6 of 6) sorted by relevance
635 int mbedtls_cipher_crypt( mbedtls_cipher_context_t *ctx,
1834 #define cipher_crypt mbedtls_cipher_crypt
206 if( ( ret = mbedtls_cipher_crypt( &cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2()
812 int mbedtls_cipher_crypt( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
1334 if( ( ret = mbedtls_cipher_crypt( &ssl->transform_out->cipher_ctx_enc, in ssl_encrypt_buf()1483 if( ( ret = mbedtls_cipher_crypt( &ssl->transform_out->cipher_ctx_enc, in ssl_encrypt_buf()1601 if( ( ret = mbedtls_cipher_crypt( &ssl->transform_in->cipher_ctx_dec, in ssl_decrypt_buf()1795 if( ( ret = mbedtls_cipher_crypt( &ssl->transform_in->cipher_ctx_dec, in ssl_decrypt_buf()
1378 cipher_crypt mbedtls_cipher_crypt