Home
last modified time | relevance | path

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

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