Home
last modified time | relevance | path

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

/security/apparmor/
Dpath.c30 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() argument
32 buflen -= namelen; in prepend()
35 *buffer -= namelen; in prepend()
36 memcpy(*buffer, str, namelen); in prepend()
/security/integrity/ima/
Dima_fs.c121 int namelen; in ima_measurements_show() local
142 namelen = strlen(e->template_desc->name); in ima_measurements_show()
143 ima_putc(m, &namelen, sizeof(namelen)); in ima_measurements_show()
146 ima_putc(m, e->template_desc->name, namelen); in ima_measurements_show()
/security/integrity/evm/
Devm_main.c190 int namelen; in evm_protected_xattr() local
193 namelen = strlen(req_xattr_name); in evm_protected_xattr()
195 if ((strlen(*xattrname) == namelen) in evm_protected_xattr()
196 && (strncmp(req_xattr_name, *xattrname, namelen) == 0)) { in evm_protected_xattr()