Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/evm/
H A Devm_main.c309 int evm_protected_xattr(const char *req_xattr_name) in evm_protected_xattr() function
409 if (!evm_key_loaded() || !evm_protected_xattr(xattr_name)) in evm_verifyxattr()
495 } else if (!evm_protected_xattr(xattr_name)) { in evm_protect_xattr()
720 if (!evm_protected_xattr(xattr_name) && !posix_xattr_acl(xattr_name) && in evm_revalidate_status()
895 if (evm_protected_xattr(xattr->name)) in evm_inode_init_security()
H A Devm.h49 int evm_protected_xattr(const char *req_xattr_name);
H A Devm_crypto.c401 if (!evm_protected_xattr(xattr->name)) in evm_init_hmac()