Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.function250 /* mbedtls_cipher_reset() */
251 TEST_ASSERT( mbedtls_cipher_reset( &invalid_ctx ) ==
451 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
452 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );
550 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );
602 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
698 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );
699 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );
785 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );
/third_party/mbedtls/programs/aes/
Dcrypt_and_hash.c362 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
537 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
/third_party/mbedtls/library/
Dpkcs12.c164 if( ( ret = mbedtls_cipher_reset( &cipher_ctx ) ) != 0 ) in mbedtls_pkcs12_pbe()
Dcipher.c441 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_reset() function
1321 if( ( ret = mbedtls_cipher_reset( ctx ) ) != 0 ) in mbedtls_cipher_crypt()
/third_party/mbedtls/include/mbedtls/
Dcipher.h894 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx );