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

/external/openssh/regress/
H A Dssh-com-keygen.sh30 COMPRV=${OBJ}/comkey
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h109 char *comkey; /* common name */ member in struct:class_datum
/external/libsepol/src/
H A Dpolicydb.c1124 if (cladatum->comkey)
1125 free(cladatum->comkey);
2052 cladatum->comkey = malloc(len2 + 1);
2053 if (!cladatum->comkey)
2055 rc = next_entry(cladatum->comkey, fp, len2);
2058 cladatum->comkey[len2] = 0;
2061 cladatum->comkey);
2063 ERR(fp->handle, "unknown common %s", cladatum->comkey);
H A Dwrite.c923 if (cladatum->comkey)
924 len2 = strlen(cladatum->comkey);
951 if (cladatum->comkey) {
952 items = put_entry(cladatum->comkey, 1, len2, fp);
H A Dexpand.c457 if (class->comkey) {
458 new_class->comkey = strdup(class->comkey);
459 if (!new_class->comkey) {
466 new_class->comkey);
469 new_class->comkey);
/external/checkpolicy/
H A Dpolicy_define.c594 cladatum->comkey = id;

Completed in 84 milliseconds