Searched refs:fc_data (Results 1 – 3 of 3) sorted by relevance
33 struct fc_data { struct39 void cil_post_fc_fill_data(struct fc_data *fc, char *path); argument
82 void cil_post_fc_fill_data(struct fc_data *fc, char *path) in cil_post_fc_fill_data()121 struct fc_data *a_data = cil_malloc(sizeof(*a_data)); in cil_post_filecon_compare()122 struct fc_data *b_data = cil_malloc(sizeof(*b_data)); in cil_post_filecon_compare()
1064 uint8_t *fc_data = NULL; in compute_file_contexts_hash() local1090 fc_data = realloc(fc_data, total_size + sb.st_size); in compute_file_contexts_hash()1091 if (!fc_data) { in compute_file_contexts_hash()1097 memcpy(fc_data + total_size, map, sb.st_size); in compute_file_contexts_hash()1107 SHA1(fc_data, total_size, c_digest); in compute_file_contexts_hash()1115 free(fc_data); in compute_file_contexts_hash()