Searched refs:req_xattr_name (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/security/integrity/evm/
H A Devm.h40 const char *req_xattr_name,
43 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name,
46 int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name,
H A Devm_crypto.c129 const char *req_xattr_name, evm_calc_hmac_or_hash()
150 if ((req_xattr_name && req_xattr_value) evm_calc_hmac_or_hash()
151 && !strcmp(*xattrname, req_xattr_name)) { evm_calc_hmac_or_hash()
178 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, evm_calc_hmac() argument
182 return evm_calc_hmac_or_hash(dentry, req_xattr_name, req_xattr_value, evm_calc_hmac()
186 int evm_calc_hash(struct dentry *dentry, const char *req_xattr_name, evm_calc_hash() argument
190 return evm_calc_hmac_or_hash(dentry, req_xattr_name, req_xattr_value, evm_calc_hash()
128 evm_calc_hmac_or_hash(struct dentry *dentry, const char *req_xattr_name, const char *req_xattr_value, size_t req_xattr_value_len, char type, char *digest) evm_calc_hmac_or_hash() argument
H A Devm_main.c191 static int evm_protected_xattr(const char *req_xattr_name) evm_protected_xattr() argument
197 namelen = strlen(req_xattr_name); evm_protected_xattr()
200 && (strncmp(req_xattr_name, *xattrname, namelen) == 0)) { evm_protected_xattr()
204 if (strncmp(req_xattr_name, evm_protected_xattr()
206 strlen(req_xattr_name)) == 0) { evm_protected_xattr()

Completed in 84 milliseconds