Home
last modified time | relevance | path

Searched refs:pgp_writer_push (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dwriter.c280 pgp_writer_push(pgp_output_t *output, in pgp_writer_push() function
526 pgp_writer_push(output, dash_esc_writer, NULL, in pgp_writer_push_clearsigned()
701 pgp_writer_push(output, linebreak_writer, NULL, in pgp_writer_use_armored_sig()
710 pgp_writer_push(output, base64_writer, sig_finaliser, in pgp_writer_use_armored_sig()
775 pgp_writer_push(output, linebreak_writer, NULL, in pgp_writer_push_armor_msg()
784 pgp_writer_push(output, base64_writer, in pgp_writer_push_armor_msg()
907 pgp_writer_push(output, linebreak_writer, NULL, in pgp_writer_push_armoured()
916 pgp_writer_push(output, base64_writer, finaliser, in pgp_writer_push_armoured()
1005 pgp_writer_push(output, encrypt_writer, NULL, in pgp_push_enc_crypt()
1068 pgp_writer_push(output, encrypt_se_ip_writer, NULL, in pgp_push_enc_se_ip()
[all …]
H A Dwriter.h94 void pgp_writer_push(pgp_output_t *,