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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dpolicydb.h54 char *comkey; /* common name */ member in struct:class_datum
H A Dpolicydb.c509 kfree(cladatum->comkey);
1079 cladatum->comkey = kmalloc(len2 + 1,GFP_KERNEL);
1080 if (!cladatum->comkey) {
1084 rc = next_entry(cladatum->comkey, fp, len2);
1087 cladatum->comkey[len2] = 0;
1090 cladatum->comkey);
1093 cladatum->comkey);

Completed in 44 milliseconds