Home
last modified time | relevance | path

Searched defs:req_xattr_name (Results 1 – 3 of 3) sorted by relevance

/linux/security/integrity/evm/
H A Devm_crypto.c221 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) evm_calc_hmac_or_hash() argument
315 evm_calc_hmac(struct dentry * dentry,const char * req_xattr_name,const char * req_xattr_value,size_t req_xattr_value_len,struct evm_digest * data,struct evm_iint_cache * iint) evm_calc_hmac() argument
324 evm_calc_hash(struct dentry * dentry,const char * req_xattr_name,const char * req_xattr_value,size_t req_xattr_value_len,char type,struct evm_digest * data,struct evm_iint_cache * iint) evm_calc_hash() argument
H A Devm_main.c299 static int evm_protected_xattr_common(const char *req_xattr_name, in evm_protected_xattr_common()
327 int evm_protected_xattr(const char *req_xattr_name) in evm_protected_xattr()
332 int evm_protected_xattr_if_enabled(const char *req_xattr_name) in evm_protected_xattr_if_enabled()
/linux/include/linux/
H A Devm.h69 static inline int evm_protected_xattr_if_enabled(const char *req_xattr_name) in evm_protected_xattr_if_enabled()