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