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

/freebsd-13-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_v1trap.c49 snmpv1_match(ctx1, ctx2)
50 void *ctx1, *ctx2;
52 snmpv1_opts_t *s1 = ctx1, *s2 = ctx2;
H A Dsave_v2trap.c53 snmpv2_match(ctx1, ctx2)
54 void *ctx1, *ctx2;
56 snmpv2_opts_t *s1 = ctx1, *s2 = ctx2;
/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_x931g.c25 BN_CTX *ctx = NULL, *ctx2 = NULL; local
107 ctx2 = BN_CTX_new();
108 if (ctx2 == NULL)
111 rsa->d = BN_mod_inverse(NULL, rsa->e, r0, ctx2); /* d */
130 rsa->iqmp = BN_mod_inverse(NULL, rsa->q, rsa->p, ctx2);
138 BN_CTX_free(ctx2);
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_server.c89 static SSL_CTX *ctx2 = NULL; variable
478 if (ctx2 != NULL) {
480 SSL_set_SSL_CTX(s, ctx2);
1056 ctx = ctx2 = NULL;
1896 ctx2 = SSL_CTX_new(meth);
1897 if (ctx2 == NULL) {
1903 if (ctx2 != NULL) {
1907 ssl_ctx_security_debug(ctx2, sdebug);
1913 if (!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) {
1920 SSL_CTX_set_quiet_shutdown(ctx2,
[all...]
H A Dx509.c495 X509V3_CTX ctx2; local
505 X509V3_set_ctx_test(&ctx2);
506 X509V3_set_nconf(&ctx2, extconf);
507 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) {
1004 X509V3_CTX ctx2; local
1006 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
1007 X509V3_set_nconf(&ctx2, conf);
1008 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x))
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_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);
H A Dwpa_auth_i.h161 void (*eapol_status_cb)(void *ctx1, void *ctx2);
H A Dwpa_auth.c4956 void (*cb)(void *ctx1, void *ctx2),
4957 void *ctx1, void *ctx2)
4978 void (*cb)(void *ctx1, void *ctx2),
4979 void *ctx1, void *ctx2)
5153 void (*cb)(void *ctx1, void *ctx2),
5154 void *ctx1, void *ctx2)
5207 sm->eapol_status_cb_ctx2 = ctx2;
4955 wpa_auth_resend_m1(struct wpa_state_machine *sm, int change_anonce, void (*cb)(void *ctx1, void *ctx2), void *ctx1, void *ctx2) argument
4977 wpa_auth_resend_m3(struct wpa_state_machine *sm, void (*cb)(void *ctx1, void *ctx2), void *ctx1, void *ctx2) argument
5152 wpa_auth_resend_group_m1(struct wpa_state_machine *sm, void (*cb)(void *ctx1, void *ctx2), void *ctx1, void *ctx2) argument
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_reg.h59 uint64_t ctx2; member in struct:dmar_ctx_entry
77 #define DMAR_CTX2_GET_DID(ctx2) (((ctx2) & DMAR_CTX2_DID_MASK) >> 8)
H A Dintel_ctx.c160 dmar_pte_store1(&ctxp->ctx2, DMAR_CTX2_DID(domain->domain) |
182 KASSERT(move || (ctxp->ctx1 == 0 && ctxp->ctx2 == 0),
186 ctxp->ctx1, ctxp->ctx2));
801 ctxp->ctx2 = 0;
/freebsd-13-stable/tools/tools/dmardump/
H A Ddmardump.c147 printf(" domain %d", (int)DMAR_CTX2_GET_DID(ctx[idx].ctx2));
/freebsd-13-stable/usr.bin/sort/
H A Dcoll.c1001 MD5_CTX ctx1, ctx2; local
1025 memcpy(&ctx2, &md5_ctx, sizeof(MD5_CTX));
1028 MD5Update(&ctx2, bwsrawdata(s2), bwsrawlen(s2));
1031 MD5Final(hash2, &ctx2);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c2233 static void restore_tk(void *ctx1, void *ctx2) argument
2236 struct sta_info *sta = ctx2;

Completed in 113 milliseconds