Home
last modified time | relevance | path

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

/security/apparmor/
Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() argument
27 buflen -= namelen; in prepend()
30 *buffer -= namelen; in prepend()
31 memcpy(*buffer, str, namelen); in prepend()
/security/integrity/ima/
Dima_fs.c133 u32 pcr, namelen, template_data_len; /* temporary fields */ in ima_measurements_show() local
157 namelen = !ima_canonical_fmt ? strlen(template_name) : in ima_measurements_show()
159 ima_putc(m, &namelen, sizeof(namelen)); in ima_measurements_show()
/security/integrity/evm/
Devm_main.c289 int namelen; in evm_protected_xattr_common() local
293 namelen = strlen(req_xattr_name); in evm_protected_xattr_common()
298 if ((strlen(xattr->name) == namelen) in evm_protected_xattr_common()
299 && (strncmp(req_xattr_name, xattr->name, namelen) == 0)) { in evm_protected_xattr_common()