Lines Matching refs:mbedtls_cipher_update
231 /* mbedtls_cipher_update() */
233 mbedtls_cipher_update( &invalid_ctx,
334 TEST_ASSERT( mbedtls_cipher_update( &ctx, input, 1, output, &olen )
425 TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx_enc, inbuf, length, encbuf, &outlen ) );
446 TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx_dec, encbuf, total_len, decbuf, &outlen ) );
518 TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx, inbuf, length, encbuf, &outlen ) );
572 mbedtls_cipher_update( &ctx_dec, encbuf, 0, decbuf, &outlen ) );
672 TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx_enc, inbuf, first_length, encbuf, &outlen ) );
675 …TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx_enc, inbuf + first_length, second_length, encbuf + t…
692 TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx_dec, encbuf, first_length, decbuf, &outlen ) );
695 …TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx_dec, encbuf + first_length, second_length, decbuf + …
754 TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx, cipher->x, cipher->len, output, &outlen ) );
989 TEST_ASSERT( 0 == mbedtls_cipher_update( &ctx, input->x,