Home
last modified time | relevance | path

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

/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function152 /* mbedtls_cipher_reset() */
153 TEST_ASSERT(mbedtls_cipher_reset(&invalid_ctx) ==
298 /* mbedtls_cipher_reset() */
300 mbedtls_cipher_reset(NULL));
768 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
769 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_enc));
867 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx));
926 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
1020 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_dec));
1021 TEST_ASSERT(0 == mbedtls_cipher_reset(&ctx_enc));
[all …]
/external/mbedtls/tests/suites/
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));
/external/openthread/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c316 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
468 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
/external/mbedtls/programs/aes/
Dcrypt_and_hash.c313 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
467 if (mbedtls_cipher_reset(&cipher_ctx) != 0) { in main()
/external/mbedtls/programs/cipher/
Dcipher_aead_demo.c189 CHK(mbedtls_cipher_reset(ctx)); in aead_encrypt()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h740 int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx);
Dcompat-1.3.h1825 #define cipher_reset mbedtls_cipher_reset
/external/mbedtls/library/
Dpkcs12.c230 if ((ret = mbedtls_cipher_reset(&cipher_ctx)) != 0) { in mbedtls_pkcs12_pbe_ext()
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()
/external/mbedtls/include/mbedtls/
Dcipher.h918 int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx);
/external/openthread/third_party/mbedtls/repo/library/
Dpkcs12.c269 if ((ret = mbedtls_cipher_reset(&cipher_ctx)) != 0) { in mbedtls_pkcs12_pbe_ext()
Dcipher.c414 int mbedtls_cipher_reset(mbedtls_cipher_context_t *ctx) in mbedtls_cipher_reset() function
1260 if ((ret = mbedtls_cipher_reset(ctx)) != 0) { in mbedtls_cipher_crypt()
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1401 cipher_reset mbedtls_cipher_reset