Lines Matching refs:size
31 * Largest digest size among all hash algorithms supported by fs-verity.
32 * Currently assumed to be <= size of fsverity_descriptor::root_hash.
40 unsigned int digest_size; /* digest size in bytes, e.g. 32 for SHA-256 */
41 unsigned int block_size; /* block size in bytes, e.g. 64 for SHA-256 */
50 unsigned int block_size; /* size of data and tree blocks */
55 u64 tree_size; /* Merkle tree size in bytes */
93 __u8 log_blocksize; /* log2 of size of data and tree blocks */
94 __u8 salt_size; /* size of salt in bytes; 0 if none */
95 __le32 sig_size; /* size of signature in bytes; 0 if none */
96 __le64 data_size; /* size of file the Merkle tree is built over */
103 /* Arbitrary limit to bound the kmalloc() size. Can be changed. */
140 const void *data, size_t size, u8 *out);