Searched refs:mds (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_key.c | 86 unsigned int mds = 0, i; in EVP_BytesToKey() local 103 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey() 110 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey() 116 if (!EVP_DigestUpdate(c, &(md_buf[0]), mds)) in EVP_BytesToKey() 118 if (!EVP_DigestFinal_ex(c, &(md_buf[0]), &mds)) in EVP_BytesToKey() 126 if (i == mds) in EVP_BytesToKey() 134 if (niv && (i != mds)) { in EVP_BytesToKey() 138 if (i == mds) in EVP_BytesToKey()
|
/freebsd/sys/dev/proto/ |
H A D | proto_busdma.c | 117 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 D | proto_busdma.h | 37 LIST_HEAD(,proto_md) mds; 48 LIST_ENTRY(proto_md) mds; 59 LIST_HEAD(,proto_md) mds;
|
/freebsd/contrib/bearssl/T0/ |
H A D | WordInterpreted.cs | 165 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/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 153 sk_EVP_MD_free(ctx->mds); /* No EVP_MD_free method exists. */ in TS_RESP_CTX_free() 227 if (ctx->mds == NULL in TS_RESP_CTX_add_md() 228 && (ctx->mds = sk_EVP_MD_new_null()) == NULL) in TS_RESP_CTX_add_md() 230 if (!sk_EVP_MD_push(ctx->mds, md)) in TS_RESP_CTX_add_md() 466 for (i = 0; !md && i < sk_EVP_MD_num(ctx->mds); ++i) { in ts_RESP_check_request() 467 const EVP_MD *current_md = sk_EVP_MD_value(ctx->mds, i); in ts_RESP_check_request()
|
H A D | ts_local.h | 109 STACK_OF(EVP_MD) *mds; /* Acceptable message digests. */
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | 1169 SYSCTL_NODE(_machdep_mitigations, OID_AUTO, mds,
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | riff | 700 !:ext mds
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 5412 struct nfssockreq *nrp, struct nfsclds *dsp, uint32_t sequenceid, int mds, in nfsrpc_createsession() argument 5438 if (nfscl_enablecallb != 0 && nfs_numnfscbd > 0 && mds != 0) in nfsrpc_createsession() 5445 if ((nd->nd_flag & ND_NFSV42) != 0 && mds != 0 && sb_max_adj >= in nfsrpc_createsession() 5495 if ((crflags & NFSV4CRSESS_PERSIST) != 0 && mds != 0) { in nfsrpc_createsession()
|