Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c1031 ctx2 = NULL; in s_server_init()
1270 if (ctx2 == NULL) { in s_server_main()
1283 if (ctx2) { in s_server_main()
1360 if (ctx2) { in s_server_main()
1408 if (ctx2) in s_server_main()
1415 if (ctx2 && !set_cert_key_stuff(ctx2, s_cert2, s_key2)) in s_server_main()
1428 if (ctx2 && !SSL_CTX_set_cipher_list(ctx2, in s_server_main()
1444 if (ctx2) { in s_server_main()
1463 if (ctx2) in s_server_main()
1491 SSL_CTX_free(ctx2); in s_server_main()
[all …]
H A Dx509.c787 X509V3_CTX ctx2; in x509_main() local
808 X509V3_set_ctx_test(&ctx2); in x509_main()
809 X509V3_set_nconf(&ctx2, extconf); in x509_main()
810 if (!X509V3_EXT_add_nconf(extconf, &ctx2, x509_config.extsect, in x509_main()
1444 X509V3_CTX ctx2; in x509_certify() local
1447 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0); in x509_certify()
1448 X509V3_set_nconf(&ctx2, conf); in x509_certify()
1449 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) in x509_certify()
/dragonfly/lib/libtcplay/
H A Dgeneric_xts.c48 return ctx->encrypt_fn(ctx->ctx2, ctx->blk_sz, ctx->tweak, ctx->tweak); in xts_reinit()
107 err = ctx->set_key_fn(&ctx->ctx2, arg1, arg2, key + (len / 2), in xts_init()
171 ctx->zero_key_fn(&ctx->ctx2); in xts_uninit()
H A Dgeneric_xts.h38 void *ctx2; member
/dragonfly/contrib/wpa_supplicant/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), 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()
/dragonfly/usr.bin/sort/
H A Dcoll.c1002 MD5_CTX ctx1, ctx2; in randomcoll() local
1017 memcpy(&ctx2,&md5_ctx,sizeof(MD5_CTX)); in randomcoll()
1020 MD5_Update(&ctx2, bwsrawdata(s2), bwsrawlen(s2)); in randomcoll()
1022 b2 = randomcollend(&ctx2); in randomcoll()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c9695 common_enclosing_class (tree ctx1, tree ctx2) in common_enclosing_class() argument
9697 if (!TYPE_P (ctx1) || !TYPE_P (ctx2)) in common_enclosing_class()
9700 && ctx2 == TYPE_MAIN_VARIANT (ctx2)); in common_enclosing_class()
9701 if (ctx1 == ctx2) in common_enclosing_class()
9706 for (tree t = ctx2; TYPE_P (t); t = TYPE_CONTEXT (t)) in common_enclosing_class()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-cp.c2492 ipa_polymorphic_call_context ctx2 = ipa_polymorphic_call_context in ipa_get_indirect_edge_target_1() local
2494 if (!ctx2.useless_p ()) in ipa_get_indirect_edge_target_1()
2495 context.combine_with (ctx2, ie->indirect_info->otr_type); in ipa_get_indirect_edge_target_1()