Home
last modified time | relevance | path

Searched refs:id2 (Results 1 – 25 of 39) sorted by relevance

12

/src/crypto/openssl/crypto/rc4/
H A Drc4_skey.c39 register int id1, id2; in RC4_set_key() local
46 id1 = id2 = 0; in RC4_set_key()
51 id2 = (data[id1] + tmp + id2) & 0xff; \ in RC4_set_key()
54 d[(n)] = d[id2]; \ in RC4_set_key()
55 d[id2] = tmp; \ in RC4_set_key()
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/
H A Dt.c13 char id1[] = {" "}, id2[] = {" "}; in main() local
31 while (fscanf(fin," %10s%10s",id1,id2) > 0) { in main()
35 data.data = id2; in main()
56 strcpy(id2,data.data); in main()
57 id2[0] = 'U'; in main()
58 datao.data=id2; in main()
H A Dmbox192 char id1[] = {" "}, id2[] = {" "};
209 while (fscanf(fin," %10s%10s",id1,id2) > 0) {
213 data.data = id2;
234 strcpy(id2,data.data);
235 id2[0] = 'U';
236 datao.data=id2;
/src/crypto/heimdal/lib/krb5/
H A Dtest_cc.c102 krb5_ccache id, id2; in test_mcache() local
132 ret = krb5_cc_resolve(context, c, &id2); in test_mcache()
136 ret = krb5_cc_get_principal(context, id2, &p2); in test_mcache()
143 krb5_cc_destroy(context, id2); in test_mcache()
147 ret = krb5_cc_resolve(context, c, &id2); in test_mcache()
151 ret = krb5_cc_get_principal(context, id2, &p2); in test_mcache()
155 krb5_cc_destroy(context, id2); in test_mcache()
167 krb5_ccache id, id2; in test_init_vs_destroy() local
185 ret = krb5_cc_resolve(context, n, &id2); in test_init_vs_destroy()
192 ret = krb5_cc_initialize(context, id2, p); in test_init_vs_destroy()
[all …]
H A Dtest_keytab.c74 krb5_keytab id, id2, id3; in test_memory_keytab() local
94 ret = krb5_kt_resolve(context, keytab, &id2); in test_memory_keytab()
111 ret = krb5_kt_get_entry(context, id2, in test_memory_keytab()
120 ret = krb5_kt_close(context, id2); in test_memory_keytab()
/src/sys/dev/wtap/plugins/
H A Dvisibility.c135 int index = l->id2/ARRAY_SIZE; in add_link()
136 int bit = l->id2 % ARRAY_SIZE; in add_link()
142 l->id1, l->id2, index, map->map[index], bit); in add_link()
152 int index = l->id2/ARRAY_SIZE; in del_link()
153 int bit = l->id2 % ARRAY_SIZE; in del_link()
189 printf("op=%d, id1=%d, id2=%d\n", l.op, l.id1, l.id2); in vis_ioctl()
H A Dvisibility_ioctl.h42 int id2; member
/src/sys/dev/mii/
H A Dmiivar.h303 #define MII_OUI(id1, id2) mii_oui(id1, id2) argument
304 #define MII_MODEL(id2) (((id2) & IDR2_MODEL) >> 4) argument
305 #define MII_REV(id2) ((id2) & IDR2_REV) argument
H A Dmii.c631 mii_oui(u_int id1, u_int id2) in mii_oui() argument
635 h = (id1 << 6) | (id2 >> 10); in mii_oui()
/src/crypto/krb5/src/lib/krb5/ccache/
H A Dt_cc.c248 krb5_ccache id, id2; in cc_test() local
322 kret = krb5_cc_resolve(context, newcache, &id2); in cc_test()
326 kret = krb5_cc_copy_creds(context, id, id2); in cc_test()
329 kret = krb5_cc_initialize(context, id2, test_creds.client); in cc_test()
332 kret = krb5_cc_copy_creds(context, id, id2); in cc_test()
335 kret = krb5_cc_destroy(context, id2); in cc_test()
346 NULL, &id2); in cc_test()
349 kret = krb5_cc_initialize(context, id2, test_creds.client); in cc_test()
352 kret = krb5_cc_store_cred(context, id2, &test_creds); in cc_test()
355 kret = krb5_cc_destroy(context, id2); in cc_test()
[all …]
/src/contrib/libdiff/test/
H A Dexpect019.diff87 struct got_object_id *id2, const char *label1, const char *label2,
129 -got_diff_objects_as_blobs(struct got_object_id *id1, struct got_object_id *id2,
131 + struct got_object_id *id1, struct got_object_id *id2,
150 -got_diff_objects_as_trees(struct got_object_id *id1, struct got_object_id *id2,
152 + struct got_object_id *id1, struct got_object_id *id2,
161 if (id1 == NULL && id2 == NULL)
189 - struct got_object_id *id2, int diff_context, int ignore_whitespace,
191 + struct got_object_id *id1, struct got_object_id *id2,
H A Dtest019.left.txt158 struct got_object_id *id2, const char *label1, const char *label2,
294 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2,
312 err = got_object_open(&obj2, repo, id2);
328 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2,
398 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2,
417 err = got_object_open(&treeobj2, repo, id2);
482 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2,
573 struct got_object_id *id2, const char *label1, const char *label2,
594 else if (id2 == NULL)
597 if (got_object_id_cmp(id1, id2) != 0)
[all …]
H A Dtest019.right.txt200 struct got_object_id *id2, const char *label1, const char *label2,
337 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2,
355 err = got_object_open(&obj2, repo, id2);
371 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2,
441 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2,
460 err = got_object_open(&treeobj2, repo, id2);
525 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2,
616 struct got_object_id *id2, const char *label1, const char *label2,
637 else if (id2 == NULL)
640 if (got_object_id_cmp(id1, id2) != 0)
[all …]
H A Dtest020.left.txt160 struct got_object_id *id2, const char *label1, const char *label2,
333 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2,
351 err = got_object_open(&obj2, repo, id2);
367 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2,
437 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2,
456 err = got_object_open(&treeobj2, repo, id2);
521 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2,
612 struct got_object_id *id2, const char *label1, const char *label2,
633 else if (id2 == NULL)
636 if (got_object_id_cmp(id1, id2) != 0)
[all …]
H A Dtest020.right.txt200 struct got_object_id *id2, const char *label1, const char *label2,
368 diff_modified_blob(struct got_object_id *id1, struct got_object_id *id2,
386 err = got_object_open(&obj2, repo, id2);
402 err = cb(cb_arg, blob1, blob2, id1, id2, label1, label2, mode1, mode2,
472 diff_modified_tree(struct got_object_id *id1, struct got_object_id *id2,
491 err = got_object_open(&treeobj2, repo, id2);
556 diff_kind_mismatch(struct got_object_id *id1, struct got_object_id *id2,
647 struct got_object_id *id2, const char *label1, const char *label2,
668 else if (id2 == NULL)
671 if (got_object_id_cmp(id1, id2) != 0)
[all …]
/src/crypto/heimdal/appl/login/
H A Dlogin.c153 static krb5_ccache id, id2; variable
188 krb5_cc_resolve(context, residual, &id2); in krb5_start_session()
189 ret = krb5_cc_copy_cache(context, id, id2); in krb5_start_session()
193 krb5_cc_destroy (context, id2); in krb5_start_session()
196 krb5_cc_close(context, id2); in krb5_start_session()
217 ret = krb5_cc_default(context, &id2); in krb5_get_afs_tokens()
228 krb5_afslog_uid_home (context, id2, in krb5_get_afs_tokens()
230 krb5_afslog_uid_home (context, id2, NULL, NULL, in krb5_get_afs_tokens()
232 krb5_cc_close (context, id2); in krb5_get_afs_tokens()
/src/contrib/kyua/store/
H A Dlayout_test.cpp135 const std::string id2 = layout::test_suite_for_path(dir2); in ATF_TEST_CASE_BODY() local
136 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY()
144 layout::find_results(id2).str()); in ATF_TEST_CASE_BODY()
169 const std::string id2 = layout::test_suite_for_path(dir2); in ATF_TEST_CASE_BODY() local
170 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY()
187 layout::find_results(id2 + ".20140615-111111-000000").str()); in ATF_TEST_CASE_BODY()
/src/tools/tools/wtap/vis_map/
H A Dvis_map.c97 l.id2 = atoi(argv[3]); in main()
107 l.id2 = atoi(argv[3]); in main()
/src/sys/dev/etherswitch/ar40xx/
H A Dar40xx_phy.c233 uint32_t id1, id2; in ar40xx_hw_phy_get_ids() local
237 id2 = MDIO_READREG(sc->sc_mdio_dev, phy, 3); in ar40xx_hw_phy_get_ids()
240 __func__, phy, id1, id2); in ar40xx_hw_phy_get_ids()
/src/sys/dev/iicbus/pmic/
H A Dfan53555.c334 uint8_t id1, id2; in fan53555_reg_attach() local
347 if (fan53555_read(sc->dev, FAN53555_ID2, &id2) != 0) { in fan53555_reg_attach()
351 dprintf(sc, "Device ID1: 0x%02X, ID2: 0x%02X\n", id1, id2); in fan53555_reg_attach()
354 FAN53555_ID2_DIE_REV(id2)); in fan53555_reg_attach()
358 id1, id2); in fan53555_reg_attach()
/src/crypto/openssl/apps/
H A Dciphers.c258 int id2 = (int)((id >> 8) & 0xffL); in ciphers_main() local
262 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main()
265 … BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
/src/sys/netpfil/ipfw/
H A Dip_dummynet.c293 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) in flow_id_cmp() argument
298 if (IS_IP6_FLOW_ID(id2)) in flow_id_cmp()
301 return (id1->dst_ip == id2->dst_ip && in flow_id_cmp()
302 id1->src_ip == id2->src_ip && in flow_id_cmp()
303 id1->dst_port == id2->dst_port && in flow_id_cmp()
304 id1->src_port == id2->src_port && in flow_id_cmp()
305 id1->proto == id2->proto && in flow_id_cmp()
306 id1->extra == id2->extra) ? 0 : 1; in flow_id_cmp()
310 !bcmp(&id1->dst_ip6,&id2->dst_ip6, sizeof(id1->dst_ip6)) && in flow_id_cmp()
311 !bcmp(&id1->src_ip6,&id2->src_ip6, sizeof(id1->src_ip6)) && in flow_id_cmp()
[all …]
/src/lib/virtual_oss/bt/
H A Dsbc_encode.h44 uint8_t id2; member
/src/sys/dev/atkbdc/
H A Datkbd.c1563 int id1, id2; in get_kbd_id() local
1566 id1 = id2 = -1; in get_kbd_id()
1573 id2 = read_kbd_data(kbdc); in get_kbd_id()
1575 if ((id1 == -1) || (id2 == -1)) { in get_kbd_id()
1581 return ((id2 << 8) | id1); in get_kbd_id()
/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h229 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
476 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
483 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
490 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
498 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
573 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
598 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
659 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member
668 char id2_l_[PADL_(uint32_t)]; uint32_t id2; char id2_r_[PADR_(uint32_t)]; member

12