Home
last modified time | relevance | path

Searched refs:opt_md (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/apps/
Dspkac.c146 if (!opt_md(digest, &md)) in spkac_main()
Docsp.c511 if (!opt_md(opt_arg(), &resp_certid_md)) in ocsp_main()
521 if (!opt_md(opt_unknown(), &cert_id_md)) in ocsp_main()
549 if (!opt_md(respdigname, &rsign_md)) in ocsp_main()
Dcrl.c217 if (!opt_md(digestname, &digest)) in crl_main()
Dstoreutl.c267 if (!opt_md(digestname, &digest)) in storeutl_main()
Denc.c304 if (!opt_md(digestname, &dgst)) in enc_main()
Ddgst.c233 if (!opt_md(digestname, &md)) in dgst_main()
Dsmime.c366 if (!opt_md(digestname, &sign_md)) in smime_main()
Dts.c299 if (!opt_md(digestname, &md)) in ts_main()
Dpkcs12.c678 if (!opt_md(macalg, &macmd)) in pkcs12_main()
Dcms.c697 if (!opt_md(digestname, &sign_md)) in cms_main()
Dreq.c535 if (!opt_md(digest, &md)) { in req_main()
/third_party/openssl/apps/include/
Dopt.h371 int opt_md(const char *name, EVP_MD **mdp);
/third_party/openssl/doc/internal/man3/
DOPTIONS.pod8 opt_cipher_any, opt_cipher_silent, opt_md,
39 int opt_md(const char *name, EVP_MD **mdp);
251 opt_md() takes the specified I<name> and fills in the digest into I<mdp>.
/third_party/openssl/apps/lib/
Dopt.c453 int opt_md(const char *name, EVP_MD **mdp) in opt_md() function