Searched refs:key_hash (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | key.h | 145 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() 180 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() 213 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() 231 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() 363 static inline uint32_t key_hash(const struct ubifs_info *c, in key_hash() function
|
| H A D | sb.c | 166 sup->key_hash = UBIFS_KEY_HASH_R5; in create_default_filesystem() 271 c->key_hash = key_r5_hash; in create_default_filesystem() 356 if (!c->key_hash) { in validate_sb() 583 switch (sup->key_hash) { in ubifs_read_superblock() 585 c->key_hash = key_r5_hash; in ubifs_read_superblock() 590 c->key_hash = key_test_hash; in ubifs_read_superblock()
|
| H A D | ubifs-media.h | 618 __u8 key_hash; member
|
| H A D | gc.c | 200 uint32_t hasha = key_hash(c, &sa->key); in nondata_nodes_cmp() 201 uint32_t hashb = key_hash(c, &sb->key); in nondata_nodes_cmp()
|
| H A D | debug.c | 118 get_key_type(type), key_hash(c, key)); in dbg_snprintf_key() 335 (int)sup->key_hash, get_key_hash(sup->key_hash)); in ubifs_dump_node()
|
| H A D | ubifs.h | 1918 uint32_t (*key_hash)(const char *str, int len); member
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | fsl_validate.c | 539 int key_hash = 0; in calc_esbchdr_esbc_hash() local 568 key_hash = 1; in calc_esbchdr_esbc_hash() 572 if (!key_hash && check_ie(img)) in calc_esbchdr_esbc_hash() 573 key_hash = 1; in calc_esbchdr_esbc_hash() 577 if (!key_hash) { in calc_esbchdr_esbc_hash() 580 key_hash = 1; in calc_esbchdr_esbc_hash() 585 if (!key_hash) in calc_esbchdr_esbc_hash()
|