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));
629 mbedtls_cipher_update(&ctx_dec, encbuf, 0, decbuf, &outlen));
736 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_enc, inbuf, first_length, encbuf, &outlen));
740 mbedtls_cipher_update(&ctx_enc, inbuf + first_length, second_length,
759 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx_dec, encbuf, first_length, decbuf, &outlen));
763 mbedtls_cipher_update(&ctx_dec, encbuf + first_length, second_length,
829 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx, cipher->x, cipher->len, output, &outlen));
1072 TEST_ASSERT(0 == mbedtls_cipher_update(&ctx, input->x,