Searched refs:req_xattr_name (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/security/integrity/evm/ |
| D | evm_crypto.c | 214 const char *req_xattr_name, in evm_calc_hmac_or_hash() argument 252 if ((req_xattr_name && req_xattr_value) in evm_calc_hmac_or_hash() 253 && !strcmp(xattr->name, req_xattr_name)) { in evm_calc_hmac_or_hash() 261 pr_debug("%s: (%zu) [%*phN]\n", req_xattr_name, in evm_calc_hmac_or_hash() 266 dump_security_xattr(req_xattr_name, in evm_calc_hmac_or_hash() 310 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, in evm_calc_hmac() argument 314 return evm_calc_hmac_or_hash(dentry, req_xattr_name, req_xattr_value, in evm_calc_hmac() 318 int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name, in evm_calc_hash() argument 322 return evm_calc_hmac_or_hash(dentry, req_xattr_name, req_xattr_value, in evm_calc_hash()
|
| D | evm.h | 54 const char *req_xattr_name, 57 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, 60 int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name,
|
| D | evm_main.c | 286 static int evm_protected_xattr_common(const char *req_xattr_name, in evm_protected_xattr_common() argument 293 namelen = strlen(req_xattr_name); in evm_protected_xattr_common() 299 && (strncmp(req_xattr_name, xattr->name, namelen) == 0)) { in evm_protected_xattr_common() 303 if (strncmp(req_xattr_name, in evm_protected_xattr_common() 305 strlen(req_xattr_name)) == 0) { in evm_protected_xattr_common() 314 static int evm_protected_xattr(const char *req_xattr_name) in evm_protected_xattr() argument 316 return evm_protected_xattr_common(req_xattr_name, false); in evm_protected_xattr() 319 int evm_protected_xattr_if_enabled(const char *req_xattr_name) in evm_protected_xattr_if_enabled() argument 321 return evm_protected_xattr_common(req_xattr_name, true); in evm_protected_xattr_if_enabled()
|
| /Linux-v5.15/include/linux/ |
| D | evm.h | 41 extern int evm_protected_xattr_if_enabled(const char *req_xattr_name); 121 static inline int evm_protected_xattr_if_enabled(const char *req_xattr_name) in evm_protected_xattr_if_enabled() argument
|