%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/ |
Current File : //usr/local/share/emacs/27.2/lisp/epg.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'epg-config) #@36 GnuPG ID of your default identity. (defvar epg-user-id nil (#$ . 430)) #@42 An alist mapping from key ID to user ID. (defvar epg-user-id-alist nil (#$ . 507)) (defvar epg-last-status nil) (defvar epg-read-point nil) (defvar epg-process-filter-running nil) (defvar epg-pending-status-list nil) (defvar epg-key-id nil) (defvar epg-context nil) (defvar epg-debug-buffer nil) (defvar epg-agent-file nil) (defvar epg-agent-mtime nil) (defconst epg-cipher-algorithm-alist '((0 . "NONE") (1 . "IDEA") (2 . "3DES") (3 . "CAST5") (4 . "BLOWFISH") (7 . "AES") (8 . "AES192") (9 . "AES256") (10 . "TWOFISH") (11 . "CAMELLIA128") (12 . "CAMELLIA256") (110 . "DUMMY"))) (defconst epg-pubkey-algorithm-alist '((1 . "RSA") (2 . "RSA_E") (3 . "RSA_S") (16 . "ELGAMAL_E") (17 . "DSA") (18 . "ECDH") (19 . "ECDSA") (20 . "ELGAMAL") (22 . "EDDSA") (110 . "PRIVATE10"))) (defconst epg-digest-algorithm-alist '((1 . "MD5") (2 . "SHA1") (3 . "RIPEMD160") (8 . "SHA256") (9 . "SHA384") (10 . "SHA512") (11 . "SHA224") (110 . "PRIVATE10"))) (defconst epg-compress-algorithm-alist '((0 . "NONE") (1 . "ZIP") (2 . "ZLIB") (3 . "BZIP2") (110 . "PRIVATE10"))) (defconst epg-invalid-recipients-reason-alist '((0 . "No specific reason given") (1 . "Not Found") (2 . "Ambiguous specification") (3 . "Wrong key usage") (4 . "Key revoked") (5 . "Key expired") (6 . "No CRL known") (7 . "CRL too old") (8 . "Policy mismatch") (9 . "Not a secret key") (10 . "Key not trusted"))) (defconst epg-delete-problem-reason-alist '((1 . "No such key") (2 . "Must delete secret key first") (3 . "Ambiguous specification"))) (defconst epg-import-ok-reason-alist '((0 . "Not actually changed") (1 . "Entirely new key") (2 . "New user IDs") (4 . "New signatures") (8 . "New subkeys") (16 . "Contains private key"))) (defconst epg-import-problem-reason-alist '((0 . "No specific reason given") (1 . "Invalid Certificate") (2 . "Issuer Certificate missing") (3 . "Certificate Chain too long") (4 . "Error storing certificate"))) (defconst epg-no-data-reason-alist '((1 . "No armored data") (2 . "Expected a packet but did not found one") (3 . "Invalid packet found, this may indicate a non OpenPGP message") (4 . "Signature expected but not found"))) (defconst epg-unexpected-reason-alist nil) (defvar epg-key-validity-alist '((111 . unknown) (105 . invalid) (100 . disabled) (114 . revoked) (101 . expired) (45 . none) (113 . undefined) (110 . never) (109 . marginal) (102 . full) (117 . ultimate))) (defvar epg-key-capability-alist '((101 . encrypt) (115 . sign) (99 . certify) (97 . authentication) (68 . disabled))) (defvar epg-new-signature-type-alist '((68 . detached) (67 . clear) (83 . normal))) (defvar epg-dn-type-alist '(("1.2.840.113549.1.9.1" . "EMail") ("2.5.4.12" . "T") ("2.5.4.42" . "GN") ("2.5.4.4" . "SN") ("0.2.262.1.10.7.20" . "NameDistinguisher") ("2.5.4.16" . "ADDR") ("2.5.4.15" . "BC") ("2.5.4.13" . "D") ("2.5.4.17" . "PostalCode") ("2.5.4.65" . "Pseudo") ("2.5.4.5" . "SerialNumber"))) (defvar epg-prompt-alist nil) (define-error 'epg-error "GPG error") #@78 compiler-macro for inlining `cl--struct-epg-data-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-data-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-data-p (and (memq (type-of cl-x) cl-struct-epg-data-tags) t)) nil] 9 (#$ . 3468)]) (put 'cl--struct-epg-data-p 'compiler-macro 'cl--struct-epg-data-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-data-p #[257 "\301!>\205 \302\207" [cl-struct-epg-data-tags type-of t] 3 (#$ . 3845)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-data-p side-effect-free error-free put epg-data cl-deftype-satisfies] 5) #@70 compiler-macro for inlining `epg-data-file'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-data-file--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-data-file (progn (or (cl--struct-epg-data-p cl-x) (signal 'wrong-type-argument (list 'epg-data cl-x))) (aref cl-x 1))) nil] 9 (#$ . 4133)]) (put 'epg-data-file 'compiler-macro 'epg-data-file--cmacro) #@58 Access slot "file" of `epg-data' struct CL-X. (fn CL-X) (defalias 'epg-data-file #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-data-tags type-of signal wrong-type-argument epg-data 1] 5 (#$ . 4524)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-data-file side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-data-file] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@72 compiler-macro for inlining `epg-data-string'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-data-string--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-data-string (progn (or (cl--struct-epg-data-p cl-x) (signal 'wrong-type-argument (list 'epg-data cl-x))) (aref cl-x 2))) nil] 9 (#$ . 4974)]) (put 'epg-data-string 'compiler-macro 'epg-data-string--cmacro) #@60 Access slot "string" of `epg-data' struct CL-X. (fn CL-X) (defalias 'epg-data-string #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-data-tags type-of signal wrong-type-argument epg-data 2] 5 (#$ . 5375)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-data-string side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-data-string] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@84 compiler-macro for inlining `epg-make-data-from-string'. (fn CL-WHOLE-ARG STRING) (defalias 'epg-make-data-from-string--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (string) (cl-block epg-make-data-from-string (record 'epg-data nil string)) nil] 9 (#$ . 5833)]) (put 'epg-make-data-from-string 'compiler-macro 'epg-make-data-from-string--cmacro) #@58 Constructor for objects of type `epg-data'. (fn STRING) (defalias 'epg-make-data-from-string #[257 "\300\301\302#\207" [record epg-data nil] 5 (#$ . 6210)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-make-data-from-string side-effect-free t] 4) #@80 compiler-macro for inlining `epg-make-data-from-file'. (fn CL-WHOLE-ARG FILE) (defalias 'epg-make-data-from-file--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (file) (cl-block epg-make-data-from-file (record 'epg-data file nil)) nil] 9 (#$ . 6477)]) (put 'epg-make-data-from-file 'compiler-macro 'epg-make-data-from-file--cmacro) #@56 Constructor for objects of type `epg-data'. (fn FILE) (defalias 'epg-make-data-from-file #[257 "\300\301\302#\207" [record epg-data nil] 5 (#$ . 6838)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-data-from-file side-effect-free t cl-struct-define epg-data nil cl-structure-object record ((cl-tag-slot) (file nil :read-only t) (string nil :read-only t)) cl-struct-epg-data-tags] 11) #@81 compiler-macro for inlining `cl--struct-epg-context-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-context-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-context-p (and (memq (type-of cl-x) cl-struct-epg-context-tags) t)) nil] 9 (#$ . 7285)]) (put 'cl--struct-epg-context-p 'compiler-macro 'cl--struct-epg-context-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-context-p #[257 "\301!>\205 \302\207" [cl-struct-epg-context-tags type-of t] 3 (#$ . 7680)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-context-p side-effect-free error-free put epg-context cl-deftype-satisfies] 5) #@77 compiler-macro for inlining `epg-context-protocol'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-protocol--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-protocol (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 1))) nil] 9 (#$ . 7980)]) (put 'epg-context-protocol 'compiler-macro 'epg-context-protocol--cmacro) #@65 Access slot "protocol" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-protocol #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 1] 5 (#$ . 8412)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-protocol side-effect-free t] 4) #@76 compiler-macro for inlining `epg-context-program'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-program--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-program (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 2))) nil] 9 (#$ . 8761)]) (put 'epg-context-program 'compiler-macro 'epg-context-program--cmacro) #@64 Access slot "program" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-program #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 2] 5 (#$ . 9188)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-program side-effect-free t] 4) #@83 compiler-macro for inlining `epg-context-home-directory'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-home-directory--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-home-directory (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 3))) nil] 9 (#$ . 9534)]) (put 'epg-context-home-directory 'compiler-macro 'epg-context-home-directory--cmacro) #@71 Access slot "home-directory" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-home-directory #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 3] 5 (#$ . 9996)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-home-directory side-effect-free t] 4) #@74 compiler-macro for inlining `epg-context-armor'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-armor--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-armor (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 4))) nil] 9 (#$ . 10363)]) (put 'epg-context-armor 'compiler-macro 'epg-context-armor--cmacro) #@62 Access slot "armor" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-armor #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 4] 5 (#$ . 10781)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-armor side-effect-free t] 4) #@77 compiler-macro for inlining `epg-context-textmode'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-textmode--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-textmode (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 5))) nil] 9 (#$ . 11122)]) (put 'epg-context-textmode 'compiler-macro 'epg-context-textmode--cmacro) #@65 Access slot "textmode" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-textmode #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 5] 5 (#$ . 11555)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-textmode side-effect-free t] 4) #@82 compiler-macro for inlining `epg-context-include-certs'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-include-certs--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-include-certs (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 6))) nil] 9 (#$ . 11905)]) (put 'epg-context-include-certs 'compiler-macro 'epg-context-include-certs--cmacro) #@70 Access slot "include-certs" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-include-certs #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 6] 5 (#$ . 12363)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-include-certs side-effect-free t] 4) #@85 compiler-macro for inlining `epg-context-cipher-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-cipher-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-cipher-algorithm (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 7))) nil] 9 (#$ . 12728)]) (put 'epg-context-cipher-algorithm 'compiler-macro 'epg-context-cipher-algorithm--cmacro) #@73 Access slot "cipher-algorithm" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-cipher-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 7] 5 (#$ . 13201)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-cipher-algorithm side-effect-free t] 4) #@85 compiler-macro for inlining `epg-context-digest-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-digest-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-digest-algorithm (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 8))) nil] 9 (#$ . 13575)]) (put 'epg-context-digest-algorithm 'compiler-macro 'epg-context-digest-algorithm--cmacro) #@73 Access slot "digest-algorithm" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-digest-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 8] 5 (#$ . 14048)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-digest-algorithm side-effect-free t] 4) #@87 compiler-macro for inlining `epg-context-compress-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-compress-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-compress-algorithm (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 9))) nil] 9 (#$ . 14422)]) (put 'epg-context-compress-algorithm 'compiler-macro 'epg-context-compress-algorithm--cmacro) #@75 Access slot "compress-algorithm" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-compress-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 9] 5 (#$ . 14905)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-compress-algorithm side-effect-free t] 4) #@88 compiler-macro for inlining `epg-context-passphrase-callback'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-passphrase-callback--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-passphrase-callback (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 10))) nil] 9 (#$ . 15285)]) (put 'epg-context-passphrase-callback 'compiler-macro 'epg-context-passphrase-callback--cmacro) #@76 Access slot "passphrase-callback" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-passphrase-callback #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 10] 5 (#$ . 15774)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-passphrase-callback side-effect-free t] 4) #@86 compiler-macro for inlining `epg-context-progress-callback'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-progress-callback--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-progress-callback (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 11))) nil] 9 (#$ . 16158)]) (put 'epg-context-progress-callback 'compiler-macro 'epg-context-progress-callback--cmacro) #@74 Access slot "progress-callback" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-progress-callback #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 11] 5 (#$ . 16637)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-progress-callback side-effect-free t] 4) #@82 compiler-macro for inlining `epg-context-edit-callback'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-edit-callback--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-edit-callback (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 12))) nil] 9 (#$ . 17015)]) (put 'epg-context-edit-callback 'compiler-macro 'epg-context-edit-callback--cmacro) #@70 Access slot "edit-callback" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-edit-callback #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 12] 5 (#$ . 17474)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-edit-callback side-effect-free t] 4) #@76 compiler-macro for inlining `epg-context-signers'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-signers--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-signers (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 13))) nil] 9 (#$ . 17840)]) (put 'epg-context-signers 'compiler-macro 'epg-context-signers--cmacro) #@64 Access slot "signers" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-signers #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 13] 5 (#$ . 18269)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-signers side-effect-free t] 4) #@75 compiler-macro for inlining `epg-context-sender'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-sender--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-sender (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 14))) nil] 9 (#$ . 18617)]) (put 'epg-context-sender 'compiler-macro 'epg-context-sender--cmacro) #@63 Access slot "sender" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-sender #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 14] 5 (#$ . 19041)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-sender side-effect-free t] 4) #@82 compiler-macro for inlining `epg-context-sig-notations'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-sig-notations--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-sig-notations (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 15))) nil] 9 (#$ . 19386)]) (put 'epg-context-sig-notations 'compiler-macro 'epg-context-sig-notations--cmacro) #@70 Access slot "sig-notations" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-sig-notations #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 15] 5 (#$ . 19845)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-sig-notations side-effect-free t] 4) #@76 compiler-macro for inlining `epg-context-process'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-process--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-process (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 16))) nil] 9 (#$ . 20211)]) (put 'epg-context-process 'compiler-macro 'epg-context-process--cmacro) #@64 Access slot "process" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-process #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 16] 5 (#$ . 20640)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-process side-effect-free t] 4) #@80 compiler-macro for inlining `epg-context-output-file'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-output-file--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-output-file (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 17))) nil] 9 (#$ . 20988)]) (put 'epg-context-output-file 'compiler-macro 'epg-context-output-file--cmacro) #@68 Access slot "output-file" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-output-file #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 17] 5 (#$ . 21437)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-output-file side-effect-free t] 4) #@75 compiler-macro for inlining `epg-context-result'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-result--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-result (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 18))) nil] 9 (#$ . 21797)]) (put 'epg-context-result 'compiler-macro 'epg-context-result--cmacro) #@63 Access slot "result" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-result #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 18] 5 (#$ . 22221)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-result side-effect-free t] 4) #@78 compiler-macro for inlining `epg-context-operation'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-operation--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-operation (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 19))) nil] 9 (#$ . 22566)]) (put 'epg-context-operation 'compiler-macro 'epg-context-operation--cmacro) #@66 Access slot "operation" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-operation #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 19] 5 (#$ . 23005)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-operation side-effect-free t] 4) #@82 compiler-macro for inlining `epg-context-pinentry-mode'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-pinentry-mode--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-pinentry-mode (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 20))) nil] 9 (#$ . 23359)]) (put 'epg-context-pinentry-mode 'compiler-macro 'epg-context-pinentry-mode--cmacro) #@70 Access slot "pinentry-mode" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-pinentry-mode #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 20] 5 (#$ . 23818)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-pinentry-mode side-effect-free t] 4) #@81 compiler-macro for inlining `epg-context-error-output'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-error-output--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-error-output (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 21))) nil] 9 (#$ . 24184)]) (put 'epg-context-error-output 'compiler-macro 'epg-context-error-output--cmacro) #@69 Access slot "error-output" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-error-output #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 21] 5 (#$ . 24638)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-error-output side-effect-free t] 4) #@81 compiler-macro for inlining `epg-context-error-buffer'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-context-error-buffer--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-context-error-buffer (progn (or (cl--struct-epg-context-p cl-x) (signal 'wrong-type-argument (list 'epg-context cl-x))) (aref cl-x 22))) nil] 9 (#$ . 25001)]) (put 'epg-context-error-buffer 'compiler-macro 'epg-context-error-buffer--cmacro) #@69 Access slot "error-buffer" of `epg-context' struct CL-X. (fn CL-X) (defalias 'epg-context-error-buffer #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 22] 5 (#$ . 25455)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-context-error-buffer side-effect-free t] 4) #@155 Constructor for objects of type `epg-context'. (fn PROTOCOL &optional ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM) (defalias 'epg-context--make #[1921 "\302!\211\204 \303\304\305D\"\210\306\307\"\262\203$ \303\310\311\312G\\D\"\210\313\314\n\f\f\f\f\f\f\315C\316\211\211\211\211\211\211\211\211 \317\316&\207" [epg-gpg-home-directory epg-pinentry-mode epg-find-configuration signal epg-error "no usable configuration" alist-get program wrong-number-of-arguments epg-context--make 7 record epg-context epg-passphrase-callback-function nil ""] 33 (#$ . 25819)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-context--make side-effect-free t cl-struct-define epg-context nil cl-structure-object record ((cl-tag-slot) (protocol) (program) (home-directory epg-gpg-home-directory) (armor) (textmode) (include-certs) (cipher-algorithm) (digest-algorithm) (compress-algorithm) (passphrase-callback (list #'epg-passphrase-callback-function)) (progress-callback) (edit-callback) (signers) (sender) (sig-notations) (process) (output-file) (result) (operation) (pinentry-mode epg-pinentry-mode) (error-output "") (error-buffer)) cl-struct-epg-context-tags] 11) #@133 Return a context object. (fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM) (defalias 'epg-make-context #[1792 "\300\206 \301&\207" [epg-context--make OpenPGP] 15 (#$ . 27082)]) #@79 Specify if the output should be ASCII armored in CONTEXT. (fn CONTEXT ARMOR) (defalias 'epg-context-set-armor #[514 "\301!>\204 \302\303\304D\"\210\211\305I\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 4] 6 (#$ . 27338)]) (make-obsolete 'epg-context-set-armor 'setf "25.1") #@82 Specify if canonical text mode should be used in CONTEXT. (fn CONTEXT TEXTMODE) (defalias 'epg-context-set-textmode #[514 "\301!>\204 \302\303\304D\"\210\211\305I\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 5] 6 (#$ . 27660)]) (make-obsolete 'epg-context-set-textmode 'setf "25.1") #@597 Set the function used to query passphrase. PASSPHRASE-CALLBACK is either a function, or a cons-cell whose car is a function and cdr is a callback data. The function gets three arguments: the context, the key-id in question, and the callback data (if any). The callback may not be called if you use GnuPG 2.x, which relies on the external program called `gpg-agent' for passphrase query. If you really want to intercept passphrase query, consider installing GnuPG 1.x _along with_ GnuPG 2.x, which does passphrase query by itself and Emacs can intercept them. (fn CONTEXT PASSPHRASE-CALLBACK) (defalias 'epg-context-set-passphrase-callback #[514 "\301!>\204 \302\303\304D\"\210\211\305\306!\203 C\202 I\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 10 functionp] 7 (#$ . 27992)]) #@391 Set the function which handles progress update. PROGRESS-CALLBACK is either a function, or a cons-cell whose car is a function and cdr is a callback data. The function gets six arguments: the context, the operation description, the character to display a progress unit, the current amount done, the total amount to be done, and the callback data (if any). (fn CONTEXT PROGRESS-CALLBACK) (defalias 'epg-context-set-progress-callback #[514 "\301!>\204 \302\303\304D\"\210\211\305\306!\203 C\202 I\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 11 functionp] 7 (#$ . 28826)]) #@59 Set the list of key-id for signing. (fn CONTEXT SIGNERS) (defalias 'epg-context-set-signers #[514 "\301!>\204 \302\303\304D\"\210\211\305I\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 13] 6 (#$ . 29451)]) (make-obsolete 'epg-context-set-signers 'setf "25.1") #@83 compiler-macro for inlining `cl--struct-epg-signature-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-signature-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-signature-p (and (memq (type-of cl-x) cl-struct-epg-signature-tags) t)) nil] 9 (#$ . 29758)]) (put 'cl--struct-epg-signature-p 'compiler-macro 'cl--struct-epg-signature-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-signature-p #[257 "\301!>\205 \302\207" [cl-struct-epg-signature-tags type-of t] 3 (#$ . 30166)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-signature-p side-effect-free error-free put epg-signature cl-deftype-satisfies] 5) #@77 compiler-macro for inlining `epg-signature-status'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-status--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-status (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 1))) nil] 9 (#$ . 30475)]) (put 'epg-signature-status 'compiler-macro 'epg-signature-status--cmacro) #@65 Access slot "status" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-status #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 1] 5 (#$ . 30912)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-status side-effect-free t] 4) #@77 compiler-macro for inlining `epg-signature-key-id'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-key-id--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-key-id (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 2))) nil] 9 (#$ . 31266)]) (put 'epg-signature-key-id 'compiler-macro 'epg-signature-key-id--cmacro) #@65 Access slot "key-id" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-key-id #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 2] 5 (#$ . 31703)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-key-id side-effect-free t] 4) #@79 compiler-macro for inlining `epg-signature-validity'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-validity--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-validity (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 3))) nil] 9 (#$ . 32057)]) (put 'epg-signature-validity 'compiler-macro 'epg-signature-validity--cmacro) #@67 Access slot "validity" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-validity #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 3] 5 (#$ . 32504)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-validity side-effect-free t] 4) #@82 compiler-macro for inlining `epg-signature-fingerprint'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-fingerprint--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-fingerprint (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 4))) nil] 9 (#$ . 32864)]) (put 'epg-signature-fingerprint 'compiler-macro 'epg-signature-fingerprint--cmacro) #@70 Access slot "fingerprint" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-fingerprint #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 4] 5 (#$ . 33326)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-fingerprint side-effect-free t] 4) #@84 compiler-macro for inlining `epg-signature-creation-time'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-creation-time--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-creation-time (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 5))) nil] 9 (#$ . 33695)]) (put 'epg-signature-creation-time 'compiler-macro 'epg-signature-creation-time--cmacro) #@72 Access slot "creation-time" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-creation-time #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 5] 5 (#$ . 34167)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-creation-time side-effect-free t] 4) #@86 compiler-macro for inlining `epg-signature-expiration-time'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-expiration-time--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-expiration-time (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 6))) nil] 9 (#$ . 34542)]) (put 'epg-signature-expiration-time 'compiler-macro 'epg-signature-expiration-time--cmacro) #@74 Access slot "expiration-time" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-expiration-time #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 6] 5 (#$ . 35024)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-expiration-time side-effect-free t] 4) #@87 compiler-macro for inlining `epg-signature-pubkey-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-pubkey-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-pubkey-algorithm (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 7))) nil] 9 (#$ . 35405)]) (put 'epg-signature-pubkey-algorithm 'compiler-macro 'epg-signature-pubkey-algorithm--cmacro) #@75 Access slot "pubkey-algorithm" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-pubkey-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 7] 5 (#$ . 35892)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-pubkey-algorithm side-effect-free t] 4) #@87 compiler-macro for inlining `epg-signature-digest-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-digest-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-digest-algorithm (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 8))) nil] 9 (#$ . 36276)]) (put 'epg-signature-digest-algorithm 'compiler-macro 'epg-signature-digest-algorithm--cmacro) #@75 Access slot "digest-algorithm" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-digest-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 8] 5 (#$ . 36763)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-digest-algorithm side-effect-free t] 4) #@76 compiler-macro for inlining `epg-signature-class'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-class--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-class (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 9))) nil] 9 (#$ . 37147)]) (put 'epg-signature-class 'compiler-macro 'epg-signature-class--cmacro) #@64 Access slot "class" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-class #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 9] 5 (#$ . 37579)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-class side-effect-free t] 4) #@78 compiler-macro for inlining `epg-signature-version'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-version--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-version (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 10))) nil] 9 (#$ . 37930)]) (put 'epg-signature-version 'compiler-macro 'epg-signature-version--cmacro) #@66 Access slot "version" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-version #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 10] 5 (#$ . 38373)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-version side-effect-free t] 4) #@80 compiler-macro for inlining `epg-signature-notations'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-signature-notations--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-signature-notations (progn (or (cl--struct-epg-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-signature cl-x))) (aref cl-x 11))) nil] 9 (#$ . 38731)]) (put 'epg-signature-notations 'compiler-macro 'epg-signature-notations--cmacro) #@68 Access slot "notations" of `epg-signature' struct CL-X. (fn CL-X) (defalias 'epg-signature-notations #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-signature-tags type-of signal wrong-type-argument epg-signature 11] 5 (#$ . 39184)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-signature-notations side-effect-free t] 4) #@94 compiler-macro for inlining `epg-make-signature'. (fn CL-WHOLE-ARG STATUS &optional KEY-ID) (defalias 'epg-make-signature--cmacro #[770 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (status key-id) (cl-block epg-make-signature (record 'epg-signature status key-id nil nil nil nil nil nil nil nil nil)) nil] 11 (#$ . 39548)]) (put 'epg-make-signature 'compiler-macro 'epg-make-signature--cmacro) #@80 Constructor for objects of type `epg-signature'. (fn STATUS &optional KEY-ID) (defalias 'epg-make-signature #[513 "\300\301\302\211\211\211\211\211\211\211\211&\f\207" [record epg-signature nil] 15 (#$ . 39962)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-signature side-effect-free t cl-struct-define epg-signature nil cl-structure-object record ((cl-tag-slot) (status) (key-id) (validity) (fingerprint) (creation-time) (expiration-time) (pubkey-algorithm) (digest-algorithm) (class) (version) (notations)) cl-struct-epg-signature-tags] 11) #@87 compiler-macro for inlining `cl--struct-epg-new-signature-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-new-signature-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-new-signature-p (and (memq (type-of cl-x) cl-struct-epg-new-signature-tags) t)) nil] 9 (#$ . 40570)]) (put 'cl--struct-epg-new-signature-p 'compiler-macro 'cl--struct-epg-new-signature-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-new-signature-p #[257 "\301!>\205 \302\207" [cl-struct-epg-new-signature-tags type-of t] 3 (#$ . 41002)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-new-signature-p side-effect-free error-free put epg-new-signature cl-deftype-satisfies] 5) #@79 compiler-macro for inlining `epg-new-signature-type'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-new-signature-type--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-new-signature-type (progn (or (cl--struct-epg-new-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-new-signature cl-x))) (aref cl-x 1))) nil] 9 (#$ . 41327)]) (put 'epg-new-signature-type 'compiler-macro 'epg-new-signature-type--cmacro) #@67 Access slot "type" of `epg-new-signature' struct CL-X. (fn CL-X) (defalias 'epg-new-signature-type #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-new-signature-tags type-of signal wrong-type-argument epg-new-signature 1] 5 (#$ . 41782)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-new-signature-type side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-new-signature-type] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@91 compiler-macro for inlining `epg-new-signature-pubkey-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-new-signature-pubkey-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-new-signature-pubkey-algorithm (progn (or (cl--struct-epg-new-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-new-signature cl-x))) (aref cl-x 2))) nil] 9 (#$ . 42287)]) (put 'epg-new-signature-pubkey-algorithm 'compiler-macro 'epg-new-signature-pubkey-algorithm--cmacro) #@79 Access slot "pubkey-algorithm" of `epg-new-signature' struct CL-X. (fn CL-X) (defalias 'epg-new-signature-pubkey-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-new-signature-tags type-of signal wrong-type-argument epg-new-signature 2] 5 (#$ . 42802)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-new-signature-pubkey-algorithm side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-new-signature-pubkey-algorithm] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@91 compiler-macro for inlining `epg-new-signature-digest-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-new-signature-digest-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-new-signature-digest-algorithm (progn (or (cl--struct-epg-new-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-new-signature cl-x))) (aref cl-x 3))) nil] 9 (#$ . 43355)]) (put 'epg-new-signature-digest-algorithm 'compiler-macro 'epg-new-signature-digest-algorithm--cmacro) #@79 Access slot "digest-algorithm" of `epg-new-signature' struct CL-X. (fn CL-X) (defalias 'epg-new-signature-digest-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-new-signature-tags type-of signal wrong-type-argument epg-new-signature 3] 5 (#$ . 43870)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-new-signature-digest-algorithm side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-new-signature-digest-algorithm] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@80 compiler-macro for inlining `epg-new-signature-class'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-new-signature-class--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-new-signature-class (progn (or (cl--struct-epg-new-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-new-signature cl-x))) (aref cl-x 4))) nil] 9 (#$ . 44423)]) (put 'epg-new-signature-class 'compiler-macro 'epg-new-signature-class--cmacro) #@68 Access slot "class" of `epg-new-signature' struct CL-X. (fn CL-X) (defalias 'epg-new-signature-class #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-new-signature-tags type-of signal wrong-type-argument epg-new-signature 4] 5 (#$ . 44883)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-new-signature-class side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-new-signature-class] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@88 compiler-macro for inlining `epg-new-signature-creation-time'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-new-signature-creation-time--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-new-signature-creation-time (progn (or (cl--struct-epg-new-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-new-signature cl-x))) (aref cl-x 5))) nil] 9 (#$ . 45392)]) (put 'epg-new-signature-creation-time 'compiler-macro 'epg-new-signature-creation-time--cmacro) #@76 Access slot "creation-time" of `epg-new-signature' struct CL-X. (fn CL-X) (defalias 'epg-new-signature-creation-time #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-new-signature-tags type-of signal wrong-type-argument epg-new-signature 5] 5 (#$ . 45892)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-new-signature-creation-time side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-new-signature-creation-time] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@86 compiler-macro for inlining `epg-new-signature-fingerprint'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-new-signature-fingerprint--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-new-signature-fingerprint (progn (or (cl--struct-epg-new-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-new-signature cl-x))) (aref cl-x 6))) nil] 9 (#$ . 46433)]) (put 'epg-new-signature-fingerprint 'compiler-macro 'epg-new-signature-fingerprint--cmacro) #@74 Access slot "fingerprint" of `epg-new-signature' struct CL-X. (fn CL-X) (defalias 'epg-new-signature-fingerprint #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-new-signature-tags type-of signal wrong-type-argument epg-new-signature 6] 5 (#$ . 46923)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-new-signature-fingerprint side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-new-signature-fingerprint] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@145 compiler-macro for inlining `epg-make-new-signature'. (fn CL-WHOLE-ARG TYPE PUBKEY-ALGORITHM DIGEST-ALGORITHM CLASS CREATION-TIME FINGERPRINT) (defalias 'epg-make-new-signature--cmacro #[1799 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (type pubkey-algorithm digest-algorithm class creation-time fingerprint) (cl-block epg-make-new-signature (record 'epg-new-signature type pubkey-algorithm digest-algorithm class creation-time fingerprint)) nil] 19 (#$ . 47457)]) (put 'epg-make-new-signature 'compiler-macro 'epg-make-new-signature--cmacro) #@131 Constructor for objects of type `epg-new-signature'. (fn TYPE PUBKEY-ALGORITHM DIGEST-ALGORITHM CLASS CREATION-TIME FINGERPRINT) (defalias 'epg-make-new-signature #[1542 "\300\301&\207" [record epg-new-signature] 14 (#$ . 48030)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-new-signature side-effect-free t cl-struct-define epg-new-signature nil cl-structure-object record ((cl-tag-slot) (type nil :read-only t) (pubkey-algorithm nil :read-only t) (digest-algorithm nil :read-only t) (class nil :read-only t) (creation-time nil :read-only t) (fingerprint nil :read-only t)) cl-struct-epg-new-signature-tags] 11) #@77 compiler-macro for inlining `cl--struct-epg-key-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-key-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-key-p (and (memq (type-of cl-x) cl-struct-epg-key-tags) t)) nil] 9 (#$ . 48719)]) (put 'cl--struct-epg-key-p 'compiler-macro 'cl--struct-epg-key-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-key-p #[257 "\301!>\205 \302\207" [cl-struct-epg-key-tags type-of t] 3 (#$ . 49091)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-key-p side-effect-free error-free put epg-key cl-deftype-satisfies] 5) #@76 compiler-macro for inlining `epg-key-owner-trust'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-owner-trust--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-owner-trust (progn (or (cl--struct-epg-key-p cl-x) (signal 'wrong-type-argument (list 'epg-key cl-x))) (aref cl-x 1))) nil] 9 (#$ . 49376)]) (put 'epg-key-owner-trust 'compiler-macro 'epg-key-owner-trust--cmacro) #@64 Access slot "owner-trust" of `epg-key' struct CL-X. (fn CL-X) (defalias 'epg-key-owner-trust #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-tags type-of signal wrong-type-argument epg-key 1] 5 (#$ . 49796)]) (byte-code "\300\301\302\303#\300\301\304\305#\300\207" [function-put epg-key-owner-trust side-effect-free t gv-expander #[514 "\300\301\302\"\207" [error "%s is a read-only slot" epg-key-owner-trust] 5 "\n\n(fn CL-DO CL-X)"]] 5) #@77 compiler-macro for inlining `epg-key-sub-key-list'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-sub-key-list--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-sub-key-list (progn (or (cl--struct-epg-key-p cl-x) (signal 'wrong-type-argument (list 'epg-key cl-x))) (aref cl-x 2))) nil] 9 (#$ . 50269)]) (put 'epg-key-sub-key-list 'compiler-macro 'epg-key-sub-key-list--cmacro) #@65 Access slot "sub-key-list" of `epg-key' struct CL-X. (fn CL-X) (defalias 'epg-key-sub-key-list #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-tags type-of signal wrong-type-argument epg-key 2] 5 (#$ . 50694)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-sub-key-list side-effect-free t] 4) #@77 compiler-macro for inlining `epg-key-user-id-list'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-user-id-list--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-user-id-list (progn (or (cl--struct-epg-key-p cl-x) (signal 'wrong-type-argument (list 'epg-key cl-x))) (aref cl-x 3))) nil] 9 (#$ . 51036)]) (put 'epg-key-user-id-list 'compiler-macro 'epg-key-user-id-list--cmacro) #@65 Access slot "user-id-list" of `epg-key' struct CL-X. (fn CL-X) (defalias 'epg-key-user-id-list #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-tags type-of signal wrong-type-argument epg-key 3] 5 (#$ . 51461)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-user-id-list side-effect-free t] 4) #@76 compiler-macro for inlining `epg-make-key'. (fn CL-WHOLE-ARG OWNER-TRUST) (defalias 'epg-make-key--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (owner-trust) (cl-block epg-make-key (record 'epg-key owner-trust nil nil)) nil] 9 (#$ . 51803)]) (put 'epg-make-key 'compiler-macro 'epg-make-key--cmacro) #@62 Constructor for objects of type `epg-key'. (fn OWNER-TRUST) (defalias 'epg-make-key #[257 "\300\301\302\211$\207" [record epg-key nil] 6 (#$ . 52134)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-key side-effect-free t cl-struct-define epg-key nil cl-structure-object record ((cl-tag-slot) (owner-trust nil :read-only t) (sub-key-list) (user-id-list)) cl-struct-epg-key-tags] 11) #@81 compiler-macro for inlining `cl--struct-epg-sub-key-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-sub-key-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-sub-key-p (and (memq (type-of cl-x) cl-struct-epg-sub-key-tags) t)) nil] 9 (#$ . 52578)]) (put 'cl--struct-epg-sub-key-p 'compiler-macro 'cl--struct-epg-sub-key-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-sub-key-p #[257 "\301!>\205 \302\207" [cl-struct-epg-sub-key-tags type-of t] 3 (#$ . 52974)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-sub-key-p side-effect-free error-free put epg-sub-key cl-deftype-satisfies] 5) #@77 compiler-macro for inlining `epg-sub-key-validity'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-validity--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-validity (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 1))) nil] 9 (#$ . 53275)]) (put 'epg-sub-key-validity 'compiler-macro 'epg-sub-key-validity--cmacro) #@65 Access slot "validity" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-validity #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 1] 5 (#$ . 53708)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-validity side-effect-free t] 4) #@79 compiler-macro for inlining `epg-sub-key-capability'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-capability--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-capability (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 2))) nil] 9 (#$ . 54058)]) (put 'epg-sub-key-capability 'compiler-macro 'epg-sub-key-capability--cmacro) #@67 Access slot "capability" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-capability #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 2] 5 (#$ . 54501)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-capability side-effect-free t] 4) #@77 compiler-macro for inlining `epg-sub-key-secret-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-secret-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-secret-p (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 3))) nil] 9 (#$ . 54857)]) (put 'epg-sub-key-secret-p 'compiler-macro 'epg-sub-key-secret-p--cmacro) #@65 Access slot "secret-p" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-secret-p #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 3] 5 (#$ . 55290)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-secret-p side-effect-free t] 4) #@78 compiler-macro for inlining `epg-sub-key-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-algorithm (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 4))) nil] 9 (#$ . 55640)]) (put 'epg-sub-key-algorithm 'compiler-macro 'epg-sub-key-algorithm--cmacro) #@66 Access slot "algorithm" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 4] 5 (#$ . 56078)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-algorithm side-effect-free t] 4) #@75 compiler-macro for inlining `epg-sub-key-length'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-length--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-length (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 5))) nil] 9 (#$ . 56431)]) (put 'epg-sub-key-length 'compiler-macro 'epg-sub-key-length--cmacro) #@63 Access slot "length" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-length #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 5] 5 (#$ . 56854)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-length side-effect-free t] 4) #@71 compiler-macro for inlining `epg-sub-key-id'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-id--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-id (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 6))) nil] 9 (#$ . 57198)]) (put 'epg-sub-key-id 'compiler-macro 'epg-sub-key-id--cmacro) #@59 Access slot "id" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-id #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 6] 5 (#$ . 57601)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-id side-effect-free t] 4) #@82 compiler-macro for inlining `epg-sub-key-creation-time'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-creation-time--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-creation-time (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 7))) nil] 9 (#$ . 57933)]) (put 'epg-sub-key-creation-time 'compiler-macro 'epg-sub-key-creation-time--cmacro) #@70 Access slot "creation-time" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-creation-time #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 7] 5 (#$ . 58391)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-creation-time side-effect-free t] 4) #@84 compiler-macro for inlining `epg-sub-key-expiration-time'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-expiration-time--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-expiration-time (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 8))) nil] 9 (#$ . 58756)]) (put 'epg-sub-key-expiration-time 'compiler-macro 'epg-sub-key-expiration-time--cmacro) #@72 Access slot "expiration-time" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-expiration-time #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 8] 5 (#$ . 59224)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-expiration-time side-effect-free t] 4) #@80 compiler-macro for inlining `epg-sub-key-fingerprint'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sub-key-fingerprint--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sub-key-fingerprint (progn (or (cl--struct-epg-sub-key-p cl-x) (signal 'wrong-type-argument (list 'epg-sub-key cl-x))) (aref cl-x 9))) nil] 9 (#$ . 59595)]) (put 'epg-sub-key-fingerprint 'compiler-macro 'epg-sub-key-fingerprint--cmacro) #@68 Access slot "fingerprint" of `epg-sub-key' struct CL-X. (fn CL-X) (defalias 'epg-sub-key-fingerprint #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sub-key-tags type-of signal wrong-type-argument epg-sub-key 9] 5 (#$ . 60043)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sub-key-fingerprint side-effect-free t] 4) #@147 compiler-macro for inlining `epg-make-sub-key'. (fn CL-WHOLE-ARG VALIDITY CAPABILITY SECRET-P ALGORITHM LENGTH ID CREATION-TIME EXPIRATION-TIME) (defalias 'epg-make-sub-key--cmacro #[2313 "\300\301\302\303\211\211 & \207" [cl--defsubst-expand (validity capability secret-p algorithm length id creation-time expiration-time) (cl-block epg-make-sub-key (record 'epg-sub-key validity capability secret-p algorithm length id creation-time expiration-time nil)) nil] 23 (#$ . 60403)]) (put 'epg-make-sub-key 'compiler-macro 'epg-make-sub-key--cmacro) #@133 Constructor for objects of type `epg-sub-key'. (fn VALIDITY CAPABILITY SECRET-P ALGORITHM LENGTH ID CREATION-TIME EXPIRATION-TIME) (defalias 'epg-make-sub-key #[2056 "\300\301 \302&\n\207" [record epg-sub-key nil] 19 (#$ . 60972)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-sub-key side-effect-free t cl-struct-define epg-sub-key nil cl-structure-object record ((cl-tag-slot) (validity) (capability) (secret-p) (algorithm) (length) (id) (creation-time) (expiration-time) (fingerprint)) cl-struct-epg-sub-key-tags] 11) #@81 compiler-macro for inlining `cl--struct-epg-user-id-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-user-id-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-user-id-p (and (memq (type-of cl-x) cl-struct-epg-user-id-tags) t)) nil] 9 (#$ . 61570)]) (put 'cl--struct-epg-user-id-p 'compiler-macro 'cl--struct-epg-user-id-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-user-id-p #[257 "\301!>\205 \302\207" [cl-struct-epg-user-id-tags type-of t] 3 (#$ . 61966)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-user-id-p side-effect-free error-free put epg-user-id cl-deftype-satisfies] 5) #@77 compiler-macro for inlining `epg-user-id-validity'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-user-id-validity--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-user-id-validity (progn (or (cl--struct-epg-user-id-p cl-x) (signal 'wrong-type-argument (list 'epg-user-id cl-x))) (aref cl-x 1))) nil] 9 (#$ . 62267)]) (put 'epg-user-id-validity 'compiler-macro 'epg-user-id-validity--cmacro) #@65 Access slot "validity" of `epg-user-id' struct CL-X. (fn CL-X) (defalias 'epg-user-id-validity #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-user-id-tags type-of signal wrong-type-argument epg-user-id 1] 5 (#$ . 62700)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-user-id-validity side-effect-free t] 4) #@75 compiler-macro for inlining `epg-user-id-string'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-user-id-string--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-user-id-string (progn (or (cl--struct-epg-user-id-p cl-x) (signal 'wrong-type-argument (list 'epg-user-id cl-x))) (aref cl-x 2))) nil] 9 (#$ . 63050)]) (put 'epg-user-id-string 'compiler-macro 'epg-user-id-string--cmacro) #@63 Access slot "string" of `epg-user-id' struct CL-X. (fn CL-X) (defalias 'epg-user-id-string #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-user-id-tags type-of signal wrong-type-argument epg-user-id 2] 5 (#$ . 63473)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-user-id-string side-effect-free t] 4) #@83 compiler-macro for inlining `epg-user-id-signature-list'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-user-id-signature-list--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-user-id-signature-list (progn (or (cl--struct-epg-user-id-p cl-x) (signal 'wrong-type-argument (list 'epg-user-id cl-x))) (aref cl-x 3))) nil] 9 (#$ . 63817)]) (put 'epg-user-id-signature-list 'compiler-macro 'epg-user-id-signature-list--cmacro) #@71 Access slot "signature-list" of `epg-user-id' struct CL-X. (fn CL-X) (defalias 'epg-user-id-signature-list #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-user-id-tags type-of signal wrong-type-argument epg-user-id 3] 5 (#$ . 64280)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-user-id-signature-list side-effect-free t] 4) #@84 compiler-macro for inlining `epg-make-user-id'. (fn CL-WHOLE-ARG VALIDITY STRING) (defalias 'epg-make-user-id--cmacro #[771 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (validity string) (cl-block epg-make-user-id (record 'epg-user-id validity string nil)) nil] 11 (#$ . 64648)]) (put 'epg-make-user-id 'compiler-macro 'epg-make-user-id--cmacro) #@70 Constructor for objects of type `epg-user-id'. (fn VALIDITY STRING) (defalias 'epg-make-user-id #[514 "\300\301\302$\207" [record epg-user-id nil] 7 (#$ . 65014)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-user-id side-effect-free t cl-struct-define epg-user-id nil cl-structure-object record ((cl-tag-slot) (validity) (string) (signature-list)) cl-struct-epg-user-id-tags] 11) #@87 compiler-macro for inlining `cl--struct-epg-key-signature-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-key-signature-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-key-signature-p (and (memq (type-of cl-x) cl-struct-epg-key-signature-tags) t)) nil] 9 (#$ . 65459)]) (put 'cl--struct-epg-key-signature-p 'compiler-macro 'cl--struct-epg-key-signature-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-key-signature-p #[257 "\301!>\205 \302\207" [cl-struct-epg-key-signature-tags type-of t] 3 (#$ . 65891)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-key-signature-p side-effect-free error-free put epg-key-signature cl-deftype-satisfies] 5) #@83 compiler-macro for inlining `epg-key-signature-validity'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-validity--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-validity (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 1))) nil] 9 (#$ . 66216)]) (put 'epg-key-signature-validity 'compiler-macro 'epg-key-signature-validity--cmacro) #@71 Access slot "validity" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-validity #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 1] 5 (#$ . 66691)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-validity side-effect-free t] 4) #@91 compiler-macro for inlining `epg-key-signature-pubkey-algorithm'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-pubkey-algorithm--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-pubkey-algorithm (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 2))) nil] 9 (#$ . 67071)]) (put 'epg-key-signature-pubkey-algorithm 'compiler-macro 'epg-key-signature-pubkey-algorithm--cmacro) #@79 Access slot "pubkey-algorithm" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-pubkey-algorithm #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 2] 5 (#$ . 67586)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-pubkey-algorithm side-effect-free t] 4) #@81 compiler-macro for inlining `epg-key-signature-key-id'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-key-id--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-key-id (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 3))) nil] 9 (#$ . 67990)]) (put 'epg-key-signature-key-id 'compiler-macro 'epg-key-signature-key-id--cmacro) #@69 Access slot "key-id" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-key-id #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 3] 5 (#$ . 68455)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-key-id side-effect-free t] 4) #@88 compiler-macro for inlining `epg-key-signature-creation-time'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-creation-time--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-creation-time (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 4))) nil] 9 (#$ . 68829)]) (put 'epg-key-signature-creation-time 'compiler-macro 'epg-key-signature-creation-time--cmacro) #@76 Access slot "creation-time" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-creation-time #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 4] 5 (#$ . 69329)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-creation-time side-effect-free t] 4) #@90 compiler-macro for inlining `epg-key-signature-expiration-time'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-expiration-time--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-expiration-time (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 5))) nil] 9 (#$ . 69724)]) (put 'epg-key-signature-expiration-time 'compiler-macro 'epg-key-signature-expiration-time--cmacro) #@78 Access slot "expiration-time" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-expiration-time #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 5] 5 (#$ . 70234)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-expiration-time side-effect-free t] 4) #@82 compiler-macro for inlining `epg-key-signature-user-id'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-user-id--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-user-id (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 6))) nil] 9 (#$ . 70635)]) (put 'epg-key-signature-user-id 'compiler-macro 'epg-key-signature-user-id--cmacro) #@70 Access slot "user-id" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-user-id #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 6] 5 (#$ . 71105)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-user-id side-effect-free t] 4) #@80 compiler-macro for inlining `epg-key-signature-class'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-class--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-class (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 7))) nil] 9 (#$ . 71482)]) (put 'epg-key-signature-class 'compiler-macro 'epg-key-signature-class--cmacro) #@68 Access slot "class" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-class #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 7] 5 (#$ . 71942)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-class side-effect-free t] 4) #@87 compiler-macro for inlining `epg-key-signature-exportable-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-key-signature-exportable-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-key-signature-exportable-p (progn (or (cl--struct-epg-key-signature-p cl-x) (signal 'wrong-type-argument (list 'epg-key-signature cl-x))) (aref cl-x 8))) nil] 9 (#$ . 72313)]) (put 'epg-key-signature-exportable-p 'compiler-macro 'epg-key-signature-exportable-p--cmacro) #@75 Access slot "exportable-p" of `epg-key-signature' struct CL-X. (fn CL-X) (defalias 'epg-key-signature-exportable-p #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-key-signature-tags type-of signal wrong-type-argument epg-key-signature 8] 5 (#$ . 72808)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-key-signature-exportable-p side-effect-free t] 4) #@164 compiler-macro for inlining `epg-make-key-signature'. (fn CL-WHOLE-ARG VALIDITY PUBKEY-ALGORITHM KEY-ID CREATION-TIME EXPIRATION-TIME USER-ID CLASS EXPORTABLE-P) (defalias 'epg-make-key-signature--cmacro #[2313 "\300\301\302\303\211\211 & \207" [cl--defsubst-expand (validity pubkey-algorithm key-id creation-time expiration-time user-id class exportable-p) (cl-block epg-make-key-signature (record 'epg-key-signature validity pubkey-algorithm key-id creation-time expiration-time user-id class exportable-p)) nil] 23 (#$ . 73201)]) (put 'epg-make-key-signature 'compiler-macro 'epg-make-key-signature--cmacro) #@150 Constructor for objects of type `epg-key-signature'. (fn VALIDITY PUBKEY-ALGORITHM KEY-ID CREATION-TIME EXPIRATION-TIME USER-ID CLASS EXPORTABLE-P) (defalias 'epg-make-key-signature #[2056 "\300\301 & \207" [record epg-key-signature] 18 (#$ . 73835)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-key-signature side-effect-free t cl-struct-define epg-key-signature nil cl-structure-object record ((cl-tag-slot) (validity) (pubkey-algorithm) (key-id) (creation-time) (expiration-time) (user-id) (class) (exportable-p)) cl-struct-epg-key-signature-tags] 11) #@86 compiler-macro for inlining `cl--struct-epg-sig-notation-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-sig-notation-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-sig-notation-p (and (memq (type-of cl-x) cl-struct-epg-sig-notation-tags) t)) nil] 9 (#$ . 74468)]) (put 'cl--struct-epg-sig-notation-p 'compiler-macro 'cl--struct-epg-sig-notation-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-sig-notation-p #[257 "\301!>\205 \302\207" [cl-struct-epg-sig-notation-tags type-of t] 3 (#$ . 74894)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-sig-notation-p side-effect-free error-free put epg-sig-notation cl-deftype-satisfies] 5) #@78 compiler-macro for inlining `epg-sig-notation-name'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sig-notation-name--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sig-notation-name (progn (or (cl--struct-epg-sig-notation-p cl-x) (signal 'wrong-type-argument (list 'epg-sig-notation cl-x))) (aref cl-x 1))) nil] 9 (#$ . 75215)]) (put 'epg-sig-notation-name 'compiler-macro 'epg-sig-notation-name--cmacro) #@66 Access slot "name" of `epg-sig-notation' struct CL-X. (fn CL-X) (defalias 'epg-sig-notation-name #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sig-notation-tags type-of signal wrong-type-argument epg-sig-notation 1] 5 (#$ . 75663)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sig-notation-name side-effect-free t] 4) #@79 compiler-macro for inlining `epg-sig-notation-value'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sig-notation-value--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sig-notation-value (progn (or (cl--struct-epg-sig-notation-p cl-x) (signal 'wrong-type-argument (list 'epg-sig-notation cl-x))) (aref cl-x 2))) nil] 9 (#$ . 76026)]) (put 'epg-sig-notation-value 'compiler-macro 'epg-sig-notation-value--cmacro) #@67 Access slot "value" of `epg-sig-notation' struct CL-X. (fn CL-X) (defalias 'epg-sig-notation-value #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sig-notation-tags type-of signal wrong-type-argument epg-sig-notation 2] 5 (#$ . 76479)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sig-notation-value side-effect-free t] 4) #@88 compiler-macro for inlining `epg-sig-notation-human-readable'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sig-notation-human-readable--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sig-notation-human-readable (progn (or (cl--struct-epg-sig-notation-p cl-x) (signal 'wrong-type-argument (list 'epg-sig-notation cl-x))) (aref cl-x 3))) nil] 9 (#$ . 76845)]) (put 'epg-sig-notation-human-readable 'compiler-macro 'epg-sig-notation-human-readable--cmacro) #@76 Access slot "human-readable" of `epg-sig-notation' struct CL-X. (fn CL-X) (defalias 'epg-sig-notation-human-readable #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sig-notation-tags type-of signal wrong-type-argument epg-sig-notation 3] 5 (#$ . 77343)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sig-notation-human-readable side-effect-free t] 4) #@82 compiler-macro for inlining `epg-sig-notation-critical'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-sig-notation-critical--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-sig-notation-critical (progn (or (cl--struct-epg-sig-notation-p cl-x) (signal 'wrong-type-argument (list 'epg-sig-notation cl-x))) (aref cl-x 4))) nil] 9 (#$ . 77736)]) (put 'epg-sig-notation-critical 'compiler-macro 'epg-sig-notation-critical--cmacro) #@70 Access slot "critical" of `epg-sig-notation' struct CL-X. (fn CL-X) (defalias 'epg-sig-notation-critical #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-sig-notation-tags type-of signal wrong-type-argument epg-sig-notation 4] 5 (#$ . 78204)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-sig-notation-critical side-effect-free t] 4) #@118 compiler-macro for inlining `epg-make-sig-notation'. (fn CL-WHOLE-ARG NAME VALUE &optional HUMAN-READABLE CRITICAL) (defalias 'epg-make-sig-notation--cmacro #[1283 "\300\301\302\303\211\211 & \207" [cl--defsubst-expand (name value human-readable critical) (cl-block epg-make-sig-notation (record 'epg-sig-notation name value human-readable critical)) nil] 15 (#$ . 78580)]) (put 'epg-make-sig-notation 'compiler-macro 'epg-make-sig-notation--cmacro) #@104 Constructor for objects of type `epg-sig-notation'. (fn NAME VALUE &optional HUMAN-READABLE CRITICAL) (defalias 'epg-make-sig-notation #[1026 "\300\301%\207" [record epg-sig-notation] 10 (#$ . 79045)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-sig-notation side-effect-free t cl-struct-define epg-sig-notation nil cl-structure-object record ((cl-tag-slot) (name) (value) (human-readable) (critical)) cl-struct-epg-sig-notation-tags] 11) #@87 compiler-macro for inlining `cl--struct-epg-import-status-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-import-status-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-import-status-p (and (memq (type-of cl-x) cl-struct-epg-import-status-tags) t)) nil] 9 (#$ . 79551)]) (put 'cl--struct-epg-import-status-p 'compiler-macro 'cl--struct-epg-import-status-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-import-status-p #[257 "\301!>\205 \302\207" [cl-struct-epg-import-status-tags type-of t] 3 (#$ . 79983)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-import-status-p side-effect-free error-free put epg-import-status cl-deftype-satisfies] 5) #@86 compiler-macro for inlining `epg-import-status-fingerprint'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-status-fingerprint--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-status-fingerprint (progn (or (cl--struct-epg-import-status-p cl-x) (signal 'wrong-type-argument (list 'epg-import-status cl-x))) (aref cl-x 1))) nil] 9 (#$ . 80308)]) (put 'epg-import-status-fingerprint 'compiler-macro 'epg-import-status-fingerprint--cmacro) #@74 Access slot "fingerprint" of `epg-import-status' struct CL-X. (fn CL-X) (defalias 'epg-import-status-fingerprint #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-status-tags type-of signal wrong-type-argument epg-import-status 1] 5 (#$ . 80798)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-status-fingerprint side-effect-free t] 4) #@81 compiler-macro for inlining `epg-import-status-reason'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-status-reason--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-status-reason (progn (or (cl--struct-epg-import-status-p cl-x) (signal 'wrong-type-argument (list 'epg-import-status cl-x))) (aref cl-x 2))) nil] 9 (#$ . 81187)]) (put 'epg-import-status-reason 'compiler-macro 'epg-import-status-reason--cmacro) #@69 Access slot "reason" of `epg-import-status' struct CL-X. (fn CL-X) (defalias 'epg-import-status-reason #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-status-tags type-of signal wrong-type-argument epg-import-status 2] 5 (#$ . 81652)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-status-reason side-effect-free t] 4) #@78 compiler-macro for inlining `epg-import-status-new'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-status-new--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-status-new (progn (or (cl--struct-epg-import-status-p cl-x) (signal 'wrong-type-argument (list 'epg-import-status cl-x))) (aref cl-x 3))) nil] 9 (#$ . 82026)]) (put 'epg-import-status-new 'compiler-macro 'epg-import-status-new--cmacro) #@66 Access slot "new" of `epg-import-status' struct CL-X. (fn CL-X) (defalias 'epg-import-status-new #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-status-tags type-of signal wrong-type-argument epg-import-status 3] 5 (#$ . 82476)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-status-new side-effect-free t] 4) #@82 compiler-macro for inlining `epg-import-status-user-id'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-status-user-id--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-status-user-id (progn (or (cl--struct-epg-import-status-p cl-x) (signal 'wrong-type-argument (list 'epg-import-status cl-x))) (aref cl-x 4))) nil] 9 (#$ . 82841)]) (put 'epg-import-status-user-id 'compiler-macro 'epg-import-status-user-id--cmacro) #@70 Access slot "user-id" of `epg-import-status' struct CL-X. (fn CL-X) (defalias 'epg-import-status-user-id #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-status-tags type-of signal wrong-type-argument epg-import-status 4] 5 (#$ . 83311)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-status-user-id side-effect-free t] 4) #@84 compiler-macro for inlining `epg-import-status-signature'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-status-signature--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-status-signature (progn (or (cl--struct-epg-import-status-p cl-x) (signal 'wrong-type-argument (list 'epg-import-status cl-x))) (aref cl-x 5))) nil] 9 (#$ . 83688)]) (put 'epg-import-status-signature 'compiler-macro 'epg-import-status-signature--cmacro) #@72 Access slot "signature" of `epg-import-status' struct CL-X. (fn CL-X) (defalias 'epg-import-status-signature #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-status-tags type-of signal wrong-type-argument epg-import-status 5] 5 (#$ . 84168)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-status-signature side-effect-free t] 4) #@82 compiler-macro for inlining `epg-import-status-sub-key'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-status-sub-key--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-status-sub-key (progn (or (cl--struct-epg-import-status-p cl-x) (signal 'wrong-type-argument (list 'epg-import-status cl-x))) (aref cl-x 6))) nil] 9 (#$ . 84551)]) (put 'epg-import-status-sub-key 'compiler-macro 'epg-import-status-sub-key--cmacro) #@70 Access slot "sub-key" of `epg-import-status' struct CL-X. (fn CL-X) (defalias 'epg-import-status-sub-key #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-status-tags type-of signal wrong-type-argument epg-import-status 6] 5 (#$ . 85021)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-status-sub-key side-effect-free t] 4) #@81 compiler-macro for inlining `epg-import-status-secret'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-status-secret--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-status-secret (progn (or (cl--struct-epg-import-status-p cl-x) (signal 'wrong-type-argument (list 'epg-import-status cl-x))) (aref cl-x 7))) nil] 9 (#$ . 85398)]) (put 'epg-import-status-secret 'compiler-macro 'epg-import-status-secret--cmacro) #@69 Access slot "secret" of `epg-import-status' struct CL-X. (fn CL-X) (defalias 'epg-import-status-secret #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-status-tags type-of signal wrong-type-argument epg-import-status 7] 5 (#$ . 85863)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-status-secret side-effect-free t] 4) #@140 compiler-macro for inlining `epg-make-import-status'. (fn CL-WHOLE-ARG FINGERPRINT &optional REASON NEW USER-ID SIGNATURE SUB-KEY SECRET) (defalias 'epg-make-import-status--cmacro #[2050 "\300\301\302\303\211\211\f\f\f\f\f\f\f&\f\207" [cl--defsubst-expand (fingerprint reason new user-id signature sub-key secret) (cl-block epg-make-import-status (record 'epg-import-status fingerprint reason new user-id signature sub-key secret)) nil] 21 (#$ . 86238)]) (put 'epg-make-import-status 'compiler-macro 'epg-make-import-status--cmacro) #@126 Constructor for objects of type `epg-import-status'. (fn FINGERPRINT &optional REASON NEW USER-ID SIGNATURE SUB-KEY SECRET) (defalias 'epg-make-import-status #[1793 "\300\301&\207" [record epg-import-status] 16 (#$ . 86786)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-import-status side-effect-free t cl-struct-define epg-import-status nil cl-structure-object record ((cl-tag-slot) (fingerprint) (reason) (new) (user-id) (signature) (sub-key) (secret)) cl-struct-epg-import-status-tags] 11) #@87 compiler-macro for inlining `cl--struct-epg-import-result-p'. (fn CL-WHOLE-ARG CL-X) (defalias 'cl--struct-epg-import-result-p--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block cl--struct-epg-import-result-p (and (memq (type-of cl-x) cl-struct-epg-import-result-tags) t)) nil] 9 (#$ . 87357)]) (put 'cl--struct-epg-import-result-p 'compiler-macro 'cl--struct-epg-import-result-p--cmacro) #@13 (fn CL-X) (defalias 'cl--struct-epg-import-result-p #[257 "\301!>\205 \302\207" [cl-struct-epg-import-result-tags type-of t] 3 (#$ . 87789)]) (byte-code "\300\301\302\303#\304\305\306\301#\207" [function-put cl--struct-epg-import-result-p side-effect-free error-free put epg-import-result cl-deftype-satisfies] 5) #@85 compiler-macro for inlining `epg-import-result-considered'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-considered--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-considered (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 1))) nil] 9 (#$ . 88114)]) (put 'epg-import-result-considered 'compiler-macro 'epg-import-result-considered--cmacro) #@73 Access slot "considered" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-considered #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 1] 5 (#$ . 88599)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-considered side-effect-free t] 4) #@85 compiler-macro for inlining `epg-import-result-no-user-id'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-no-user-id--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-no-user-id (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 2))) nil] 9 (#$ . 88985)]) (put 'epg-import-result-no-user-id 'compiler-macro 'epg-import-result-no-user-id--cmacro) #@73 Access slot "no-user-id" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-no-user-id #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 2] 5 (#$ . 89470)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-no-user-id side-effect-free t] 4) #@83 compiler-macro for inlining `epg-import-result-imported'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-imported--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-imported (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 3))) nil] 9 (#$ . 89856)]) (put 'epg-import-result-imported 'compiler-macro 'epg-import-result-imported--cmacro) #@71 Access slot "imported" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-imported #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 3] 5 (#$ . 90331)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-imported side-effect-free t] 4) #@87 compiler-macro for inlining `epg-import-result-imported-rsa'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-imported-rsa--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-imported-rsa (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 4))) nil] 9 (#$ . 90711)]) (put 'epg-import-result-imported-rsa 'compiler-macro 'epg-import-result-imported-rsa--cmacro) #@75 Access slot "imported-rsa" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-imported-rsa #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 4] 5 (#$ . 91206)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-imported-rsa side-effect-free t] 4) #@84 compiler-macro for inlining `epg-import-result-unchanged'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-unchanged--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-unchanged (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 5))) nil] 9 (#$ . 91598)]) (put 'epg-import-result-unchanged 'compiler-macro 'epg-import-result-unchanged--cmacro) #@72 Access slot "unchanged" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-unchanged #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 5] 5 (#$ . 92078)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-unchanged side-effect-free t] 4) #@87 compiler-macro for inlining `epg-import-result-new-user-ids'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-new-user-ids--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-new-user-ids (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 6))) nil] 9 (#$ . 92461)]) (put 'epg-import-result-new-user-ids 'compiler-macro 'epg-import-result-new-user-ids--cmacro) #@75 Access slot "new-user-ids" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-new-user-ids #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 6] 5 (#$ . 92956)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-new-user-ids side-effect-free t] 4) #@87 compiler-macro for inlining `epg-import-result-new-sub-keys'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-new-sub-keys--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-new-sub-keys (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 7))) nil] 9 (#$ . 93348)]) (put 'epg-import-result-new-sub-keys 'compiler-macro 'epg-import-result-new-sub-keys--cmacro) #@75 Access slot "new-sub-keys" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-new-sub-keys #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 7] 5 (#$ . 93843)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-new-sub-keys side-effect-free t] 4) #@89 compiler-macro for inlining `epg-import-result-new-signatures'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-new-signatures--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-new-signatures (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 8))) nil] 9 (#$ . 94235)]) (put 'epg-import-result-new-signatures 'compiler-macro 'epg-import-result-new-signatures--cmacro) #@77 Access slot "new-signatures" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-new-signatures #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 8] 5 (#$ . 94740)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-new-signatures side-effect-free t] 4) #@90 compiler-macro for inlining `epg-import-result-new-revocations'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-new-revocations--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-new-revocations (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 9))) nil] 9 (#$ . 95138)]) (put 'epg-import-result-new-revocations 'compiler-macro 'epg-import-result-new-revocations--cmacro) #@78 Access slot "new-revocations" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-new-revocations #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 9] 5 (#$ . 95648)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-new-revocations side-effect-free t] 4) #@86 compiler-macro for inlining `epg-import-result-secret-read'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-secret-read--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-secret-read (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 10))) nil] 9 (#$ . 96049)]) (put 'epg-import-result-secret-read 'compiler-macro 'epg-import-result-secret-read--cmacro) #@74 Access slot "secret-read" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-secret-read #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 10] 5 (#$ . 96540)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-secret-read side-effect-free t] 4) #@90 compiler-macro for inlining `epg-import-result-secret-imported'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-secret-imported--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-secret-imported (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 11))) nil] 9 (#$ . 96930)]) (put 'epg-import-result-secret-imported 'compiler-macro 'epg-import-result-secret-imported--cmacro) #@78 Access slot "secret-imported" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-secret-imported #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 11] 5 (#$ . 97441)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-secret-imported side-effect-free t] 4) #@91 compiler-macro for inlining `epg-import-result-secret-unchanged'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-secret-unchanged--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-secret-unchanged (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 12))) nil] 9 (#$ . 97843)]) (put 'epg-import-result-secret-unchanged 'compiler-macro 'epg-import-result-secret-unchanged--cmacro) #@79 Access slot "secret-unchanged" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-secret-unchanged #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 12] 5 (#$ . 98359)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-secret-unchanged side-effect-free t] 4) #@87 compiler-macro for inlining `epg-import-result-not-imported'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-not-imported--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-not-imported (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 13))) nil] 9 (#$ . 98764)]) (put 'epg-import-result-not-imported 'compiler-macro 'epg-import-result-not-imported--cmacro) #@75 Access slot "not-imported" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-not-imported #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 13] 5 (#$ . 99260)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-not-imported side-effect-free t] 4) #@82 compiler-macro for inlining `epg-import-result-imports'. (fn CL-WHOLE-ARG CL-X) (defalias 'epg-import-result-imports--cmacro #[514 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (cl-x) (cl-block epg-import-result-imports (progn (or (cl--struct-epg-import-result-p cl-x) (signal 'wrong-type-argument (list 'epg-import-result cl-x))) (aref cl-x 14))) nil] 9 (#$ . 99653)]) (put 'epg-import-result-imports 'compiler-macro 'epg-import-result-imports--cmacro) #@70 Access slot "imports" of `epg-import-result' struct CL-X. (fn CL-X) (defalias 'epg-import-result-imports #[257 "\301!>\204 \302\303\304D\"\210\211\305H\207" [cl-struct-epg-import-result-tags type-of signal wrong-type-argument epg-import-result 14] 5 (#$ . 100124)]) (byte-code "\300\301\302\303#\300\207" [function-put epg-import-result-imports side-effect-free t] 4) #@251 compiler-macro for inlining `epg-make-import-result'. (fn CL-WHOLE-ARG CONSIDERED NO-USER-ID IMPORTED IMPORTED-RSA UNCHANGED NEW-USER-IDS NEW-SUB-KEYS NEW-SIGNATURES NEW-REVOCATIONS SECRET-READ SECRET-IMPORTED SECRET-UNCHANGED NOT-IMPORTED IMPORTS) (defalias 'epg-make-import-result--cmacro #[3855 "\300\301\302\303\211\211&\207" [cl--defsubst-expand (considered no-user-id imported imported-rsa unchanged new-user-ids new-sub-keys new-signatures new-revocations secret-read secret-imported secret-unchanged not-imported imports) (cl-block epg-make-import-result (record 'epg-import-result considered no-user-id imported imported-rsa unchanged new-user-ids new-sub-keys new-signatures new-revocations secret-read secret-imported secret-unchanged not-imported imports)) nil] 35 (#$ . 100504)]) (put 'epg-make-import-result 'compiler-macro 'epg-make-import-result--cmacro) #@237 Constructor for objects of type `epg-import-result'. (fn CONSIDERED NO-USER-ID IMPORTED IMPORTED-RSA UNCHANGED NEW-USER-IDS NEW-SUB-KEYS NEW-SIGNATURES NEW-REVOCATIONS SECRET-READ SECRET-IMPORTED SECRET-UNCHANGED NOT-IMPORTED IMPORTS) (defalias 'epg-make-import-result #[3598 "\300\301&\207" [record epg-import-result] 30 (#$ . 101412)]) (byte-code "\300\301\302\303#\304\305\306\307\310\306\311\312\305\303& \207" [function-put epg-make-import-result side-effect-free t cl-struct-define epg-import-result nil cl-structure-object record ((cl-tag-slot) (considered) (no-user-id) (imported) (imported-rsa) (unchanged) (new-user-ids) (new-sub-keys) (new-signatures) (new-revocations) (secret-read) (secret-imported) (secret-unchanged) (not-imported) (imports)) cl-struct-epg-import-result-tags] 11) #@71 Return the result of CONTEXT associated with NAME. (fn CONTEXT NAME) (defalias 'epg-context-result-for #[514 "\211\301!>\204 \302\303\304D\"\210\305H\236A\207" [cl-struct-epg-context-tags type-of signal wrong-type-argument epg-context 18] 7 (#$ . 102244)]) #@83 Set the result of CONTEXT associated with NAME to VALUE. (fn CONTEXT NAME VALUE) (defalias 'epg-context-set-result-for #[771 "\301!>\204 \302\303\304D\"\210\305H\236\211\203 \211\241\202<