Home
last modified time | relevance | path

Searched refs:hash_section (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c97 struct hash_section { struct
109 struct hash_section hash_section; argument
124 .hash_section_size = sizeof(struct hash_section), in format_signature()
125 .hash_section = in format_signature()
126 (struct hash_section){ in format_signature()
135 memcpy(sb->hash_section.hash, root_hash, SHA256_DIGEST_SIZE); in format_signature()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dverity.c406 } __packed hash_section; in incfs_add_signature_record() member
412 cpu_to_le32(sizeof(sig.hash_section)), in incfs_add_signature_record()
413 .hash_section = { in incfs_add_signature_record()
476 memcpy(sig.hash_section.root_hash, hash.data, alg->digest_size); in incfs_add_signature_record()