Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dcipher.h1064 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
/third_party/mbedtls/library/
Dpkcs5.c212 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2()
Dcipher.c1211 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
Dssl_msg.c1136 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
1674 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.function1100 TEST_ASSERT(finish_result == mbedtls_cipher_crypt(&ctx, iv->len ? iv->x : NULL,
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1074 return mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_test_psa_cipher_encrypt_helper()
/third_party/mbedtls/
DChangeLog796 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.