Searched defs:code_sign_descriptor (Results 1 – 1 of 1) sorted by relevance
16 struct code_sign_descriptor { struct17 __u8 version; /* must be 1 */18 __u8 hash_algorithm; /* Merkle tree hash algorithm */19 __u8 log_blocksize; /* log2 of size of data and tree blocks */20 __u8 salt_size; /* size of salt in bytes; 0 if none */21 __le32 sig_size; /* size of signature in bytes; 0 if none */22 __le64 data_size; /* size of file the Merkle tree is built over */23 __u8 root_hash[64]; /* Merkle tree root hash */24 __u8 salt[32]; /* salt prepended to each hashed block */25 __u32 flags;[all …]