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.function154 /* mbedtls_cipher_reset() */
155 TEST_ASSERT( mbedtls_cipher_reset( &invalid_ctx ) ==
300 /* mbedtls_cipher_reset() */
302 mbedtls_cipher_reset( NULL ) );
765 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
766 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );
864 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );
916 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
1005 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
1006 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );
[all …]
/external/mbedtls/tests/suites/
Dtest_suite_cipher.function247 /* mbedtls_cipher_reset() */
248 TEST_ASSERT( mbedtls_cipher_reset( &invalid_ctx ) ==
449 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
450 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );
552 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );
617 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
721 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
722 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );
812 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );
/external/openthread/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c364 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
537 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
/external/mbedtls/programs/aes/
Dcrypt_and_hash.c351 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
526 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
/external/mbedtls/programs/cipher/
Dcipher_aead_demo.c200 CHK( mbedtls_cipher_reset( ctx ) ); in aead_encrypt()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h707 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx );
Dcompat-1.3.h1822 #define cipher_reset mbedtls_cipher_reset
/external/openthread/third_party/mbedtls/repo/library/
Dpkcs12.c209 if( ( ret = mbedtls_cipher_reset( &cipher_ctx ) ) != 0 ) in mbedtls_pkcs12_pbe()
Dcipher.c407 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_reset() function
1266 if( ( ret = mbedtls_cipher_reset( ctx ) ) != 0 ) in mbedtls_cipher_crypt()
/external/mbedtls/library/
Dpkcs12.c167 if( ( ret = mbedtls_cipher_reset( &cipher_ctx ) ) != 0 ) in mbedtls_pkcs12_pbe()
Dcipher.c438 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_reset() function
1293 if( ( ret = mbedtls_cipher_reset( ctx ) ) != 0 ) in mbedtls_cipher_crypt()
/external/mbedtls/include/mbedtls/
Dcipher.h901 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx );
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1401 cipher_reset mbedtls_cipher_reset