aes_encrypt_update
static int aes_encrypt_update(crypto_ctx_t *, crypto_data_t *,
return (aes_encrypt_update(ctx, data, &out, req));
aes_encrypt_update,
ret = aes_encrypt_update(ctx, plaintext, ciphertext, req);