Lines Matching refs:spec_t
69 * spec_t : It holds a pair of a key and an expected security context
76 } spec_t;
79 * catalog_t : An array of spec_t
84 spec_t specs[0];
94 spec_t *spec = &catalog->specs[catalog->nspec];
121 memset(spec, 0, sizeof(spec_t));
178 spec_t *spec;
197 spec_t *spec;
252 catalog = malloc(sizeof(catalog_t) + 32 * sizeof(spec_t));
310 + new_limit * sizeof(spec_t);
338 spec_t *spec = &catalog->specs[i];