| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | s_server.c | 309 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 …]
|
| HD | x509.c | 536 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/ |
| HD | save_file.c | 62 file_match(ctx1, ctx2) in file_match() argument 63 void *ctx1, *ctx2; in file_match() 65 file_opts_t *f1 = ctx1, *f2 = ctx2;
|
| HD | save_v2trap.c | 53 snmpv2_match(ctx1, ctx2) in snmpv2_match() argument 54 void *ctx1, *ctx2; in snmpv2_match() 56 snmpv2_opts_t *s1 = ctx1, *s2 = ctx2;
|
| HD | save_v1trap.c | 49 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/ |
| HD | wpa_auth.h | 485 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);
|
| HD | wpa_auth_i.h | 161 void (*eapol_status_cb)(void *ctx1, void *ctx2);
|
| HD | wpa_auth.c | 4956 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/ |
| HD | hmactest.c | 144 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/ |
| HD | intel_reg.h | 54 uint64_t ctx2; member 72 #define DMAR_CTX2_GET_DID(ctx2) (((ctx2) & DMAR_CTX2_DID_MASK) >> 8) argument
|
| HD | intel_ctx.c | 148 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/ |
| HD | coll.c | 995 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/ |
| HD | dmardump.c | 147 printf(" domain %d", (int)DMAR_CTX2_GET_DID(ctx[idx].ctx2)); in dump_context_table()
|
| /freebsd-11-stable/contrib/wpa/hostapd/ |
| HD | ctrl_iface.c | 2233 static void restore_tk(void *ctx1, void *ctx2) in restore_tk() argument 2236 struct sta_info *sta = ctx2; in restore_tk()
|