Searched refs:mbedtls_cipher_reset (Results 1 – 5 of 5) sorted by relevance
250 /* 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 ) );
362 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()537 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
164 if( ( ret = mbedtls_cipher_reset( &cipher_ctx ) ) != 0 ) in mbedtls_pkcs12_pbe()
441 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_reset() function1321 if( ( ret = mbedtls_cipher_reset( ctx ) ) != 0 ) in mbedtls_cipher_crypt()
894 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx );