Home
last modified time | relevance | path

Searched refs:BIO_new_file (Results 1 - 25 of 159) sorted by relevance

1234567

/third_party/openssl/demos/cms/
H A Dcms_denc.c32 tbio = BIO_new_file("signer.pem", "r"); in main()
56 in = BIO_new_file("encr.txt", "r"); in main()
58 dout = BIO_new_file("smencr.out", "wb"); in main()
69 out = BIO_new_file("smencr.pem", "w"); in main()
H A Dcms_ddec.c30 tbio = BIO_new_file("signer.pem", "r"); in main()
46 in = BIO_new_file("smencr.pem", "r"); in main()
58 dcont = BIO_new_file("smencr.out", "rb"); in main()
63 out = BIO_new_file("encrout.txt", "w"); in main()
H A Dcms_sign2.c26 tbio = BIO_new_file("signer.pem", "r"); in main()
39 tbio = BIO_new_file("signer2.pem", "r"); in main()
53 in = BIO_new_file("sign.txt", "r"); in main()
71 out = BIO_new_file("smout.txt", "w"); in main()
H A Dcms_sign.c34 tbio = BIO_new_file("signer.pem", "r"); in main()
50 in = BIO_new_file("sign.txt", "r"); in main()
61 out = BIO_new_file("smout.txt", "w"); in main()
H A Dcms_ver.c34 tbio = BIO_new_file("cacert.pem", "r"); in main()
49 in = BIO_new_file("smout.txt", "r"); in main()
61 out = BIO_new_file("smver.txt", "w"); in main()
H A Dcms_enc.c33 tbio = BIO_new_file("signer.pem", "r"); in main()
57 in = BIO_new_file("encr.txt", "r"); in main()
68 out = BIO_new_file("smencr.txt", "w"); in main()
H A Dcms_dec.c27 tbio = BIO_new_file("signer.pem", "r"); in main()
43 in = BIO_new_file("smencr.txt", "r"); in main()
54 out = BIO_new_file("decout.txt", "w"); in main()
H A Dcms_uncomp.c26 in = BIO_new_file("smcomp.txt", "r"); in main()
37 out = BIO_new_file("smuncomp.txt", "w"); in main()
H A Dcms_comp.c32 in = BIO_new_file("comp.txt", "r"); in main()
43 out = BIO_new_file("smcomp.txt", "w"); in main()
/third_party/openssl/demos/smime/
H A Dsmsign2.c26 tbio = BIO_new_file("signer.pem", "r"); in main()
39 tbio = BIO_new_file("signer2.pem", "r"); in main()
53 in = BIO_new_file("sign.txt", "r"); in main()
71 out = BIO_new_file("smout.txt", "w"); in main()
H A Dsmenc.c33 tbio = BIO_new_file("signer.pem", "r"); in main()
57 in = BIO_new_file("encr.txt", "r"); in main()
68 out = BIO_new_file("smencr.txt", "w"); in main()
H A Dsmsign.c34 tbio = BIO_new_file("signer.pem", "r"); in main()
50 in = BIO_new_file("sign.txt", "r"); in main()
61 out = BIO_new_file("smout.txt", "w"); in main()
H A Dsmdec.c27 tbio = BIO_new_file("signer.pem", "r"); in main()
43 in = BIO_new_file("smencr.txt", "r"); in main()
54 out = BIO_new_file("encrout.txt", "w"); in main()
H A Dsmver.c34 tbio = BIO_new_file("cacert.pem", "r"); in main()
49 in = BIO_new_file("smout.txt", "r"); in main()
61 out = BIO_new_file("smver.txt", "w"); in main()
/third_party/openssl/test/
H A Dx509_check_cert_pkey_test.c59 if (!TEST_ptr(bio = BIO_new_file(k, "r"))) in test_x509_check_cert_pkey()
68 if (!TEST_ptr(bio = BIO_new_file(c, "r"))) in test_x509_check_cert_pkey()
120 if (!TEST_ptr((in = BIO_new_file(file, "r")))) in test_PEM_X509_INFO_read_bio()
H A Dbio_readbuffer_test.c16 * Test that a BIO_f_readbuffer() with a BIO_new_file() behaves nicely if
35 if (!TEST_ptr(in = BIO_new_file(filename, "r")) in test_readbuffer_file_bio()
45 || !TEST_ptr(in_bio = BIO_new_file(filename, "r"))) in test_readbuffer_file_bio()
H A Docspapitest.c31 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r"))) in get_cert_and_key()
35 if (!TEST_ptr(keybio = BIO_new_file(privkeystr, "r"))) in get_cert_and_key()
55 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r"))) in get_cert()
H A Dalgorithmid_test.c191 BIO *b = BIO_new_file(pubkey_filename, "r"); in test_spki_file()
220 if ((bee = BIO_new_file(eecert_filename, "r")) == NULL) { in test_x509_files()
225 if ((bca = BIO_new_file(cacert_filename, "r")) == NULL) { in test_x509_files()
/third_party/node/deps/openssl/openssl/apps/
H A Dts.c376 BIO *oid_bio = BIO_new_file(p, "r"); in load_config_file()
599 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in reply_command()
702 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL) in create_response()
787 if ((in = BIO_new_file(serialfile, "r")) == NULL) { in next_serial()
826 if ((out = BIO_new_file(serialfile, "w")) == NULL) in save_ts_serial()
858 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in verify_command()
915 if ((out = BIO_new_file(data, "rb")) == NULL) in create_verify_ctx()
932 if ((input = BIO_new_file(queryfile, "rb")) == NULL) in create_verify_ctx()
/third_party/openssl/apps/
H A Dts.c376 BIO *oid_bio = BIO_new_file(p, "r"); in load_config_file()
599 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in reply_command()
702 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL) in create_response()
787 if ((in = BIO_new_file(serialfile, "r")) == NULL) { in next_serial()
826 if ((out = BIO_new_file(serialfile, "w")) == NULL) in save_ts_serial()
858 if ((in_bio = BIO_new_file(in, "rb")) == NULL) in verify_command()
915 if ((out = BIO_new_file(data, "rb")) == NULL) in create_verify_ctx()
932 if ((input = BIO_new_file(queryfile, "rb")) == NULL) in create_verify_ctx()
/third_party/openssl/test/testutil/
H A Dload.c39 if (!TEST_ptr(file) || (bio = BIO_new_file(file, "r")) == NULL) in STACK_OF()
97 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new_file(file, "rb"))) in load_csr_der()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c173 in = BIO_new_file(name, "r"); in def_load()
175 in = BIO_new_file(name, "rb"); in def_load()
507 next = BIO_new_file(include_path, "r"); in def_load_bio()
839 next = BIO_new_file(include, "r"); in process_include()
891 bio = BIO_new_file(newpath, "r"); in get_next_file()
/third_party/openssl/crypto/conf/
H A Dconf_def.c173 in = BIO_new_file(name, "r"); in def_load()
175 in = BIO_new_file(name, "rb"); in def_load()
507 next = BIO_new_file(include_path, "r"); in def_load_bio()
839 next = BIO_new_file(include, "r"); in process_include()
891 bio = BIO_new_file(newpath, "r"); in get_next_file()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_conf.c53 if ((cert = BIO_new_file(file, "r")) == NULL) in TS_CONF_load_cert()
70 if ((certs = BIO_new_file(file, "r")) == NULL) in STACK_OF()
101 if ((key = BIO_new_file(file, "r")) == NULL) in TS_CONF_load_key()
/third_party/openssl/crypto/ts/
H A Dts_conf.c53 if ((cert = BIO_new_file(file, "r")) == NULL) in TS_CONF_load_cert()
70 if ((certs = BIO_new_file(file, "r")) == NULL) in STACK_OF()
101 if ((key = BIO_new_file(file, "r")) == NULL) in TS_CONF_load_key()

Completed in 12 milliseconds

1234567