Lines Matching refs:mbedtls_cipher_update
255 /* mbedtls_cipher_update() */
257 mbedtls_cipher_update(&invalid_ctx,
356 TEST_ASSERT(mbedtls_cipher_update(&ctx, input, 1, output, &olen)
453 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_enc, inbuf, length, encbuf, &outlen));
474 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_dec, encbuf, total_len, decbuf, &outlen));
550 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx, inbuf, length, encbuf, &outlen));
625 mbedtls_cipher_update(&ctx_dec, encbuf, 0, decbuf, &outlen));
732 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_enc, inbuf, first_length, encbuf, &outlen));
736 mbedtls_cipher_update(&ctx_enc, inbuf + first_length, second_length,
755 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_dec, encbuf, first_length, decbuf, &outlen));
759 mbedtls_cipher_update(&ctx_dec, encbuf + first_length, second_length,
825 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx, cipher->x, cipher->len, output, &outlen));
1064 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx, input->x,