Home
last modified time | relevance | path

Searched refs:pgp_push_enc_se_ip (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreaderwriter.h78 int pgp_push_enc_se_ip(pgp_output_t *, const pgp_key_t *, const char *);
H A Dcrypto.c378 if (!pgp_push_enc_se_ip(output, key, cipher)) { in pgp_encrypt_file()
420 pgp_push_enc_se_ip(output, pubkey, cipher); in pgp_encrypt_buf()
H A Dwriter.c1029 pgp_push_enc_se_ip(pgp_output_t *output, const pgp_key_t *pubkey, const char *cipher) in pgp_push_enc_se_ip() function