aes_encrypt_contiguous_blocks
extern int aes_encrypt_contiguous_blocks(void *ctx, char *data, size_t length,
rc = aes_encrypt_contiguous_blocks(aes_ctx, block,
rc = aes_encrypt_contiguous_blocks(aes_ctx, block, amt, &out);
rc = aes_encrypt_contiguous_blocks(aes_ctx, (char *)pData, ulDataLen,
aes_encrypt_contiguous_blocks, aes_copy_block64);
aes_encrypt_contiguous_blocks, aes_copy_block64);
aes_encrypt_contiguous_blocks, aes_copy_block64);
plaintext, ciphertext, aes_encrypt_contiguous_blocks,
plaintext, ciphertext, aes_encrypt_contiguous_blocks,
plaintext, ciphertext, aes_encrypt_contiguous_blocks,