Searched refs:req_xattr_name (Results 1 - 4 of 4) sorted by last modified time

/linux-master/security/integrity/evm/
H A Devm_main.c299 static int evm_protected_xattr_common(const char *req_xattr_name, argument
306 namelen = strlen(req_xattr_name);
312 && (strncmp(req_xattr_name, xattr->name, namelen) == 0)) {
316 if (strncmp(req_xattr_name,
318 strlen(req_xattr_name)) == 0) {
327 int evm_protected_xattr(const char *req_xattr_name) argument
329 return evm_protected_xattr_common(req_xattr_name, false);
332 int evm_protected_xattr_if_enabled(const char *req_xattr_name) argument
334 return evm_protected_xattr_common(req_xattr_name, true);
H A Devm_crypto.c221 const char *req_xattr_name,
261 if ((req_xattr_name && req_xattr_value)
262 && !strcmp(xattr->name, req_xattr_name)) {
269 dump_security_xattr(req_xattr_name,
315 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, argument
319 return evm_calc_hmac_or_hash(dentry, req_xattr_name, req_xattr_value,
324 int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name, argument
328 return evm_calc_hmac_or_hash(dentry, req_xattr_name, req_xattr_value,
220 evm_calc_hmac_or_hash(struct dentry *dentry, const char *req_xattr_name, const char *req_xattr_value, size_t req_xattr_value_len, uint8_t type, struct evm_digest *data, struct evm_iint_cache *iint) argument
H A Devm.h69 int evm_protected_xattr(const char *req_xattr_name);
73 const char *req_xattr_name,
76 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name,
80 int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name,
/linux-master/include/linux/
H A Devm.h25 extern int evm_protected_xattr_if_enabled(const char *req_xattr_name);
69 static inline int evm_protected_xattr_if_enabled(const char *req_xattr_name) argument

Completed in 166 milliseconds