Home
last modified time | relevance | path

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

/security/integrity/ima/
Dima_appraise.c644 const struct evm_ima_xattr_data *xvalue = xattr_value; in ima_inode_setxattr() local
652 if (!xattr_value_len || (xvalue->type >= IMA_XATTR_LAST)) in ima_inode_setxattr()
655 err = validate_hash_algo(dentry, xvalue, xattr_value_len); in ima_inode_setxattr()
659 digsig = (xvalue->type == EVM_IMA_XATTR_DIGSIG); in ima_inode_setxattr()
661 digsig = (xvalue->type == EVM_XATTR_PORTABLE_DIGSIG); in ima_inode_setxattr()