Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_cipher.function1110 TEST_ASSERT(finish_result == mbedtls_cipher_crypt(&ctx, iv->len ? iv->x : NULL,
1239 mbedtls_cipher_crypt(&ctx, iv, sizeof(iv), input,
1243 TEST_EQUAL(0, mbedtls_cipher_crypt(&ctx, iv, sizeof(iv), input,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_cipher.function1114 TEST_ASSERT(finish_result == mbedtls_cipher_crypt(&ctx, iv->len ? iv->x : NULL,
1243 mbedtls_cipher_crypt(&ctx, iv, sizeof(iv), input,
1247 TEST_EQUAL(0, mbedtls_cipher_crypt(&ctx, iv, sizeof(iv), input,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
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 Dpkcs5.c256 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2_ext()
H A Dcipher.c1306 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
H A Dssl_msg.c1354 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
1892 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcipher.h1056 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcipher.h1066 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
/aosp_15_r20/external/mbedtls/library/
H A Dpkcs5.c252 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2_ext()
H A Dcipher.c1290 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
H A Dssl_msg.c1358 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
1897 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1092 return mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_test_psa_cipher_encrypt_helper()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c1126 return mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_test_psa_cipher_encrypt_helper()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md366 4. For a one-shot operation, call `mbedtls_cipher_crypt`. To pass the input in multiple parts, call…
/aosp_15_r20/external/mbedtls/
H A DChangeLog1109 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1369 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.