Home
last modified time | relevance | path

Searched refs:INCFS_HASH_TREE_SHA256 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dintegrity.c17 .id = INCFS_HASH_TREE_SHA256 in incfs_get_hash_alg()
22 if (id == INCFS_HASH_TREE_SHA256) { in incfs_get_hash_alg()
112 si->hash_algorithm != INCFS_HASH_TREE_SHA256) in incfs_parse_signature()
H A Dverity.c146 return INCFS_HASH_TREE_SHA256; in incfs_convert_fsverity_hash_alg()
414 .hash_algorithm = cpu_to_le32(INCFS_HASH_TREE_SHA256), in incfs_add_signature_record()
425 struct incfs_hash_alg *alg = incfs_get_hash_alg(INCFS_HASH_TREE_SHA256); in incfs_add_signature_record()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dincrementalfs.h292 INCFS_HASH_TREE_SHA256 = 1 enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c127 .algorithm = INCFS_HASH_TREE_SHA256, in format_signature()