Function: tramp-crypt-encrypt-file

tramp-crypt-encrypt-file is a byte-compiled function defined in tramp-crypt.el.gz.

Signature

(tramp-crypt-encrypt-file ROOT INFILE OUTFILE)

Documentation

Encrypt 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-encrypt-file (root infile outfile)
  "Encrypt file INFILE to OUTFILE according to encrypted directory ROOT.
See `tramp-crypt-do-encrypt-or-decrypt-file'."
  (tramp-crypt-do-encrypt-or-decrypt-file 'encrypt root infile outfile))