Home
last modified time | relevance | path

Searched refs:key_hash (Results 1 – 7 of 7) sorted by relevance

/u-boot/fs/ubifs/
A Dkey.h144 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
A Dsb.c167 sup->key_hash = UBIFS_KEY_HASH_R5; in create_default_filesystem()
272 c->key_hash = key_r5_hash; in create_default_filesystem()
357 if (!c->key_hash) { in validate_sb()
584 switch (sup->key_hash) { in ubifs_read_superblock()
586 c->key_hash = key_r5_hash; in ubifs_read_superblock()
591 c->key_hash = key_test_hash; in ubifs_read_superblock()
A Dubifs-media.h617 __u8 key_hash; member
A Dgc.c201 uint32_t hasha = key_hash(c, &sa->key); in nondata_nodes_cmp()
202 uint32_t hashb = key_hash(c, &sb->key); in nondata_nodes_cmp()
A Ddebug.c119 get_key_type(type), key_hash(c, key)); in dbg_snprintf_key()
336 (int)sup->key_hash, get_key_hash(sup->key_hash)); in ubifs_dump_node()
A Dubifs.h1917 uint32_t (*key_hash)(const char *str, int len); member
/u-boot/board/freescale/common/
A Dfsl_validate.c540 int key_hash = 0; in calc_esbchdr_esbc_hash() local
569 key_hash = 1; in calc_esbchdr_esbc_hash()
573 if (!key_hash && check_ie(img)) in calc_esbchdr_esbc_hash()
574 key_hash = 1; in calc_esbchdr_esbc_hash()
578 if (!key_hash) { in calc_esbchdr_esbc_hash()
581 key_hash = 1; in calc_esbchdr_esbc_hash()
586 if (!key_hash) in calc_esbchdr_esbc_hash()

Completed in 23 milliseconds