Function: epg--status-NO_SECKEY
epg--status-NO_SECKEY is a byte-compiled function defined in
epg.el.gz.
Signature
(epg--status-NO_SECKEY CONTEXT STRING)
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg--status-NO_SECKEY (context string)
(epg-context-set-result-for
context 'error
(cons (cons 'no-seckey string)
(epg-context-result-for context 'error))))