Home
last modified time | relevance | path

Searched refs:comkey (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/selinux/ss/
H A Dpolicydb.h54 char *comkey; /* common name */ member
H A Dpolicydb.c254 kfree(cladatum->comkey); in cls_destroy()
1328 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read()
1334 cladatum->comkey); in class_read()
1337 cladatum->comkey); in class_read()
3055 if (cladatum->comkey) in class_write()
3056 len2 = strlen(cladatum->comkey); in class_write()
3078 if (cladatum->comkey) { in class_write()
3079 rc = put_entry(cladatum->comkey, 1, len2, fp); in class_write()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dpolicydb.h54 char *comkey; /* common name */ member
H A Dpolicydb.c250 kfree(cladatum->comkey); in cls_destroy()
1323 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read()
1329 cladatum->comkey); in class_read()
1332 cladatum->comkey); in class_read()
3057 if (cladatum->comkey) in class_write()
3058 len2 = strlen(cladatum->comkey); in class_write()
3080 if (cladatum->comkey) { in class_write()
3081 rc = put_entry(cladatum->comkey, 1, len2, fp); in class_write()

Completed in 10 milliseconds