Home
last modified time | relevance | path

Searched refs:ctx2 (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
HDs_server.c309 static SSL_CTX *ctx2 = NULL; variable
470 ctx2 = NULL; in s_server_init()
863 if (ctx2) { in ssl_servername_cb()
865 SSL_set_SSL_CTX(s, ctx2); in ssl_servername_cb()
1844 ctx2 = SSL_CTX_new(meth); in MAIN()
1845 if (ctx2 == NULL) { in MAIN()
1851 if (ctx2) { in MAIN()
1861 if (!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) { in MAIN()
1868 SSL_CTX_set_quiet_shutdown(ctx2, 1); in MAIN()
1870 SSL_CTX_set_options(ctx2, SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); in MAIN()
[all …]
HDx509.c536 X509V3_CTX ctx2; in MAIN() local
555 X509V3_set_ctx_test(&ctx2); in MAIN()
556 X509V3_set_nconf(&ctx2, extconf); in MAIN()
557 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { in MAIN()
1156 X509V3_CTX ctx2; in x509_certify() local
1162 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0); in x509_certify()
1163 X509V3_set_nconf(&ctx2, conf); in x509_certify()
1164 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) in x509_certify()
/freebsd-11-stable/contrib/ipfilter/lib/
HDsave_file.c62 file_match(ctx1, ctx2) in file_match() argument
63 void *ctx1, *ctx2; in file_match()
65 file_opts_t *f1 = ctx1, *f2 = ctx2;
HDsave_v2trap.c53 snmpv2_match(ctx1, ctx2) in snmpv2_match() argument
54 void *ctx1, *ctx2; in snmpv2_match()
56 snmpv2_opts_t *s1 = ctx1, *s2 = ctx2;
HDsave_v1trap.c49 snmpv1_match(ctx1, ctx2) in snmpv1_match() argument
50 void *ctx1, *ctx2; in snmpv1_match()
52 snmpv1_opts_t *s1 = ctx1, *s2 = ctx2;
/freebsd-11-stable/contrib/wpa/src/ap/
HDwpa_auth.h485 void (*cb)(void *ctx1, void *ctx2),
486 void *ctx1, void *ctx2);
488 void (*cb)(void *ctx1, void *ctx2),
489 void *ctx1, void *ctx2);
491 void (*cb)(void *ctx1, void *ctx2),
492 void *ctx1, void *ctx2);
HDwpa_auth_i.h161 void (*eapol_status_cb)(void *ctx1, void *ctx2);
HDwpa_auth.c4956 void (*cb)(void *ctx1, void *ctx2), in wpa_auth_resend_m1() argument
4957 void *ctx1, void *ctx2) in wpa_auth_resend_m1()
4978 void (*cb)(void *ctx1, void *ctx2), in wpa_auth_resend_m3() argument
4979 void *ctx1, void *ctx2) in wpa_auth_resend_m3()
5153 void (*cb)(void *ctx1, void *ctx2), in wpa_auth_resend_group_m1() argument
5154 void *ctx1, void *ctx2) in wpa_auth_resend_group_m1()
5207 sm->eapol_status_cb_ctx2 = ctx2; in wpa_auth_resend_group_m1()
/freebsd-11-stable/crypto/openssl/crypto/hmac/
HDhmactest.c144 HMAC_CTX ctx, ctx2; in main() local
300 if (!HMAC_CTX_copy(&ctx2, &ctx)) { in main()
305 if (!HMAC_Final(&ctx2, buf, &len)) { in main()
/freebsd-11-stable/sys/x86/iommu/
HDintel_reg.h54 uint64_t ctx2; member
72 #define DMAR_CTX2_GET_DID(ctx2) (((ctx2) & DMAR_CTX2_DID_MASK) >> 8) argument
HDintel_ctx.c148 KASSERT(move || (ctxp->ctx1 == 0 && ctxp->ctx2 == 0), in ctx_id_entry_init()
153 ctxp->ctx1, ctxp->ctx2)); in ctx_id_entry_init()
163 dmar_pte_store1(&ctxp->ctx2, DMAR_CTX2_DID(domain->domain) | in ctx_id_entry_init()
632 ctxp->ctx2 = 0; in dmar_free_ctx_locked()
/freebsd-11-stable/usr.bin/sort/
HDcoll.c995 MD5_CTX ctx1, ctx2; in randomcoll() local
1010 memcpy(&ctx2,&md5_ctx,sizeof(MD5_CTX)); in randomcoll()
1013 MD5Update(&ctx2, bwsrawdata(s2), bwsrawlen(s2)); in randomcoll()
1015 b2 = MD5End(&ctx2, NULL); in randomcoll()
/freebsd-11-stable/tools/tools/dmardump/
HDdmardump.c147 printf(" domain %d", (int)DMAR_CTX2_GET_DID(ctx[idx].ctx2)); in dump_context_table()
/freebsd-11-stable/contrib/wpa/hostapd/
HDctrl_iface.c2233 static void restore_tk(void *ctx1, void *ctx2) in restore_tk() argument
2236 struct sta_info *sta = ctx2; in restore_tk()