crypto_encrypt_file
int crypto_encrypt_file(FILE *, FILE *);
if (!crypto_encrypt_file(fpin, fpout)) {
if (!crypto_encrypt_file(ifp, ofp))