Home
last modified time | relevance | path

Searched refs:argfunc (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/regress/usr.bin/openssl/options/
Doptionstest.c31 static int argfunc(char *arg);
51 .opt.argfunc = argfunc,
278 argfunc(char *arg) in argfunc() function
/openbsd/src/usr.bin/openssl/
Docsp.c450 .opt.argfunc = ocsp_opt_cert,
464 .opt.argfunc = ocsp_opt_host,
484 .opt.argfunc = ocsp_opt_issuer,
491 .opt.argfunc = ocsp_opt_ndays,
498 .opt.argfunc = ocsp_opt_nmin,
574 .opt.argfunc = ocsp_opt_nrequest,
595 .opt.argfunc = ocsp_opt_port,
677 .opt.argfunc = ocsp_opt_serial,
705 .opt.argfunc = ocsp_opt_status_age,
718 .opt.argfunc = ocsp_opt_timeout,
[all …]
Dx509.c334 .opt.argfunc = x509_opt_addreject,
341 .opt.argfunc = x509_opt_addtrust,
355 .opt.argfunc = x509_opt_ca,
398 .opt.argfunc = x509_opt_certopt,
406 .opt.argfunc = x509_opt_checkend,
439 .opt.argfunc = x509_opt_days,
531 .opt.argfunc = x509_opt_signkey,
558 .opt.argfunc = x509_opt_nameopt,
654 .opt.argfunc = x509_opt_set_serial,
668 .opt.argfunc = x509_opt_setalias,
[all …]
Dgenpkey.c150 .opt.argfunc = genpkey_opt_algorithm,
178 .opt.argfunc = genpkey_opt_paramfile,
192 .opt.argfunc = genpkey_opt_pkeyopt,
Dcms.c654 .opt.argfunc = cms_opt_econtent_type,
710 .opt.argfunc = cms_opt_inkey,
731 .opt.argfunc = cms_opt_keyopt,
738 .opt.argfunc = cms_opt_md,
862 .opt.argfunc = cms_opt_pwri_pass,
890 .opt.argfunc = cms_opt_receipt_request_from,
903 .opt.argfunc = cms_opt_receipt_request_to,
910 .opt.argfunc = cms_opt_recip,
924 .opt.argfunc = cms_opt_secretkey,
931 .opt.argfunc = cms_opt_secretkeyid,
[all …]
Dasn1pars.c141 .opt.argfunc = asn1pars_opt_dlimit,
182 .opt.argfunc = asn1pars_opt_length,
217 .opt.argfunc = asn1pars_opt_strparse,
Ddgst.c227 .opt.argfunc = dgst_opt_macopt,
248 .opt.argfunc = dgst_opt_prverify,
276 .opt.argfunc = dgst_opt_sigopt,
283 .opt.argfunc = dgst_opt_verify,
Dpkeyutl.c152 .opt.argfunc = init_ctx,
187 .opt.argfunc = setup_peer,
194 .opt.argfunc = pkeyutl_pkeyopt,
Dpkcs8.c173 .opt.argfunc = pkcs8_opt_v1,
180 .opt.argfunc = pkcs8_opt_v2,
Dec.c150 .opt.argfunc = ec_opt_form,
192 .opt.argfunc = ec_opt_named,
Decparam.c151 .opt.argfunc = ecparam_opt_form,
220 .opt.argfunc = ecparam_opt_enctype,
Ds_server.c484 .opt.argfunc = s_server_opt_port,
556 .opt.argfunc = s_server_opt_context,
684 .opt.argfunc = s_server_opt_keymatexportlen,
702 .opt.argfunc = s_server_opt_mtu,
819 .opt.argfunc = s_server_opt_port,
865 .opt.argfunc = s_server_opt_status_timeout,
872 .opt.argfunc = s_server_opt_status_url,
920 .opt.argfunc = s_server_opt_verify_fail,
927 .opt.argfunc = s_server_opt_verify,
Dreq.c295 .opt.argfunc = req_opt_addext,
315 .opt.argfunc = req_opt_days,
376 .opt.argfunc = req_opt_nameopt,
395 .opt.argfunc = req_opt_newkey,
442 .opt.argfunc = req_opt_pkeyopt,
462 .opt.argfunc = req_opt_reqopt,
469 .opt.argfunc = req_opt_set_serial,
476 .opt.argfunc = req_opt_sigopt,
Dpkcs12.c286 .opt.argfunc = pkcs12_opt_canames,
307 .opt.argfunc = pkcs12_opt_cert_pbe,
368 .opt.argfunc = pkcs12_opt_key_pbe,
479 .opt.argfunc = pkcs12_opt_passarg,
Ds_client.c527 .opt.argfunc = s_client_opt_keymatexportlen,
552 .opt.argfunc = s_client_opt_mtu,
666 .opt.argfunc = s_client_opt_port,
734 .opt.argfunc = s_client_opt_starttls,
788 .opt.argfunc = s_client_opt_verify,
Dca.c325 .opt.argfunc = ca_opt_crl_ca_compromise,
333 .opt.argfunc = ca_opt_crl_compromise,
341 .opt.argfunc = ca_opt_crl_hold,
348 .opt.argfunc = ca_opt_crl_reason,
417 .opt.argfunc = ca_opt_in,
524 .opt.argfunc = ca_opt_revoke,
537 .opt.argfunc = ca_opt_sigopt,
544 .opt.argfunc = ca_opt_ss_cert,
Dsmime.c422 .opt.argfunc = smime_opt_inkey,
436 .opt.argfunc = smime_opt_md,
562 .opt.argfunc = smime_opt_signer,
Dcrl2p7.c111 .opt.argfunc = crl2p7_opt_certfile,
Dapps.h304 int (*argfunc)(char *arg); member
Dapps.c2057 if (opt->opt.argfunc(argv[i]) != 0) in options_parse()