Searched refs:fsverity_info (Results 1 – 7 of 7) sorted by relevance
/fs/verity/ |
D | fsverity_private.h | 70 struct fsverity_info { struct 120 struct fsverity_info *fsverity_create_info(const struct inode *inode, 123 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi); 125 void fsverity_free_info(struct fsverity_info *vi); 136 int fsverity_verify_signature(const struct fsverity_info *vi, 142 fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
D | open.c | 180 struct fsverity_info *fsverity_create_info(const struct inode *inode, in fsverity_create_info() 183 struct fsverity_info *vi; in fsverity_create_info() 252 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi) in fsverity_set_info() 271 void fsverity_free_info(struct fsverity_info *vi) in fsverity_free_info() 364 struct fsverity_info *vi = fsverity_get_info(inode); in ensure_verity_info() 413 fsverity_info_cachep = KMEM_CACHE_USERCOPY(fsverity_info, in fsverity_init_info_cache()
|
D | verify.c | 15 static inline int cmp_hashes(const struct fsverity_info *vi, in cmp_hashes() 51 static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage, in is_hash_block_verified() 124 verify_data_block(struct inode *inode, struct fsverity_info *vi, in verify_data_block() 268 verify_data_blocks(struct inode *inode, struct fsverity_info *vi, in verify_data_blocks() 308 struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_blocks() 341 struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_bio()
|
D | measure.c | 27 const struct fsverity_info *vi; in fsverity_ioctl_measure() 76 const struct fsverity_info *vi; in fsverity_get_digest()
|
D | read_metadata.c | 16 const struct fsverity_info *vi, in fsverity_read_merkle_tree() 154 const struct fsverity_info *vi; in fsverity_ioctl_read_metadata()
|
D | signature.c | 40 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
|
D | enable.c | 199 struct fsverity_info *vi; in enable_verity()
|