Function: tramp-crypt-decrypt-file
tramp-crypt-decrypt-file is a byte-compiled function defined in
tramp-crypt.el.gz.
Signature
(tramp-crypt-decrypt-file ROOT INFILE OUTFILE)
Documentation
Decrypt file INFILE to OUTFILE according to encrypted directory ROOT.
See tramp-crypt-do-encrypt-or-decrypt-file.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-crypt.el.gz
(defsubst tramp-crypt-decrypt-file (root infile outfile)
"Decrypt file INFILE to OUTFILE according to encrypted directory ROOT.
See `tramp-crypt-do-encrypt-or-decrypt-file'."
(tramp-crypt-do-encrypt-or-decrypt-file 'decrypt root infile outfile))