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.c1103 if (cladatum->comkey) in class_destroy()
1104 free(cladatum->comkey); in class_destroy()
2031 cladatum->comkey = malloc(len2 + 1); in class_read()
2032 if (!cladatum->comkey) in class_read()
2034 rc = next_entry(cladatum->comkey, fp, len2); in class_read()
2037 cladatum->comkey[len2] = 0; in class_read()
2040 cladatum->comkey); in class_read()
2042 ERR(fp->handle, "unknown common %s", cladatum->comkey); in class_read()
Dexpand.c420 if (class->comkey) { in class_copy_callback()
421 new_class->comkey = strdup(class->comkey); in class_copy_callback()
422 if (!new_class->comkey) { in class_copy_callback()
429 new_class->comkey); in class_copy_callback()
432 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.c498 cladatum->comkey = id; in define_av_perms()