Home
last modified time | relevance | path

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

/freebsd/sys/modules/md/
H A DMakefile4 SRCS= bus_if.h device_if.h md.c opt_md.h opt_geom.h opt_rootdevname.h vnode_if.h
/freebsd/crypto/openssl/apps/
H A Dspkac.c155 if (!opt_md(digest, &md)) in spkac_main()
H A Docsp.c554 if (!opt_md(opt_arg(), &resp_certid_md)) in ocsp_main()
564 if (!opt_md(opt_unknown(), &cert_id_md)) in ocsp_main()
591 if (!opt_md(respdigname, &rsign_md)) in ocsp_main()
H A Dcrl.c239 if (!opt_md(digestname, &digest)) in crl_main()
H A Dstoreutl.c274 if (!opt_md(digestname, &digest)) in storeutl_main()
H A Dsmime.c439 if (!opt_md(digestname, &sign_md)) in smime_main()
H A Denc.c384 if (!opt_md(digestname, &dgst)) in enc_main()
H A Ddgst.c258 if (!opt_md(digestname, &md)) in dgst_main()
H A Dts.c325 if (!opt_md(digestname, &md)) in ts_main()
H A Dpkcs12.c744 if (!opt_md(macalg, &macmd)) in pkcs12_main()
H A Dcms.c782 if (!opt_md(digestname, &sign_md)) in cms_main()
/freebsd/sys/conf/
H A Doptions179 MD_ROOT opt_md.h
180 MD_ROOT_FSTYPE opt_md.h
181 MD_ROOT_READONLY opt_md.h
182 MD_ROOT_SIZE opt_md.h
183 MD_ROOT_MEM opt_md.h
H A Dkern.pre.mk304 MD_ROOT_SIZE_CONFIGURED!= grep MD_ROOT_SIZE opt_md.h || true ; echo
/freebsd/crypto/openssl/apps/include/
H A Dopt.h421 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.c489 int opt_md(const char *name, EVP_MD **mdp) in opt_md() function
503 if (opt_md(name, NULL)) in opt_check_md()