Searched refs:preparsed (Results 1 – 3 of 3) sorted by relevance
151 const struct asymmetric_key_id *match_id = match_data->preparsed; in asymmetric_key_cmp()164 const struct asymmetric_key_id *match_id = match_data->preparsed; in asymmetric_key_cmp_partial()210 match_data->preparsed = match_id; in asymmetric_key_match_preparse()224 kfree(match_data->preparsed); in asymmetric_key_match_free()
67 void *preparsed; /* For ->match_preparse() to stash stuff */ member
1235 void *preparsed;1255 and may attach something to the preparsed pointer for use by (*cmp)().1258 If preparsed is set, it may be necessary to use the match_free() method to1274 match_data->preparsed after a successful call to match_preparse().