Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dkey.h472 const union ubifs_key *key1, in keys_cmp() argument
475 if (key1->u32[0] < key2->u32[0]) in keys_cmp()
477 if (key1->u32[0] > key2->u32[0]) in keys_cmp()
479 if (key1->u32[1] < key2->u32[1]) in keys_cmp()
481 if (key1->u32[1] > key2->u32[1]) in keys_cmp()
497 const union ubifs_key *key1, in keys_eq() argument
500 if (key1->u32[0] != key2->u32[0]) in keys_eq()
502 if (key1->u32[1] != key2->u32[1]) in keys_eq()
A Dtnc_misc.c359 const union ubifs_key *key1, *key2; in read_znode() local
361 key1 = &znode->zbranch[i].key; in read_znode()
364 cmp = keys_cmp(c, key1, key2); in read_znode()
369 } else if (cmp == 0 && !is_hash_key(c, key1)) { in read_znode()
454 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
476 key_read(c, node + UBIFS_KEY_OFFSET, &key1); in ubifs_tnc_read_node()
477 if (!keys_eq(c, key, &key1)) { in ubifs_tnc_read_node()
481 dbg_tnck(&key1, "but found node's key "); in ubifs_tnc_read_node()
A Dtnc.c1702 union ubifs_key key1; in validate_data_node() local
1726 if (!keys_eq(c, &zbr->key, &key1)) { in validate_data_node()
1897 union ubifs_key *key, *key1; in correct_parent_keys() local
1905 while (keys_cmp(c, key, key1) < 0) { in correct_parent_keys()
1906 key_copy(c, key, key1); in correct_parent_keys()
2037 key1 = &znode->zbranch[0].key; in tnc_insert()
2040 key1 = &znode->zbranch[n].key; in tnc_insert()
2691 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local
2701 lowest_xent_key(c, &key1, inum); in ubifs_tnc_remove_ino()
2736 key_read(c, &xent->key, &key1); in ubifs_tnc_remove_ino()
[all …]
/u-boot/tools/
A Dsunxi_toc0.c51 uint8_t key1[512]; member
228 if (n_len + e_len > sizeof(key_item->key1)) { in toc0_create_key_item()
268 RSA *key1 = NULL; in toc0_verify_key_item() local
308 if (n_len + e_len > sizeof(key_item->key1)) { in toc0_verify_key_item()
312 n = BN_bin2bn(key_item->key1, n_len, NULL); in toc0_verify_key_item()
314 key1 = RSA_new(); in toc0_verify_key_item()
315 if (!key1) in toc0_verify_key_item()
317 if (!RSA_set0_key(key1, n, e, NULL)) in toc0_verify_key_item()
329 *fw_key = key1; in toc0_verify_key_item()
330 key1 = NULL; in toc0_verify_key_item()
[all …]
/u-boot/board/k+p/bootscripts/
A Dtpcboot.cmd28 setenv bootargs '${bootargs} di=${dig_in} key1=${key1}';
/u-boot/test/boot/
A Dexpo.c289 struct scene_obj_txt *ptr, *name1, *desc1, *key1, *tit, *prev1; in expo_object_menu() local
334 &key1); in expo_object_menu()
361 ut_asserteq(menu->obj.x + 230, key1->obj.x); in expo_object_menu()
362 ut_asserteq(menu->obj.y + 32, key1->obj.y); in expo_object_menu()
/u-boot/lib/rsa/
A Drsa-mod-exp.c288 uint32_t key1[key.len], key2[key.len]; in rsa_mod_exp_sw() local
290 key.modulus = key1; in rsa_mod_exp_sw()
/u-boot/arch/arm/dts/
A Dlpc3250-ea3250.dts30 key1 {
A Dmeson-sm1-sei610.dts51 key1 {
/u-boot/doc/
A DREADME.mediatek96 key1=value1;key2=value2;...

Completed in 27 milliseconds