Home
last modified time | relevance | path

Searched defs:pgp_key_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dkeyring.h66 typedef struct pgp_key_t pgp_key_t; typedef
H A Dpacket.h983 struct pgp_key_t { struct
988 pgp_content_enum type; /* type of key */
989 pgp_keydata_key_t key; /* pubkey/seckey data */
990 pgp_pubkey_t sigkey; /* signature key */
991 uint8_t sigid[PGP_KEY_ID_SIZE];
992 pgp_fingerprint_t sigfingerprint; /* pgp signature fingerprint */
993 pgp_pubkey_t enckey; /* encryption key */
994 uint8_t encid[PGP_KEY_ID_SIZE];
995 pgp_fingerprint_t encfingerprint; /* pgp encryption id fingerprint */
996 uint32_t uid0; /* primary uid index in uids array */
[all …]