Home
last modified time | relevance | path

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

/freebsd/sys/modules/md/
H A DMakefile4 SRCS= md.c opt_md.h opt_geom.h opt_rootdevname.h vnode_if.h
/freebsd/crypto/openssl/apps/
H A Dspkac.c146 if (!opt_md(digest, &md)) in spkac_main()
H A 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()
H A Dcrl.c217 if (!opt_md(digestname, &digest)) in crl_main()
H A Dstoreutl.c265 if (!opt_md(digestname, &digest)) in storeutl_main()
H A Denc.c313 if (!opt_md(digestname, &dgst)) in enc_main()
H A Ddgst.c235 if (!opt_md(digestname, &md)) in dgst_main()
H A Dsmime.c370 if (!opt_md(digestname, &sign_md)) in smime_main()
H A Dts.c299 if (!opt_md(digestname, &md)) in ts_main()
H A Dpkcs12.c679 if (!opt_md(macalg, &macmd)) in pkcs12_main()
H A Dreq.c535 if (!opt_md(digest, &md)) { in req_main()
H A Dcms.c705 if (!opt_md(digestname, &sign_md)) in cms_main()
/freebsd/sys/conf/
H A Doptions178 MD_ROOT opt_md.h
179 MD_ROOT_FSTYPE opt_md.h
180 MD_ROOT_READONLY opt_md.h
181 MD_ROOT_SIZE opt_md.h
182 MD_ROOT_MEM opt_md.h
H A Dkern.pre.mk303 MD_ROOT_SIZE_CONFIGURED!= grep MD_ROOT_SIZE opt_md.h || true ; echo
/freebsd/crypto/openssl/apps/include/
H A Dopt.h371 int opt_md(const char *name, EVP_MD **mdp);
/freebsd/crypto/openssl/doc/internal/man3/
H A 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>.
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c453 int opt_md(const char *name, EVP_MD **mdp) in opt_md() function