Home
last modified time | relevance | path

Searched defs:incfs_file_signature (Results 1 – 1 of 1) sorted by relevance

/fs/incfs/
Dformat.h221 struct incfs_file_signature { struct
222 struct incfs_md_header sg_header;
224 __u8 sg_hash_alg; /* Value from incfs_hash_tree_algorithm */
226 __le32 sg_hash_tree_size; /* The size of the hash tree. */
228 __le64 sg_hash_tree_offset; /* Hash tree offset in the backing file */
230 __u8 sg_root_hash[INCFS_MAX_HASH_SIZE];
232 __le32 sg_sig_size; /* The size of the pkcs7 signature. */
234 __le64 sg_sig_offset; /* pkcs7 signature's offset in the backing file */
236 __le32 sg_add_data_size; /* The size of the additional data. */
238 __le64 sg_add_data_offset; /* Additional data's offset */