Home
last modified time | relevance | path

Searched refs:hash_algorithm (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfsverity.h21 __u32 hash_algorithm; member
49 __u8 hash_algorithm; /* Merkle tree hash algorithm */ member
/openbmc/linux/fs/verity/
H A Dopen.c31 unsigned int hash_algorithm, in fsverity_init_merkle_tree_params() argument
44 hash_alg = fsverity_get_hash_alg(inode, hash_algorithm); in fsverity_init_merkle_tree_params()
192 desc->hash_algorithm, in fsverity_create_info()
H A Denable.c199 desc->hash_algorithm = arg->hash_algorithm; in enable_verity()
224 arg->hash_algorithm, in enable_verity()
H A Dfsverity_private.h107 unsigned int hash_algorithm,
/openbmc/u-boot/lib/libavb/
H A Davb_hash_descriptor.h48 uint8_t hash_algorithm[32]; member
H A Davb_hashtree_descriptor.h58 uint8_t hash_algorithm[32]; member
H A Davb_slot_verify.c277 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
284 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
1007 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta()
1010 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1013 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
/openbmc/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_image.h206 u8 hash_algorithm; member
236 u8 hash_algorithm; member
H A Dmpi30_cnfg.h830 struct mpi3_man17_hash_algorithm hash_algorithm[MPI3_MAN17_HASH_ALGORITHM_MAX]; member
1531 u8 hash_algorithm; member
/openbmc/linux/security/integrity/
H A Dintegrity.h157 __u8 hash_algorithm; /* Digest algorithm [enum hash_algo] */ member
/openbmc/linux/security/integrity/ima/
H A Dima_appraise.c258 .hash_type = IMA_VERITY_DIGSIG, .hash_algorithm = algo}; in calc_file_id_hash()
/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst104 __u32 hash_algorithm;
118 - ``hash_algorithm`` must be the identifier for the hash algorithm to
216 digest. It will match ``fsverity_enable_arg::hash_algorithm``.
427 __u8 hash_algorithm; /* Merkle tree hash algorithm */
/openbmc/linux/fs/btrfs/
H A Dsend.c5174 le8_to_cpu(desc->hash_algorithm)); in send_verity()