Searched refs:ctx1 (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/lib/libcrypt/
H A Dmd5crypt.c46 MD5_CTX ctx, ctx1; local
78 INIT(&ctx1);
79 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
80 UPDATE(&ctx1, (const unsigned char *)sp, sl);
81 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
82 FINAL(final, &ctx1);
112 INIT(&ctx1);
115 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
117 UPDATE(&ctx1, final, 16);
120 UPDATE(&ctx1, (cons
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A Dapr1.c68 lutil_MD5_CTX ctx, ctx1; local
77 lutil_MD5Init(&ctx1);
78 lutil_MD5Update(&ctx1, (const unsigned char *) passwd->bv_val, passwd->bv_len);
79 lutil_MD5Update(&ctx1, (const unsigned char *) salt->bv_val, salt->bv_len);
80 lutil_MD5Update(&ctx1, (const unsigned char *) passwd->bv_val, passwd->bv_len);
81 lutil_MD5Final(digest, &ctx1);
99 lutil_MD5Init(&ctx1);
101 lutil_MD5Update(&ctx1,
104 lutil_MD5Update(&ctx1, digest, LUTIL_MD5_BYTES);
107 lutil_MD5Update(&ctx1,
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dsave_file.c64 file_match(ctx1, ctx2)
65 void *ctx1, *ctx2;
67 file_opts_t *f1 = ctx1, *f2 = ctx2;
H A Dsave_v2trap.c55 snmpv2_match(ctx1, ctx2)
56 void *ctx1, *ctx2;
58 snmpv2_opts_t *s1 = ctx1, *s2 = ctx2;
H A Dsave_v1trap.c51 snmpv1_match(ctx1, ctx2)
52 void *ctx1, *ctx2;
54 snmpv1_opts_t *s1 = ctx1, *s2 = ctx2;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsm3_internal_test.c59 SM3_CTX ctx1, ctx2; local
62 if (!TEST_true(ossl_sm3_init(&ctx1))
63 || !TEST_true(ossl_sm3_update(&ctx1, input1, sizeof(input1)))
64 || !TEST_true(ossl_sm3_final(md1, &ctx1))
H A Dkeymgmt_internal_test.c31 OSSL_LIB_CTX *ctx1; member in struct:__anon105
45 OSSL_LIB_CTX_free(fixture->ctx1);
56 || !TEST_ptr(fixture->ctx1 = OSSL_LIB_CTX_new())
57 || !TEST_ptr(fixture->prov1 = OSSL_PROVIDER_load(fixture->ctx1,
221 if (!TEST_ptr(km1 = EVP_KEYMGMT_fetch(fixture->ctx1, "RSA", NULL))
223 || !TEST_ptr(km3 = EVP_KEYMGMT_fetch(fixture->ctx1, "RSA-PSS", NULL))
/netbsd-current/crypto/external/bsd/openssl/dist/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c110 EVP_PKEY_CTX *ctx1 = NULL; local
166 ctx1 = create_merged_key(dsaparamskey, params, libctx, propq);
167 if (ctx1 == NULL)
170 if (EVP_PKEY_param_check(ctx1) > 0) {
198 EVP_PKEY_CTX_free(ctx1);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dexeclist.c199 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; local
214 /* ctx1 is valid, ctx0/ctx is scheduled-out -> element switch */
215 if (valid_context(ctx1) && same_context(ctx0, ctx)) {
218 execlist->running_context = ctx1;
227 * ctx1 is not valid, ctx == ctx0
228 * ctx1 is valid, ctx1 == ctx
234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx))
235 || (valid_context(ctx1) && same_context(ctx1, ct
292 struct execlist_ctx_descriptor_format *ctx0, *ctx1; local
[all...]
/netbsd-current/external/bsd/wpa/dist/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)
5206 sm->eapol_status_cb_ctx1 = ctx1;
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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.c1186 tree ctx1, tree ctx2)
1190 for (tree t1 = pass ? ctx2 : ctx1; t1; t1 = TREE_CHAIN (t1))
1193 for (t2 = pass ? ctx1 : ctx2; t2; t2 = TREE_CHAIN (t2))
1264 omp_context_selector_set_compare (const char *set, tree ctx1, tree ctx2) argument
1268 int len1 = list_length (ctx1);
1274 std::swap (ctx1, ctx2);
1284 for (t1 = ctx1; t1; t1 = TREE_CHAIN (t1))
1318 for (tree t1 = ctx1; t1; t1 = TREE_CHAIN (t1))
1356 omp_context_selector_compare (tree ctx1, tree ctx2) argument
1360 int len1 = list_length (ctx1);
1185 omp_context_selector_props_compare(const char *set, const char *sel, tree ctx1, tree ctx2) argument
1571 tree ctx1 = TREE_VALUE (TREE_VALUE (variant1)); local
1603 tree ctx1 = TREE_VALUE (TREE_VALUE (attr1)); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc1736 tree ctx1, tree ctx2)
1740 for (tree t1 = pass ? ctx2 : ctx1; t1; t1 = TREE_CHAIN (t1))
1743 for (t2 = pass ? ctx1 : ctx2; t2; t2 = TREE_CHAIN (t2))
1814 omp_context_selector_set_compare (const char *set, tree ctx1, tree ctx2)
1818 int len1 = list_length (ctx1);
1824 std::swap (ctx1, ctx2);
1834 for (t1 = ctx1; t1; t1 = TREE_CHAIN (t1))
1868 for (tree t1 = ctx1; t1; t1 = TREE_CHAIN (t1))
1906 omp_context_selector_compare (tree ctx1, tree ctx2)
1910 int len1 = list_length (ctx1);
2348 tree ctx1 = TREE_VALUE (TREE_VALUE (variant1)); local
2436 tree ctx1 = TREE_VALUE (TREE_VALUE (attr1)); local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_nv04.c468 u32 tmp, ctx1; local
470 ctx1 = nvkm_rd32(device, 0x700000 + inst);
471 class = ctx1 & 0xff;
472 op = (ctx1 >> 15) & 7;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c10319 common_enclosing_class (tree ctx1, tree ctx2)
10321 if (!TYPE_P (ctx1) || !TYPE_P (ctx2))
10323 gcc_assert (ctx1 == TYPE_MAIN_VARIANT (ctx1)
10325 if (ctx1 == ctx2)
10326 return ctx1;
10327 for (tree t = ctx1; TYPE_P (t); t = TYPE_CONTEXT (t))
10336 for (tree t = ctx1; TYPE_P (t); t = TYPE_CONTEXT (t))
10311 common_enclosing_class(tree ctx1, tree ctx2) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc10437 common_enclosing_class (tree ctx1, tree ctx2)
10439 if (!TYPE_P (ctx1) || !TYPE_P (ctx2))
10441 gcc_assert (ctx1 == TYPE_MAIN_VARIANT (ctx1)
10443 if (ctx1 == ctx2)
10444 return ctx1;
10445 for (tree t = ctx1; TYPE_P (t); t = TYPE_CONTEXT (t))
10454 for (tree t = ctx1; TYPE_P (t); t = TYPE_CONTEXT (t))
10429 common_enclosing_class(tree ctx1, tree ctx2) argument
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dctrl_iface.c2233 static void restore_tk(void *ctx1, void *ctx2) argument
2235 struct hostapd_data *hapd = ctx1;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d1926 Dsymbol ctx1 = s.toParentLocal();
1929 if (ctx0 != ctx1)
1930 return checkWild(ctx1);

Completed in 415 milliseconds