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

/u-boot/fs/ubifs/
H A Dkey.h144 uint32_t hash = c->key_hash(nm->name, nm->len);
179 uint32_t hash = c->key_hash(nm->name, nm->len);
212 uint32_t hash = c->key_hash(nm->name, nm->len);
230 uint32_t hash = c->key_hash(nm->name, nm->len);
358 * key_hash - get directory entry hash.
362 static inline uint32_t key_hash(const struct ubifs_info *c, function
H A Dsb.c167 sup->key_hash = UBIFS_KEY_HASH_R5;
272 c->key_hash = key_r5_hash;
357 if (!c->key_hash) {
584 switch (sup->key_hash) {
586 c->key_hash = key_r5_hash;
591 c->key_hash = key_test_hash;
H A Dubifs-media.h589 * @key_hash: type of hash function used in keys
617 __u8 key_hash; member in struct:ubifs_sb_node
H A Dgc.c201 uint32_t hasha = key_hash(c, &sa->key);
202 uint32_t hashb = key_hash(c, &sb->key);
H A Ddebug.c121 get_key_type(type), key_hash(c, key));
340 (int)sup->key_hash, get_key_hash(sup->key_hash));
H A Dubifs.h1677 * @key_hash: direntry key hash function
1917 uint32_t (*key_hash)(const char *str, int len); member in struct:ubifs_info
/u-boot/board/freescale/common/
H A Dfsl_validate.c542 int key_hash = 0; local
571 key_hash = 1;
575 if (!key_hash && check_ie(img))
576 key_hash = 1;
580 if (!key_hash) {
583 key_hash = 1;
588 if (!key_hash) {

Completed in 112 milliseconds