Searched refs:pgp_write_sig (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | signature.c | 797 pgp_write_sig(pgp_output_t *output, in pgp_write_sig() function 1110 pgp_write_sig(output, sig, &seckey->pubkey, seckey); in pgp_sign_file() 1153 pgp_write_sig(output, sig, &seckey->pubkey, seckey); in pgp_sign_file() 1280 pgp_write_sig(output, sig, &seckey->pubkey, seckey); 1345 pgp_write_sig(output, sig, &seckey->pubkey, seckey);
|
H A D | signature.h | 103 unsigned pgp_write_sig(pgp_output_t *, pgp_create_sig_t *,
|
H A D | keyring.c | 544 pgp_write_sig(sigoutput, sig, &key->key.seckey.pubkey, &key->key.seckey); in pgp_add_selfsigned_userid()
|