Searched refs:key_hash (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/fs/ubifs/ |
| H A D | key.h | 144 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() 179 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() 212 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() 230 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() 362 static inline uint32_t key_hash(const struct ubifs_info *c, in key_hash() function
|
| H A D | sb.c | 165 sup->key_hash = UBIFS_KEY_HASH_R5; in create_default_filesystem() 270 c->key_hash = key_r5_hash; in create_default_filesystem() 355 if (!c->key_hash) { in validate_sb() 582 switch (sup->key_hash) { in ubifs_read_superblock() 584 c->key_hash = key_r5_hash; in ubifs_read_superblock() 589 c->key_hash = key_test_hash; in ubifs_read_superblock()
|
| H A D | ubifs-media.h | 617 __u8 key_hash; member
|
| H A D | gc.c | 199 uint32_t hasha = key_hash(c, &sa->key); in nondata_nodes_cmp() 200 uint32_t hashb = key_hash(c, &sb->key); in nondata_nodes_cmp()
|
| H A D | debug.c | 117 get_key_type(type), key_hash(c, key)); in dbg_snprintf_key() 334 (int)sup->key_hash, get_key_hash(sup->key_hash)); in ubifs_dump_node()
|
| H A D | ubifs.h | 1917 uint32_t (*key_hash)(const char *str, int len); member
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | fsl_validate.c | 538 int key_hash = 0; in calc_esbchdr_esbc_hash() local 567 key_hash = 1; in calc_esbchdr_esbc_hash() 571 if (!key_hash && check_ie(img)) in calc_esbchdr_esbc_hash() 572 key_hash = 1; in calc_esbchdr_esbc_hash() 576 if (!key_hash) { in calc_esbchdr_esbc_hash() 579 key_hash = 1; in calc_esbchdr_esbc_hash() 584 if (!key_hash) in calc_esbchdr_esbc_hash()
|