Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dverify.h110 typedef struct pgpv_signature_t { struct
111 uint8_t *signer; /* key id of signer */
112 pgpv_ref_t hashstart;
113 uint8_t *hash2;
114 uint8_t *mpi;
115 int64_t birth;
116 int64_t keyexpiry;
117 int64_t expiry;
118 uint32_t hashlen;
119 uint8_t version;
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c132 typedef struct pgpv_signature_t { struct
133 uint8_t signer[PGPV_KEYID_LEN]; /* key id of signer */
134 pgpv_ref_t hashstart;
135 uint8_t *hash2;
136 uint8_t *mpi;
137 int64_t birth;
138 int64_t keyexpiry;
139 int64_t expiry;
140 uint32_t hashlen;
141 uint8_t version;
[all …]