Searched refs:BIO_new_file (Results 76 - 100 of 291) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/smime/
H A Dsmver.c23 tbio = BIO_new_file("cacert.pem", "r");
38 in = BIO_new_file("smout.txt", "r");
50 out = BIO_new_file("smver.txt", "w");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/cms/
H A Dcms_dec.c18 tbio = BIO_new_file("signer.pem", "r");
34 in = BIO_new_file("smencr.txt", "r");
45 out = BIO_new_file("decout.txt", "w");
H A Dcms_enc.c24 tbio = BIO_new_file("signer.pem", "r");
47 in = BIO_new_file("encr.txt", "r");
58 out = BIO_new_file("smencr.txt", "w");
H A Dcms_sign.c25 tbio = BIO_new_file("signer.pem", "r");
41 in = BIO_new_file("sign.txt", "r");
52 out = BIO_new_file("smout.txt", "w");
H A Dcms_ver.c23 tbio = BIO_new_file("cacert.pem", "r");
38 in = BIO_new_file("smout.txt", "r");
50 out = BIO_new_file("smver.txt", "w");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/smime/
H A Dsmdec.c18 tbio = BIO_new_file("signer.pem", "r");
34 in = BIO_new_file("smencr.txt", "r");
45 out = BIO_new_file("encrout.txt", "w");
H A Dsmenc.c24 tbio = BIO_new_file("signer.pem", "r");
47 in = BIO_new_file("encr.txt", "r");
58 out = BIO_new_file("smencr.txt", "w");
H A Dsmsign.c25 tbio = BIO_new_file("signer.pem", "r");
41 in = BIO_new_file("sign.txt", "r");
52 out = BIO_new_file("smout.txt", "w");
H A Dsmver.c23 tbio = BIO_new_file("cacert.pem", "r");
38 in = BIO_new_file("smout.txt", "r");
50 out = BIO_new_file("smver.txt", "w");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dpkeyparam.c148 if (!(in = BIO_new_file (infile, "r")))
160 if (!(out = BIO_new_file (outfile, "w")))
H A Dnseq.c109 if (!(in = BIO_new_file (infile, "r"))) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dpkeyparam.c142 if (!(in = BIO_new_file(infile, "r"))) {
150 if (!(out = BIO_new_file(outfile, "w"))) {
H A Dnseq.c115 if (!(in = BIO_new_file(infile, "r"))) {
123 if (!(out = BIO_new_file(outfile, "w"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dpkeyparam.c142 if (!(in = BIO_new_file(infile, "r"))) {
150 if (!(out = BIO_new_file(outfile, "w"))) {
H A Dnseq.c115 if (!(in = BIO_new_file(infile, "r"))) {
123 if (!(out = BIO_new_file(outfile, "w"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dpkeyparam.c148 if (!(in = BIO_new_file (infile, "r")))
160 if (!(out = BIO_new_file (outfile, "w")))
H A Dnseq.c109 if (!(in = BIO_new_file (infile, "r"))) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dpkeyparam.c142 if (!(in = BIO_new_file(infile, "r"))) {
150 if (!(out = BIO_new_file(outfile, "w"))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dpkeyparam.c148 if (!(in = BIO_new_file (infile, "r")))
160 if (!(out = BIO_new_file (outfile, "w")))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509/
H A Dverify_extra_test.c71 bio = BIO_new_file(filename, "r");
156 if ((bio = BIO_new_file("certs/bad.pem", "r")) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dverify_extra_test.c71 bio = BIO_new_file(filename, "r");
156 if ((bio = BIO_new_file("certs/bad.pem", "r")) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509/
H A Dverify_extra_test.c71 bio = BIO_new_file(filename, "r");
156 if ((bio = BIO_new_file("certs/bad.pem", "r")) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dverify_extra_test.c71 bio = BIO_new_file(filename, "r");
156 if ((bio = BIO_new_file("certs/bad.pem", "r")) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509/
H A Dverify_extra_test.c71 bio = BIO_new_file(filename, "r");
156 if ((bio = BIO_new_file("certs/bad.pem", "r")) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dverify_extra_test.c71 bio = BIO_new_file(filename, "r");
156 if ((bio = BIO_new_file("certs/bad.pem", "r")) == NULL)

Completed in 120 milliseconds

1234567891011>>