Searched refs:mds (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | evp_key.c | 88 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 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/tests/sys/fs/unionfs/ |
| H A D | unionfs_test.sh | 41 echo ${md} >>mds 66 if [ -f mds ]; then 67 tail -r mds | while read md; do
|
| /freebsd/crypto/openssl/crypto/ts/ |
| H A D | ts_rsp_sign.c | 131 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 D | ts_local.h | 109 STACK_OF(EVP_MD) *mds; /* Acceptable message digests. */
|
| /freebsd/sys/x86/x86/ |
| H A D | cpu_machdep.c | 1291 SYSCTL_NODE(_machdep_mitigations, OID_AUTO, mds,
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | riff | 706 !:ext mds
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 5552 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()
|