Searched refs:key1 (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | key.h | 473 const union ubifs_key *key1, in keys_cmp() argument 476 if (key1->u32[0] < key2->u32[0]) in keys_cmp() 478 if (key1->u32[0] > key2->u32[0]) in keys_cmp() 480 if (key1->u32[1] < key2->u32[1]) in keys_cmp() 482 if (key1->u32[1] > key2->u32[1]) in keys_cmp() 498 const union ubifs_key *key1, in keys_eq() argument 501 if (key1->u32[0] != key2->u32[0]) in keys_eq() 503 if (key1->u32[1] != key2->u32[1]) in keys_eq()
|
| H A D | tnc_misc.c | 358 const union ubifs_key *key1, *key2; in read_znode() local 360 key1 = &znode->zbranch[i].key; in read_znode() 363 cmp = keys_cmp(c, key1, key2); in read_znode() 368 } else if (cmp == 0 && !is_hash_key(c, key1)) { in read_znode() 453 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local 475 key_read(c, node + UBIFS_KEY_OFFSET, &key1); in ubifs_tnc_read_node() 476 if (!keys_eq(c, key, &key1)) { in ubifs_tnc_read_node() 480 dbg_tnck(&key1, "but found node's key "); in ubifs_tnc_read_node()
|
| H A D | tnc.c | 1698 union ubifs_key key1; in validate_data_node() local 1721 key_read(c, buf + UBIFS_KEY_OFFSET, &key1); in validate_data_node() 1722 if (!keys_eq(c, &zbr->key, &key1)) { in validate_data_node() 1726 dbg_tnck(&key1, "found node's key "); in validate_data_node() 1893 union ubifs_key *key, *key1; in correct_parent_keys() local 1899 key1 = &znode->parent->zbranch[0].key; in correct_parent_keys() 1901 while (keys_cmp(c, key, key1) < 0) { in correct_parent_keys() 1902 key_copy(c, key, key1); in correct_parent_keys() 1907 key1 = &znode->parent->zbranch[0].key; in correct_parent_keys() 1979 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local [all …]
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 294 uint32_t key1[key.len], key2[key.len]; in rsa_mod_exp_sw() local 296 key.modulus = key1; in rsa_mod_exp_sw()
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | rkce_core.h | 165 uint8_t key1[RKCE_AES_KEYSIZE_256]; // offset 0x00 member 183 uint8_t key1[RKCE_AES_KEYSIZE_256]; // offset 0x00 member
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 710 memset(td_buf->key1, 0x00, sizeof(td_buf->key1)); in rk_set_symm_td_buf_key() 714 memcpy(td_buf->key1, ctx->key, ctx->key_len); in rk_set_symm_td_buf_key() 717 memcpy(td_buf->key1, ctx->key, ctx->key_len); in rk_set_symm_td_buf_key() 722 memcpy(td_buf->key1 + DES_KEYSIZE * 2, td_buf->key1, DES_KEYSIZE); in rk_set_symm_td_buf_key()
|
| H A D | rkce_core.c | 505 td->key_addr = rkce_cma_virt2phys(buf->key1); in rkce_init_symm_td()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 111 #define CIPHER_XTS_TEST(algo_type, mode_type, key1, key2, iv_val, in, out) { \ argument 116 .key = (key1), \ 118 .key_len = sizeof(key1), \
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3399-evb.dts | 43 vol-up-key1 {
|