Home
last modified time | relevance | path

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

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