Home
last modified time | relevance | path

Searched refs:opt_arg (Results 1 - 25 of 119) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs8.c105 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs8_main()
109 infile = opt_arg(); in pkcs8_main()
112 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs8_main()
116 outfile = opt_arg(); in pkcs8_main()
139 ciphername = opt_arg(); in pkcs8_main()
142 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
145 "%s: Unknown PBE algorithm %s\n", prog, opt_arg()); in pkcs8_main()
150 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
153 "%s: Unknown PRF algorithm %s\n", prog, opt_arg()); in pkcs8_main()
163 passinarg = opt_arg(); in pkcs8_main()
[all...]
H A Dcms.c330 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in cms_main()
334 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in cms_main()
338 outfile = opt_arg(); in cms_main()
361 rctfile = opt_arg(); in cms_main()
462 if (!opt_format(opt_arg(), in cms_main()
467 certfile = opt_arg(); in cms_main()
470 CAfile = opt_arg(); in cms_main()
473 CApath = opt_arg(); in cms_main()
476 CAstore = opt_arg(); in cms_main()
488 infile = opt_arg(); in cms_main()
[all...]
H A Docsp.c277 outfile = opt_arg(); in ocsp_main()
281 req_timeout = atoi(opt_arg()); in ocsp_main()
289 if (!OSSL_HTTP_parse_url(opt_arg(), &use_ssl, NULL /* userinfo */, in ocsp_main()
300 host = opt_arg(); in ocsp_main()
303 port = opt_arg(); in ocsp_main()
306 path = opt_arg(); in ocsp_main()
310 opt_proxy = opt_arg(); in ocsp_main()
313 opt_no_proxy = opt_arg(); in ocsp_main()
371 reqin = opt_arg(); in ocsp_main()
374 respin = opt_arg(); in ocsp_main()
[all...]
H A Dspkac.c89 infile = opt_arg(); in spkac_main()
92 outfile = opt_arg(); in spkac_main()
104 passinarg = opt_arg(); in spkac_main()
107 keyfile = opt_arg(); in spkac_main()
110 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
114 challenge = opt_arg(); in spkac_main()
117 spkac = opt_arg(); in spkac_main()
120 spksect = opt_arg(); in spkac_main()
123 digest = opt_arg(); in spkac_main()
126 e = setup_engine(opt_arg(), in spkac_main()
[all...]
H A Dx509.c318 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main()
322 infile = opt_arg(); in x509_main()
325 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in x509_main()
329 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in x509_main()
333 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat)) in x509_main()
337 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat)) in x509_main()
341 outfile = opt_arg(); in x509_main()
348 if (!set_dateopt(&dateopt, opt_arg())) { in x509_main()
350 "Invalid date format: %s\n", opt_arg()); in x509_main()
355 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
[all...]
H A Dasn1parse.c99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in asn1parse_main()
103 infile = opt_arg(); in asn1parse_main()
106 derfile = opt_arg(); in asn1parse_main()
115 oidfile = opt_arg(); in asn1parse_main()
118 offset = strtol(opt_arg(), NULL, 0); in asn1parse_main()
121 length = strtol(opt_arg(), NULL, 0); in asn1parse_main()
127 dump = strtol(opt_arg(), NULL, 0); in asn1parse_main()
130 sk_OPENSSL_STRING_push(osk, opt_arg()); in asn1parse_main()
133 genstr = opt_arg(); in asn1parse_main()
136 genconf = opt_arg(); in asn1parse_main()
[all...]
H A Dcrl.c114 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl_main()
118 infile = opt_arg(); in crl_main()
121 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl_main()
125 outfile = opt_arg(); in crl_main()
128 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in crl_main()
132 keyfile = opt_arg(); in crl_main()
135 crldiff = opt_arg(); in crl_main()
138 CApath = opt_arg(); in crl_main()
142 CAfile = opt_arg(); in crl_main()
146 CAstore = opt_arg(); in crl_main()
[all...]
H A Dsmime.c176 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in smime_main()
180 infile = opt_arg(); in smime_main()
183 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in smime_main()
187 outfile = opt_arg(); in smime_main()
257 conf = app_load_config_modules(opt_arg()); in smime_main()
262 e = setup_engine(opt_arg(), 0); in smime_main()
265 passinarg = opt_arg(); in smime_main()
268 to = opt_arg(); in smime_main()
271 from = opt_arg(); in smime_main()
274 subject = opt_arg(); in smime_main()
[all...]
H A Dec.c96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in ec_main()
100 infile = opt_arg(); in ec_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
107 outfile = opt_arg(); in ec_main()
125 passinarg = opt_arg(); in ec_main()
128 passoutarg = opt_arg(); in ec_main()
131 e = setup_engine(opt_arg(), 0); in ec_main()
137 point_format = opt_arg(); in ec_main()
142 asn1_encoding = opt_arg(); in ec_main()
H A Dpkey.c99 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in pkey_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
107 passinarg = opt_arg(); in pkey_main()
110 passoutarg = opt_arg(); in pkey_main()
113 e = setup_engine(opt_arg(), 0); in pkey_main()
116 infile = opt_arg(); in pkey_main()
119 outfile = opt_arg(); in pkey_main()
152 point_format = opt_arg(); in pkey_main()
161 asn1_encoding = opt_arg(); in pkey_main()
H A Ds_server.c1138 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
1153 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
1163 OPENSSL_free(host); host = OPENSSL_strdup(opt_arg()); in s_server_main()
1173 naccept = atol(opt_arg()); in s_server_main()
1177 verify_args.depth = atoi(opt_arg()); in s_server_main()
1185 verify_args.depth = atoi(opt_arg()); in s_server_main()
1192 context = (unsigned char *)opt_arg(); in s_server_main()
1195 s_cert_file = opt_arg(); in s_server_main()
1198 if (!set_nameopt(opt_arg())) in s_server_main()
1202 crl_file = opt_arg(); in s_server_main()
[all...]
H A Ds_client.c973 freeandcopy(&host, opt_arg()); in s_client_main()
977 freeandcopy(&port, opt_arg()); in s_client_main()
981 freeandcopy(&connectstr, opt_arg()); in s_client_main()
984 freeandcopy(&bindstr, opt_arg()); in s_client_main()
987 proxystr = opt_arg(); in s_client_main()
990 proxyuser = opt_arg(); in s_client_main()
993 proxypassarg = opt_arg(); in s_client_main()
999 freeandcopy(&host, opt_arg()); in s_client_main()
1005 protohost = opt_arg(); in s_client_main()
1009 verify_args.depth = atoi(opt_arg()); in s_client_main()
[all...]
H A Dreq.c285 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in req_main()
289 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in req_main()
293 e = setup_engine(opt_arg(), 0); in req_main()
297 gen_eng = setup_engine(opt_arg(), 0); in req_main()
305 keyfile = opt_arg(); in req_main()
314 template = opt_arg(); in req_main()
317 section = opt_arg(); in req_main()
320 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in req_main()
324 infile = opt_arg(); in req_main()
327 outfile = opt_arg(); in req_main()
[all...]
/third_party/openssl/apps/
H A Dpkcs8.c105 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs8_main()
109 infile = opt_arg(); in pkcs8_main()
112 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs8_main()
116 outfile = opt_arg(); in pkcs8_main()
139 ciphername = opt_arg(); in pkcs8_main()
142 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
145 "%s: Unknown PBE algorithm %s\n", prog, opt_arg()); in pkcs8_main()
150 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
153 "%s: Unknown PRF algorithm %s\n", prog, opt_arg()); in pkcs8_main()
163 passinarg = opt_arg(); in pkcs8_main()
[all...]
H A Dcms.c330 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in cms_main()
334 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in cms_main()
338 outfile = opt_arg(); in cms_main()
361 rctfile = opt_arg(); in cms_main()
462 if (!opt_format(opt_arg(), in cms_main()
467 certfile = opt_arg(); in cms_main()
470 CAfile = opt_arg(); in cms_main()
473 CApath = opt_arg(); in cms_main()
476 CAstore = opt_arg(); in cms_main()
488 infile = opt_arg(); in cms_main()
[all...]
H A Docsp.c277 outfile = opt_arg(); in ocsp_main()
281 req_timeout = atoi(opt_arg()); in ocsp_main()
289 if (!OSSL_HTTP_parse_url(opt_arg(), &use_ssl, NULL /* userinfo */, in ocsp_main()
300 host = opt_arg(); in ocsp_main()
303 port = opt_arg(); in ocsp_main()
306 path = opt_arg(); in ocsp_main()
310 opt_proxy = opt_arg(); in ocsp_main()
313 opt_no_proxy = opt_arg(); in ocsp_main()
371 reqin = opt_arg(); in ocsp_main()
374 respin = opt_arg(); in ocsp_main()
[all...]
H A Dspkac.c89 infile = opt_arg(); in spkac_main()
92 outfile = opt_arg(); in spkac_main()
104 passinarg = opt_arg(); in spkac_main()
107 keyfile = opt_arg(); in spkac_main()
110 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
114 challenge = opt_arg(); in spkac_main()
117 spkac = opt_arg(); in spkac_main()
120 spksect = opt_arg(); in spkac_main()
123 digest = opt_arg(); in spkac_main()
126 e = setup_engine(opt_arg(), in spkac_main()
[all...]
H A Dx509.c318 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main()
322 infile = opt_arg(); in x509_main()
325 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in x509_main()
329 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in x509_main()
333 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat)) in x509_main()
337 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat)) in x509_main()
341 outfile = opt_arg(); in x509_main()
348 if (!set_dateopt(&dateopt, opt_arg())) { in x509_main()
350 "Invalid date format: %s\n", opt_arg()); in x509_main()
355 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
[all...]
H A Dasn1parse.c99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in asn1parse_main()
103 infile = opt_arg(); in asn1parse_main()
106 derfile = opt_arg(); in asn1parse_main()
115 oidfile = opt_arg(); in asn1parse_main()
118 offset = strtol(opt_arg(), NULL, 0); in asn1parse_main()
121 length = strtol(opt_arg(), NULL, 0); in asn1parse_main()
127 dump = strtol(opt_arg(), NULL, 0); in asn1parse_main()
130 sk_OPENSSL_STRING_push(osk, opt_arg()); in asn1parse_main()
133 genstr = opt_arg(); in asn1parse_main()
136 genconf = opt_arg(); in asn1parse_main()
[all...]
H A Dcrl.c114 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl_main()
118 infile = opt_arg(); in crl_main()
121 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl_main()
125 outfile = opt_arg(); in crl_main()
128 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in crl_main()
132 keyfile = opt_arg(); in crl_main()
135 crldiff = opt_arg(); in crl_main()
138 CApath = opt_arg(); in crl_main()
142 CAfile = opt_arg(); in crl_main()
146 CAstore = opt_arg(); in crl_main()
[all...]
H A Dsmime.c176 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in smime_main()
180 infile = opt_arg(); in smime_main()
183 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in smime_main()
187 outfile = opt_arg(); in smime_main()
257 conf = app_load_config_modules(opt_arg()); in smime_main()
262 e = setup_engine(opt_arg(), 0); in smime_main()
265 passinarg = opt_arg(); in smime_main()
268 to = opt_arg(); in smime_main()
271 from = opt_arg(); in smime_main()
274 subject = opt_arg(); in smime_main()
[all...]
H A Dec.c96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in ec_main()
100 infile = opt_arg(); in ec_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
107 outfile = opt_arg(); in ec_main()
125 passinarg = opt_arg(); in ec_main()
128 passoutarg = opt_arg(); in ec_main()
131 e = setup_engine(opt_arg(), 0); in ec_main()
137 point_format = opt_arg(); in ec_main()
142 asn1_encoding = opt_arg(); in ec_main()
H A Dpkey.c99 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in pkey_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
107 passinarg = opt_arg(); in pkey_main()
110 passoutarg = opt_arg(); in pkey_main()
113 e = setup_engine(opt_arg(), 0); in pkey_main()
116 infile = opt_arg(); in pkey_main()
119 outfile = opt_arg(); in pkey_main()
152 point_format = opt_arg(); in pkey_main()
161 asn1_encoding = opt_arg(); in pkey_main()
H A Ds_server.c1138 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
1153 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
1163 OPENSSL_free(host); host = OPENSSL_strdup(opt_arg()); in s_server_main()
1173 naccept = atol(opt_arg()); in s_server_main()
1177 verify_args.depth = atoi(opt_arg()); in s_server_main()
1185 verify_args.depth = atoi(opt_arg()); in s_server_main()
1192 context = (unsigned char *)opt_arg(); in s_server_main()
1195 s_cert_file = opt_arg(); in s_server_main()
1198 if (!set_nameopt(opt_arg())) in s_server_main()
1202 crl_file = opt_arg(); in s_server_main()
[all...]
H A Ds_client.c973 freeandcopy(&host, opt_arg()); in s_client_main()
977 freeandcopy(&port, opt_arg()); in s_client_main()
981 freeandcopy(&connectstr, opt_arg()); in s_client_main()
984 freeandcopy(&bindstr, opt_arg()); in s_client_main()
987 proxystr = opt_arg(); in s_client_main()
990 proxyuser = opt_arg(); in s_client_main()
993 proxypassarg = opt_arg(); in s_client_main()
999 freeandcopy(&host, opt_arg()); in s_client_main()
1005 protohost = opt_arg(); in s_client_main()
1009 verify_args.depth = atoi(opt_arg()); in s_client_main()
[all...]

Completed in 24 milliseconds

12345