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

  /src/crypto/external/bsd/netpgp/dist/src/lib/
signature.h 154 void pgp_writer_push_armoured(pgp_output_t *, pgp_armor_type_t);
create.c 515 pgp_writer_push_armoured(output, PGP_PGP_PUBLIC_KEY_BLOCK);
573 pgp_writer_push_armoured(output, PGP_PGP_PRIVATE_KEY_BLOCK);
keyring.c 856 pgp_writer_push_armoured(output, atype);
writer.c 866 pgp_writer_push_armoured(pgp_output_t *output, pgp_armor_type_t type) function
898 "pgp_writer_push_armoured: unusual type\n");
903 "pgp_writer_push_armoured: bad alloc\n");
912 "pgp_writer_push_armoured: bad alloc\n");

Completed in 31 milliseconds