Home
last modified time | relevance | path

Searched refs:sg_root_hash (Results 1 – 3 of 3) sorted by relevance

/fs/incfs/
Dformat.h230 __u8 sg_root_hash[INCFS_MAX_HASH_SIZE]; member
Dformat.c314 if (root_hash.len > sizeof(sg.sg_root_hash)) in incfs_write_signature_to_backing_file()
372 memcpy(sg.sg_root_hash, root_hash.data, root_hash.len); in incfs_write_signature_to_backing_file()
Ddata_mgmt.c893 range(sg->sg_root_hash, sizeof(sg->sg_root_hash))); in process_file_signature_md()