Searched refs:ctx2 (Results 1 - 10 of 10) sorted by relevance

/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/crypto/openssl/apps/
H A Ds_server.c306 static SSL_CTX *ctx2 = NULL; variable
465 ctx2 = NULL;
834 if (ctx2) {
836 SSL_set_SSL_CTX(s, ctx2);
1617 ctx2 = SSL_CTX_new(meth);
1618 if (ctx2 == NULL) {
1624 if (ctx2) {
1634 if (!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) {
1641 SSL_CTX_set_quiet_shutdown(ctx2, 1);
1643 SSL_CTX_set_options(ctx2, SSL_OP_AL
[all...]
H A Dx509.c497 X509V3_CTX ctx2; local
516 X509V3_set_ctx_test(&ctx2);
517 X509V3_set_nconf(&ctx2, extconf);
518 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) {
1107 X509V3_CTX ctx2; local
1109 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
1110 X509V3_set_nconf(&ctx2, conf);
1111 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x))
/freebsd-10-stable/crypto/openssl/crypto/hmac/
H A Dhmactest.c144 HMAC_CTX ctx, ctx2; local
298 if (!HMAC_CTX_copy(&ctx2, &ctx)) {
303 if (!HMAC_Final(&ctx2, buf, &len)) {
/freebsd-10-stable/sys/x86/iommu/
H A Dintel_reg.h54 uint64_t ctx2; member in struct:dmar_ctx_entry
72 #define DMAR_CTX2_GET_DID(ctx2) (((ctx2) & DMAR_CTX2_DID_MASK) >> 8)
H A Dintel_ctx.c142 KASSERT(ctxp->ctx1 == 0 && ctxp->ctx2 == 0,
148 ctxp->ctx2));
149 ctxp->ctx2 = DMAR_CTX2_DID(ctx->domain);
150 ctxp->ctx2 |= ctx->awlvl;
500 ctxp->ctx2 = 0;
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.c993 MD5_CTX ctx1, ctx2; local
1008 memcpy(&ctx2,&md5_ctx,sizeof(MD5_CTX));
1011 MD5Update(&ctx2, bwsrawdata(s2), bwsrawlen(s2));
1013 b2 = MD5End(&ctx2, NULL);
/freebsd-10-stable/tools/tools/dmardump/
H A Ddmardump.c147 printf(" domain %d", (int)DMAR_CTX2_GET_DID(ctx[idx].ctx2));

Completed in 232 milliseconds