Home
last modified time | relevance | path

Searched refs:hashp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Ddabtree.h39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
H A Ddabtree.c100 __be32 *hashp) in xchk_da_btree_hash() argument
107 hash = be32_to_cpu(*hashp); in xchk_da_btree_hash()
/openbmc/qemu/target/i386/
H A Dsev.c1285 uint8_t *hashp; in sev_add_kernel_loader_hashes() local
1316 hashp = cmdline_hash; in sev_add_kernel_loader_hashes()
1318 ctx->cmdline_size, &hashp, &hash_len, errp) < 0) { in sev_add_kernel_loader_hashes()
1327 hashp = initrd_hash; in sev_add_kernel_loader_hashes()
1329 ctx->initrd_size, &hashp, &hash_len, errp) < 0) { in sev_add_kernel_loader_hashes()
1335 hashp = kernel_hash; in sev_add_kernel_loader_hashes()
1341 &hashp, &hash_len, errp) < 0) { in sev_add_kernel_loader_hashes()
/openbmc/linux/include/linux/
H A Duio.h363 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp,
/openbmc/linux/lib/
H A Diov_iter.c1237 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp, in hash_and_copy_to_iter() argument
1241 struct ahash_request *hash = hashp; in hash_and_copy_to_iter()