crypto_update_iov
ret = crypto_update_iov(&aes_ctx, plaintext, ciphertext,
ret = crypto_update_iov(&aes_ctx, ciphertext, plaintext,
ret = crypto_update_iov(ctx->cc_provider_private,
ret = crypto_update_iov(ctx->cc_provider_private,
ret = crypto_update_iov(ctx->cc_provider_private,
ret = crypto_update_iov(ctx->cc_provider_private,
ret = crypto_update_iov(&blowfish_ctx,
ret = crypto_update_iov(&blowfish_ctx,
ret = crypto_update_iov(ctx->cc_provider_private,
ret = crypto_update_iov(ctx->cc_provider_private,
ret = crypto_update_iov(&des_ctx, plaintext, ciphertext,
ret = crypto_update_iov(&des_ctx, ciphertext, plaintext,
extern int crypto_update_iov(void *, crypto_data_t *, crypto_data_t *,