Searched refs:fsverity_get_digest (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | fsverity.h | 145 int fsverity_get_digest(struct inode *inode, 199 static inline int fsverity_get_digest(struct inode *inode, in fsverity_get_digest() function
|
/linux-6.12.1/fs/verity/ |
D | measure.c | 85 int fsverity_get_digest(struct inode *inode, in fsverity_get_digest() function 104 EXPORT_SYMBOL_GPL(fsverity_get_digest);
|
/linux-6.12.1/security/ipe/ |
D | eval.c | 207 if (!fsverity_get_digest((struct inode *)ctx->ino, in evaluate_fsv_digest()
|
/linux-6.12.1/security/integrity/ima/ |
D | ima_api.c | 215 digest_len = fsverity_get_digest(inode, hash->digest, NULL, &alg); in ima_get_verity_digest()
|
/linux-6.12.1/fs/overlayfs/ |
D | util.c | 1425 digest_size = fsverity_get_digest(d_inode(datapath->dentry), actual_digest, in ovl_validate_verity() 1458 digest_size = fsverity_get_digest(d_inode(src->dentry), in ovl_get_verity_digest()
|