Home
last modified time | relevance | path

Searched refs:mds (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Devp_key.c88 unsigned int mds = 0, i; in EVP_BytesToKey() local
105 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey()
112 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey()
118 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey()
120 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey()
128 if (i == mds) in EVP_BytesToKey()
136 if (niv && (i != mds)) { in EVP_BytesToKey()
140 if (i == mds) in EVP_BytesToKey()
/freebsd/sys/dev/proto/
H A Dproto_busdma.c117 if (!LIST_EMPTY(&tag->mds)) in proto_busdma_tag_destroy()
148 LIST_REMOVE(md, mds); in proto_busdma_md_destroy_internal()
207 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_mem_alloc()
208 LIST_INSERT_HEAD(&busdma->mds, md, mds); in proto_busdma_mem_alloc()
250 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_md_create()
251 LIST_INSERT_HEAD(&busdma->mds, md, mds); in proto_busdma_md_create()
343 LIST_FOREACH(md, &busdma->mds, mds) { in proto_busdma_md_lookup()
377 LIST_FOREACH_SAFE(md, &busdma->mds, mds, md1) in proto_busdma_cleanup()
492 LIST_FOREACH(md, &busdma->mds, mds) { in proto_busdma_mmap_allowed()
H A Dproto_busdma.h37 LIST_HEAD(,proto_md) mds;
48 LIST_ENTRY(proto_md) mds;
59 LIST_HEAD(,proto_md) mds;
/freebsd/contrib/bearssl/T0/
H A DWordInterpreted.cs165 int mds = 0; in AnalyseFlow()
191 mds = Math.Max(mds, c + w.MaxDataStack); in AnalyseFlow()
207 mds = Math.Max(mds, c + a); in AnalyseFlow()
228 maxDataStack = mds; in AnalyseFlow()
/freebsd/tests/sys/fs/unionfs/
H A Dunionfs_test.sh41 echo ${md} >>mds
66 if [ -f mds ]; then
67 tail -r mds | while read md; do
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c131 sk_EVP_MD_free(ctx->mds); /* No EVP_MD_free method exists. */ in TS_RESP_CTX_free()
215 if (ctx->mds == NULL in TS_RESP_CTX_add_md()
216 && (ctx->mds = sk_EVP_MD_new_null()) == NULL) in TS_RESP_CTX_add_md()
218 if (!sk_EVP_MD_push(ctx->mds, md)) in TS_RESP_CTX_add_md()
465 for (i = 0; !md && i < sk_EVP_MD_num(ctx->mds); ++i) { in ts_RESP_check_request()
466 const EVP_MD *current_md = sk_EVP_MD_value(ctx->mds, i); in ts_RESP_check_request()
H A Dts_local.h109 STACK_OF(EVP_MD) *mds; /* Acceptable message digests. */
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c1291 SYSCTL_NODE(_machdep_mitigations, OID_AUTO, mds,
/freebsd/contrib/file/magic/Magdir/
H A Driff706 !:ext mds
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5552 struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds, in nfsrpc_createsession() argument
5578 if (nfscl_enablecallb != 0 && nfs_numnfscbd > 0 && mds != 0) in nfsrpc_createsession()
5585 if ((nd->nd_flag & ND_NFSV42) != 0 && mds != 0 && sb_max_adj >= in nfsrpc_createsession()
5635 if ((crflags & NFSV4CRSESS_PERSIST) != 0 && mds != 0) { in nfsrpc_createsession()