HomeSort by: relevance | last modified time | path
    Searched refs:pgp_pubkey_t (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
signature.h 69 unsigned pgp_check_useridcert_sig(const pgp_pubkey_t *,
72 const pgp_pubkey_t *,
74 unsigned pgp_check_userattrcert_sig(const pgp_pubkey_t *,
77 const pgp_pubkey_t *,
79 unsigned pgp_check_subkey_sig(const pgp_pubkey_t *,
80 const pgp_pubkey_t *,
82 const pgp_pubkey_t *,
84 unsigned pgp_check_direct_sig(const pgp_pubkey_t *,
86 const pgp_pubkey_t *,
90 const pgp_pubkey_t *);
    [all...]
keyring.h 80 pgp_pubkey_t **);
91 const pgp_pubkey_t *pgp_get_pubkey(const pgp_key_t *);
126 const pgp_pubkey_t *, const int);
129 const pgp_pubkey_t *, const int);
132 const pgp_pubkey_t *, const int);
134 const char *, const pgp_pubkey_t *, const int);
136 const pgp_pubkey_t *);
137 void pgp_print_pubkey(const pgp_pubkey_t *);
150 int pgp_add_to_pubring(pgp_keyring_t *, const pgp_pubkey_t *, pgp_content_enum tag);
ssh2pgp.h 36 int pgp_ssh2seckey(pgp_io_t *, const char *, pgp_key_t *, pgp_pubkey_t *, pgp_hash_alg_t);
validate.h 60 pgp_pubkey_t pubkey;
61 pgp_pubkey_t subkey;
102 const pgp_pubkey_t *);
create.h 77 void pgp_build_pubkey(pgp_memory_t *, const pgp_pubkey_t *, unsigned);
106 void pgp_fast_create_rsa_pubkey(pgp_pubkey_t *, time_t, BIGNUM *, BIGNUM *);
112 unsigned encode_m_buf(const uint8_t *, size_t, const pgp_pubkey_t *,
netpgpsdk.h 66 unsigned, const pgp_sig_t *, const pgp_pubkey_t *);
packet.h 439 } pgp_pubkey_t; typedef in typeref:struct:__anon1012
550 pgp_pubkey_t pubkey; /* public key */
849 pgp_pubkey_t pubkey;
913 int pgp_keyid(uint8_t *, const size_t, const pgp_pubkey_t *, pgp_hash_alg_t);
914 int pgp_fingerprint(pgp_fingerprint_t *, const pgp_pubkey_t *, pgp_hash_alg_t);
917 void pgp_pubkey_free(pgp_pubkey_t *);
956 pgp_pubkey_t pubkey;
990 pgp_pubkey_t sigkey; /* signature key */
993 pgp_pubkey_t enckey; /* encryption key */
signature.c 405 hash_add_key(pgp_hash_t *hash, const pgp_pubkey_t *key)
433 const pgp_pubkey_t *key)
469 const pgp_pubkey_t * signer)
506 const pgp_pubkey_t *signer)
518 const pgp_pubkey_t *signer,
538 pgp_check_useridcert_sig(const pgp_pubkey_t *key,
541 const pgp_pubkey_t *signer,
570 pgp_check_userattrcert_sig(const pgp_pubkey_t *key,
573 const pgp_pubkey_t *signer,
600 pgp_check_subkey_sig(const pgp_pubkey_t *key
    [all...]
create.c 169 pubkey_length(const pgp_pubkey_t *key)
215 pgp_fast_create_rsa_pubkey(pgp_pubkey_t *key, time_t t,
230 write_pubkey_body(const pgp_pubkey_t *key, pgp_output_t *output)
488 write_struct_pubkey(pgp_output_t *output, const pgp_pubkey_t *key)
625 pgp_pubkey_t key;
639 pgp_build_pubkey(pgp_memory_t *out, const pgp_pubkey_t *key,
882 encode_m_buf(const uint8_t *M, size_t mLen, const pgp_pubkey_t * pubkey,
949 const pgp_pubkey_t *pubkey;
crypto.h 171 const pgp_pubkey_t *,
174 const pgp_pubkey_t *,
crypto.c 200 const pgp_pubkey_t * pubkey,
237 const pgp_pubkey_t * pubkey,
ssh2pgp.c 207 pgp_pubkey_t *pubkey;
345 pgp_ssh2seckey(pgp_io_t *io, const char *f, pgp_key_t *key, pgp_pubkey_t *pubkey, pgp_hash_alg_t hashtype)
keyring.c 159 const pgp_pubkey_t *
914 const uint8_t *keyid, unsigned *from, pgp_pubkey_t **pubkey)
1170 pgp_add_to_pubring(pgp_keyring_t *keyring, const pgp_pubkey_t *pubkey, pgp_content_enum tag)
1207 const pgp_pubkey_t *pubkey;
packet-print.c 310 numkeybits(const pgp_pubkey_t *pubkey)
401 const pgp_pubkey_t *pubkey, const int psigs)
482 const pgp_pubkey_t *pubkey, const int psigs)
568 const pgp_pubkey_t *pubkey, const int psigs)
632 const pgp_pubkey_t *pubkey, const int psigs)
647 pgp_print_pubkey(const pgp_pubkey_t *pubkey)
validate.c 182 const pgp_pubkey_t *signer)
241 pgp_pubkey_t *sigkey;
431 pgp_pubkey_t *sigkey;
misc.c 485 pgp_fingerprint(pgp_fingerprint_t *fp, const pgp_pubkey_t *key, pgp_hash_alg_t hashtype)
569 pgp_keyid(uint8_t *keyid, const size_t idlen, const pgp_pubkey_t *key, pgp_hash_alg_t hashtype)
packet-parse.c 1167 pgp_pubkey_free(pgp_pubkey_t *p)
1208 parse_pubkey_data(pgp_pubkey_t *key, pgp_region_t *region,
netpgp.c 145 pgp_pubkey_t *sigkey;

Completed in 58 milliseconds