Searched defs:salt_size (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | fsverity.h | 26 uint32_t salt_size; member
|
/third_party/fsverity-utils/common/ |
H A D | fsverity_uapi.h | 25 __u32 salt_size; member 53 __u8 salt_size; /* size of salt in bytes; 0 if none */ member
|
/third_party/fsverity-utils/include/ |
H A D | libfsverity.h | 56 uint32_t salt_size; member
|
/third_party/fsverity-utils/lib/ |
H A D | compute_digest.c | 28 hash_one_block(struct hash_ctx *hash, struct block_buffer *cur, u32 block_size, const u8 *salt, u32 salt_size) hash_one_block() argument 103 compute_root_hash(void *fd, libfsverity_read_fn_t read_fn, u64 file_size, struct hash_ctx *hash, u32 block_size, const u8 *salt, u32 salt_size, const struct libfsverity_metadata_callbacks *metadata_cbs, u8 *root_hash) compute_root_hash() argument [all...] |
Completed in 2 milliseconds