Searched refs:ctx1 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmd5crypt.c57 MD5_CTX ctx, ctx1; local
92 MD5_Init(&ctx1);
93 MD5_Update(&ctx1, pw, strlen(pw));
94 MD5_Update(&ctx1, sp, sl);
95 MD5_Update(&ctx1, pw, strlen(pw));
96 MD5_Final(final, &ctx1);
122 MD5_Init(&ctx1);
124 MD5_Update(&ctx1, pw, strlen(pw));
126 MD5_Update(&ctx1, final, 16);
129 MD5_Update(&ctx1, s
[all...]
/freebsd-10-stable/lib/libcrypt/
H A Dcrypt-md5.c47 MD5_CTX ctx,ctx1; local
82 MD5Init(&ctx1);
83 MD5Update(&ctx1, (const u_char *)pw, strlen(pw));
84 MD5Update(&ctx1, (const u_char *)sp, (u_int)sl);
85 MD5Update(&ctx1, (const u_char *)pw, strlen(pw));
86 MD5Final(final, &ctx1);
114 MD5Init(&ctx1);
116 MD5Update(&ctx1, (const u_char *)pw, strlen(pw));
118 MD5Update(&ctx1, (const u_char *)final, MD5_SIZE);
121 MD5Update(&ctx1, (cons
[all...]
/freebsd-10-stable/sys/x86/iommu/
H A Dintel_ctx.c142 KASSERT(ctxp->ctx1 == 0 && ctxp->ctx2 == 0,
147 ctxp->ctx1,
155 dmar_pte_store(&ctxp->ctx1, DMAR_CTX1_T_PASS | DMAR_CTX1_P);
158 dmar_pte_store(&ctxp->ctx1, DMAR_CTX1_T_UNTR |
273 struct dmar_ctx *ctx, *ctx1; local
294 ctx1 = dmar_get_ctx_alloc(dmar, rid);
304 ctx1->end = ptoa(Maxmem);
305 mgaw = dmar_maxaddr2mgaw(dmar, ctx1->end, false);
306 error = ctx_set_agaw(ctx1, mgaw);
308 dmar_ctx_dtr(ctx1, fals
[all...]
H A Dintel_reg.h53 uint64_t ctx1; member in struct:dmar_ctx_entry
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dsave_file.c62 file_match(ctx1, ctx2)
63 void *ctx1, *ctx2;
65 file_opts_t *f1 = ctx1, *f2 = ctx2;
H A Dsave_v2trap.c53 snmpv2_match(ctx1, ctx2)
54 void *ctx1, *ctx2;
56 snmpv2_opts_t *s1 = ctx1, *s2 = ctx2;
H A Dsave_v1trap.c49 snmpv1_match(ctx1, ctx2)
50 void *ctx1, *ctx2;
52 snmpv1_opts_t *s1 = ctx1, *s2 = ctx2;
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_md5.c517 apr_md5_ctx_t ctx, ctx1; local
572 apr_md5_init(&ctx1);
574 apr_md5_set_xlate(&ctx1, xlate_ebcdic_to_ascii);
576 apr_md5_update(&ctx1, pw, strlen(pw));
577 apr_md5_update(&ctx1, sp, sl);
578 apr_md5_update(&ctx1, pw, strlen(pw));
579 apr_md5_final(final, &ctx1);
618 apr_md5_init(&ctx1);
620 * apr_md5_final clears out ctx1.xlate at the end of each loop,
624 apr_md5_set_xlate(&ctx1, xlate_ebcdic_to_asci
[all...]
/freebsd-10-stable/tools/tools/dmardump/
H A Ddmardump.c109 if (!(ctx[idx].ctx1 & DMAR_CTX1_P))
129 if (ctx[idx].ctx1 & DMAR_CTX1_FPD)
131 switch (ctx[idx].ctx1 & 0xc) {
145 printf(" SLPT %#jx", (uintmax_t)(ctx[idx].ctx1 &
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.c993 MD5_CTX ctx1, ctx2; local
1007 memcpy(&ctx1,&md5_ctx,sizeof(MD5_CTX));
1010 MD5Update(&ctx1, bwsrawdata(s1), bwsrawlen(s1));
1012 b1 = MD5End(&ctx1, NULL);
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c548 u64 sge_cmd, ctx0, ctx1; local
588 ctx1 = (u32) base_addr;
590 ctx1 |= ((u64) (V_EC_BASE_HI((u32) base_addr & 0xf) | V_EC_RESPQ(0) |
599 wqe->ctx1 = htobe64(ctx1);
H A Diw_cxgb_wr.h250 __be64 ctx1; /* 5 */ member in struct:t3_modify_qp_wr

Completed in 404 milliseconds