Searched refs:pgp_io_t (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dssh2pgp.h35 int pgp_ssh2pubkey(pgp_io_t *, const char *, pgp_key_t *, pgp_hash_alg_t);
36 int pgp_ssh2seckey(pgp_io_t *, const char *, pgp_key_t *, pgp_pubkey_t *, pgp_hash_alg_t);
38 int pgp_ssh2_readkeys(pgp_io_t *, pgp_keyring_t *, pgp_keyring_t *,
H A Dkeyring.h76 const pgp_key_t *pgp_getkeybyid(pgp_io_t *,
81 const pgp_key_t *pgp_getkeybyname(pgp_io_t *,
84 const pgp_key_t *pgp_getnextkeybyname(pgp_io_t *,
102 int pgp_keyring_list(pgp_io_t *, const pgp_keyring_t *, const int);
103 int pgp_keyring_json(pgp_io_t *, const pgp_keyring_t *, mj_t *, const int);
124 int pgp_sprint_keydata(pgp_io_t *, const pgp_keyring_t *,
127 int pgp_sprint_mj(pgp_io_t *, const pgp_keyring_t *,
130 int pgp_hkp_sprint_keydata(pgp_io_t *, const pgp_keyring_t *,
133 void pgp_print_keydata(pgp_io_t *, const pgp_keyring_t *, const pgp_key_t *,
135 void pgp_print_sig(pgp_io_t *, cons
[all...]
H A Dtypes.h56 typedef struct pgp_io_t { struct
60 } pgp_io_t; typedef in typeref:struct:pgp_io_t
H A Dsignature.h111 unsigned pgp_sign_file(pgp_io_t *,
122 int pgp_sign_detached(pgp_io_t *,
156 pgp_memory_t *pgp_sign_buf(pgp_io_t *,
166 unsigned pgp_keyring_read_from_mem(pgp_io_t *,
H A Dvalidate.h104 unsigned pgp_validate_file(pgp_io_t *,
111 unsigned pgp_validate_mem(pgp_io_t *,
H A Dreaderwriter.h90 void pgp_setup_memory_read(pgp_io_t *,
108 int pgp_setup_file_read(pgp_io_t *,
H A Dwriter.h83 pgp_io_t *io; /* IO for errors and output */
H A Dcrypto.h182 unsigned pgp_encrypt_file(pgp_io_t *, const char *, const char *,
185 unsigned pgp_decrypt_file(pgp_io_t *,
198 pgp_encrypt_buf(pgp_io_t *, const void *, const size_t,
202 pgp_decrypt_buf(pgp_io_t *,
262 pgp_io_t *io; /* error/output messages */
H A Dnetpgp.c139 resultp(pgp_io_t *io,
227 appendkey(pgp_io_t *io, pgp_key_t *key, char *ringfile)
520 pgp_io_t *io;
538 isarmoured(pgp_io_t *io, const char *f, const void *memory, const char *text)
797 pgp_io_t *io;
1125 pgp_io_t *io;
1162 pgp_io_t *io;
1177 pgp_io_t *io;
1237 pgp_io_t *io;
1332 pgp_io_t *i
[all...]
H A Dcrypto.c349 pgp_encrypt_file(pgp_io_t *io,
395 pgp_encrypt_buf(pgp_io_t *io,
444 pgp_decrypt_file(pgp_io_t *io,
549 pgp_decrypt_buf(pgp_io_t *io,
H A Dkeyring.c784 pgp_keyring_read_from_mem(pgp_io_t *io,
913 pgp_getkeybyid(pgp_io_t *io, const pgp_keyring_t *keyring,
983 getkeybyname(pgp_io_t *io,
1055 pgp_getkeybyname(pgp_io_t *io,
1066 pgp_getnextkeybyname(pgp_io_t *io,
1084 pgp_keyring_list(pgp_io_t *io, const pgp_keyring_t *keyring, const int psigs)
1108 pgp_keyring_json(pgp_io_t *io, const pgp_keyring_t *keyring, mj_t *obj, const int psigs)
1148 pgp_export_key(pgp_io_t *io, const pgp_key_t *keydata, uint8_t *passphrase)
H A Dssh2pgp.c205 pgp_ssh2pubkey(pgp_io_t *io, const char *f, pgp_key_t *key, pgp_hash_alg_t hashtype)
345 pgp_ssh2seckey(pgp_io_t *io, const char *f, pgp_key_t *key, pgp_pubkey_t *pubkey, pgp_hash_alg_t hashtype)
433 pgp_ssh2_readkeys(pgp_io_t *io, pgp_keyring_t *pubring,
H A Dvalidate.c243 pgp_io_t *io;
433 pgp_io_t *io;
788 pgp_validate_file(pgp_io_t *io,
921 pgp_validate_mem(pgp_io_t *io,
H A Dsignature.c1019 pgp_sign_file(pgp_io_t *io,
1180 pgp_sign_buf(pgp_io_t *io,
1291 pgp_sign_detached(pgp_io_t *io,
H A Dreader.c1942 pgp_setup_memory_read(pgp_io_t *io,
2078 pgp_setup_file_read(pgp_io_t *io,
2165 pgp_io_t *io;
2220 pgp_io_t *io;
2286 pgp_io_t *io;
H A Dpacket-print.c399 pgp_sprint_keydata(pgp_io_t *io, const pgp_keyring_t *keyring,
480 pgp_sprint_mj(pgp_io_t *io, const pgp_keyring_t *keyring,
566 pgp_hkp_sprint_keydata(pgp_io_t *io, const pgp_keyring_t *keyring,
630 pgp_print_keydata(pgp_io_t *io, const pgp_keyring_t *keyring,
1447 pgp_list_packets(pgp_io_t *io,

Completed in 415 milliseconds