Home
last modified time | relevance | path

Searched refs:fsverity_info (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/verity/
H A Dfsverity_private.h66 struct fsverity_info { struct
111 struct fsverity_info *fsverity_create_info(const struct inode *inode,
114 void fsverity_set_info(struct inode *inode, struct fsverity_info *vi);
116 void fsverity_free_info(struct fsverity_info *vi);
127 int fsverity_verify_signature(const struct fsverity_info *vi,
133 fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
H A Dopen.c180 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()
414 fsverity_info, in fsverity_init_info_cache()
H A Dmeasure.c27 const struct fsverity_info *vi; in fsverity_ioctl_measure()
87 const struct fsverity_info *vi; in fsverity_get_digest()
H A Dverify.c19 static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage, in is_hash_block_verified()
92 verify_data_block(struct inode *inode, struct fsverity_info *vi, in verify_data_block()
250 struct fsverity_info *vi = inode->i_verity_info; in verify_data_blocks()
H A Dread_metadata.c16 const struct fsverity_info *vi, in fsverity_read_merkle_tree()
154 const struct fsverity_info *vi; in fsverity_ioctl_read_metadata()
H A Dsignature.c48 int fsverity_verify_signature(const struct fsverity_info *vi, in fsverity_verify_signature()
H A Denable.c191 struct fsverity_info *vi; in enable_verity()
/openbmc/linux/include/linux/
H A Dfsverity.h127 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
179 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
H A Dfs.h72 struct fsverity_info;
747 struct fsverity_info *i_verity_info;