Lines Matching defs:hash
14 #include <crypto/hash.h>
602 char hash[ECRYPTFS_TAG_70_DIGEST_SIZE];
746 "allocate hash crypto context; rc = [%d]\n",
763 s->hash);
766 "%s: Error computing crypto hash; rc = [%d]\n",
772 s->hash[(s->j % ECRYPTFS_TAG_70_DIGEST_SIZE)];
775 rc = crypto_shash_digest(s->hash_desc, (u8 *)s->hash,
780 "%s: Error computing crypto hash; "
784 memcpy(s->hash, s->tmp_hash,
1460 /* TODO: finish the hash mapping */
1487 ecryptfs_printk(KERN_ERR, "Unsupported hash algorithm: "
2369 dest[(*packet_size)++] = 0x60; /* hash iterations (65536) */