/third_party/openssl/demos/cms/ |
H A D | cms_denc.c | 32 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 D | cms_ddec.c | 30 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 D | cms_sign2.c | 26 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 D | cms_sign.c | 34 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 D | cms_ver.c | 34 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 D | cms_enc.c | 33 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 D | cms_dec.c | 27 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 D | cms_uncomp.c | 26 in = BIO_new_file("smcomp.txt", "r"); in main() 37 out = BIO_new_file("smuncomp.txt", "w"); in main()
|
H A D | cms_comp.c | 32 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 D | smsign2.c | 26 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 D | smenc.c | 33 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 D | smsign.c | 34 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 D | smdec.c | 27 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 D | smver.c | 34 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 D | x509_check_cert_pkey_test.c | 59 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 D | bio_readbuffer_test.c | 16 * 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 D | ocspapitest.c | 31 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 D | algorithmid_test.c | 191 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 D | ts.c | 376 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 D | ts.c | 376 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 D | load.c | 39 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 D | conf_def.c | 173 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 D | conf_def.c | 173 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 D | ts_conf.c | 53 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 D | ts_conf.c | 53 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()
|