log_hash 354 fs/ubifs/auth.c c->log_hash = ubifs_hash_get_desc(c); log_hash 355 fs/ubifs/auth.c if (IS_ERR(c->log_hash)) log_hash 386 fs/ubifs/auth.c kfree(c->log_hash); log_hash 370 fs/ubifs/gc.c err = ubifs_shash_update(c, c->jheads[GCHD].log_hash, log_hash 402 fs/ubifs/gc.c err = ubifs_shash_update(c, c->jheads[GCHD].log_hash, log_hash 423 fs/ubifs/gc.c c->jheads[GCHD].log_hash); log_hash 282 fs/ubifs/journal.c err = ubifs_hash_nodes(c, buf, len, c->jheads[jhead].log_hash); log_hash 227 fs/ubifs/log.c bud->log_hash = NULL; log_hash 267 fs/ubifs/log.c err = ubifs_shash_update(c, c->log_hash, ref, UBIFS_REF_NODE_SZ); log_hash 271 fs/ubifs/log.c err = ubifs_shash_copy_state(c, c->log_hash, c->jheads[jhead].log_hash); log_hash 377 fs/ubifs/log.c err = ubifs_shash_init(c, c->log_hash); log_hash 381 fs/ubifs/log.c err = ubifs_shash_update(c, c->log_hash, cs, UBIFS_CS_NODE_SZ); log_hash 411 fs/ubifs/log.c err = ubifs_shash_update(c, c->log_hash, ref, log_hash 415 fs/ubifs/log.c ubifs_shash_copy_state(c, c->log_hash, c->jheads[i].log_hash); log_hash 527 fs/ubifs/log.c kfree(bud->log_hash); log_hash 562 fs/ubifs/replay.c static int authenticate_sleb_hash(struct ubifs_info *c, struct shash_desc *log_hash, u8 *hash) log_hash 568 fs/ubifs/replay.c ubifs_shash_copy_state(c, log_hash, hash_desc); log_hash 598 fs/ubifs/replay.c struct shash_desc *log_hash, int is_last) log_hash 617 fs/ubifs/replay.c err = authenticate_sleb_hash(c, log_hash, hash); log_hash 632 fs/ubifs/replay.c err = crypto_shash_update(log_hash, snod->node, log_hash 695 fs/ubifs/replay.c n_nodes = authenticate_sleb(c, sleb, b->bud->log_hash, is_last); log_hash 701 fs/ubifs/replay.c ubifs_shash_copy_state(c, b->bud->log_hash, log_hash 702 fs/ubifs/replay.c c->jheads[b->bud->jhead].log_hash); log_hash 916 fs/ubifs/replay.c bud->log_hash = ubifs_hash_get_desc(c); log_hash 917 fs/ubifs/replay.c if (IS_ERR(bud->log_hash)) { log_hash 918 fs/ubifs/replay.c err = PTR_ERR(bud->log_hash); log_hash 922 fs/ubifs/replay.c ubifs_shash_copy_state(c, c->log_hash, bud->log_hash); log_hash 1042 fs/ubifs/replay.c err = ubifs_shash_init(c, c->log_hash); log_hash 1046 fs/ubifs/replay.c err = ubifs_shash_update(c, c->log_hash, node, UBIFS_CS_NODE_SZ); log_hash 1096 fs/ubifs/replay.c err = ubifs_shash_update(c, c->log_hash, ref, log_hash 822 fs/ubifs/super.c c->jheads[i].log_hash = ubifs_hash_get_desc(c); log_hash 823 fs/ubifs/super.c if (IS_ERR(c->jheads[i].log_hash)) log_hash 838 fs/ubifs/super.c kfree(c->jheads[i].log_hash); log_hash 855 fs/ubifs/super.c kfree(c->jheads[i].log_hash); log_hash 715 fs/ubifs/ubifs.h struct shash_desc *log_hash; log_hash 731 fs/ubifs/ubifs.h struct shash_desc *log_hash; log_hash 1476 fs/ubifs/ubifs.h struct shash_desc *log_hash;