Searched refs:OpenPGP_key (Results 1 – 3 of 3) sorted by relevance
67 decode_key(int tag, unsigned char **pptr, size_t len, OpenPGP_key *key) in decode_key()154 static OpenPGP_key *161 OpenPGP_key *key; in load_key_buf()174 key = NEW(OpenPGP_key); in load_key_buf()201 openpgp_trust_add(OpenPGP_key *key) in openpgp_trust_add()223 OpenPGP_key *key; in openpgp_trust_add_buf()240 OpenPGP_key *key, *tkey; in openpgp_trust_revoke()249 memset(key, 0, sizeof(OpenPGP_key)); in openpgp_trust_revoke()262 OpenPGP_key *265 OpenPGP_key *key; in openpgp_trust_get()[all …]
51 typedef struct OpenPGP_key_ OpenPGP_key; typedef64 void openpgp_trust_add(OpenPGP_key *key);65 OpenPGP_key * openpgp_trust_get(const char *keyID);66 OpenPGP_key * load_key_file(const char *kfile);67 OpenPGP_key * load_key_id(const char *keyID);
289 OpenPGP_key *key;