Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_reset (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_cipher.function232 /* mbedtls_cipher_reset() */
233 TEST_ASSERT(mbedtls_cipher_reset(&invalid_ctx) ==
433 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
434 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_enc));
536 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx));
602 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
712 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
713 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_enc));
810 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx));
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_cipher.function236 /* mbedtls_cipher_reset() */
237 TEST_ASSERT(mbedtls_cipher_reset(&invalid_ctx) ==
437 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
438 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_enc));
540 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx));
606 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
716 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
717 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_enc));
814 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx));
/aosp_15_r20/external/mbedtls/programs/aes/
H A Dcrypt_and_hash.c313 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
467 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/aes/
H A Dcrypt_and_hash.c317 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
471 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
/aosp_15_r20/external/mbedtls/programs/cipher/
H A Dcipher_aead_demo.c189 CHK(mbedtls_cipher_reset(ctx)); in aead_encrypt()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/cipher/
H A Dcipher_aead_demo.c189 CHK(mbedtls_cipher_reset(ctx)); in aead_encrypt()
/aosp_15_r20/external/mbedtls/library/
H A Dpkcs12.c230 if ((ret = mbedtls_cipher_reset(&cipher_ctx)) != 0) { in mbedtls_pkcs12_pbe_ext()
H A Dcipher.c495 int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx) in mbedtls_cipher_reset() function
1362 if ((ret = mbedtls_cipher_reset(ctx)) != 0) { in mbedtls_cipher_crypt()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcipher.h908 int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcipher.h918 int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcipher.c511 int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx) in mbedtls_cipher_reset() function
1378 if ((ret = mbedtls_cipher_reset(ctx)) != 0) { in mbedtls_cipher_crypt()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md418 The equivalent of `mbedtls_cipher_reset` is to call [`psa_cipher_abort`](https://mbed-tls.readthedo…