Home
last modified time | relevance | path

Searched refs:bio_open_owner (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dgendsa.c126 out = bio_open_owner(outfile, FORMAT_PEM, private); in gendsa_main()
H A Ddsaparam.c146 out = bio_open_owner(outfile, outformat, private); in dsaparam_main()
H A Dgenrsa.c178 out = bio_open_owner(outfile, FORMAT_PEM, private); in genrsa_main()
H A Ddsa.c197 out = bio_open_owner(outfile, outformat, private); in dsa_main()
H A Dec.c189 out = bio_open_owner(outfile, outformat, private); in ec_main()
H A Dpkey.c213 out = bio_open_owner(outfile, outformat, private); in pkey_main()
H A Decparam.c198 out = bio_open_owner(outfile, outformat, private); in ecparam_main()
H A Dgenpkey.c177 out = bio_open_owner(outfile, outformat, private); in genpkey_main()
H A Drsa.c265 out = bio_open_owner(outfile, outformat, private); in rsa_main()
H A Dpkcs8.c221 out = bio_open_owner(outfile, outformat, private); in pkcs8_main()
H A Dpkcs12.c691 out = bio_open_owner(outfile, FORMAT_PKCS12, private); in pkcs12_main()
715 out = bio_open_owner(outfile, FORMAT_PEM, private); in pkcs12_main()
H A Dreq.c708 out = bio_open_owner(keyout, outformat, newreq); in req_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h65 BIO *bio_open_owner(const char *filename, int format, int private);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3030 BIO *bio_open_owner(const char *filename, int format, int private) in bio_open_owner() function