Home
last modified time | relevance | path

Searched refs:fsverity_get_digest (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/verity/
Dmeasure.c83 int fsverity_get_digest(struct inode *inode, in fsverity_get_digest() function
102 EXPORT_SYMBOL_GPL(fsverity_get_digest);
/Linux-v6.6/include/linux/
Dfsverity.h145 int fsverity_get_digest(struct inode *inode,
199 static inline int fsverity_get_digest(struct inode *inode, in fsverity_get_digest() function
/Linux-v6.6/security/integrity/ima/
Dima_api.c214 digest_len = fsverity_get_digest(iint->inode, hash->digest, NULL, &alg); in ima_get_verity_digest()
/Linux-v6.6/fs/overlayfs/
Dutil.c1308 digest_size = fsverity_get_digest(d_inode(datapath->dentry), actual_digest, in ovl_validate_verity()
1341 digest_size = fsverity_get_digest(d_inode(src->dentry), in ovl_get_verity_digest()