Searched refs:preparsed (Results 1 – 3 of 3) sorted by relevance
254 const struct asymmetric_key_id *match_id = match_data->preparsed; in asymmetric_key_cmp()267 const struct asymmetric_key_id *match_id = match_data->preparsed; in asymmetric_key_cmp_partial()313 match_data->preparsed = match_id; in asymmetric_key_match_preparse()327 kfree(match_data->preparsed); in asymmetric_key_match_free()
65 void *preparsed; /* For ->match_preparse() to stash stuff */ member
1342 void *preparsed;1362 and may attach something to the preparsed pointer for use by ``(*cmp)()``.1365 If preparsed is set, it may be necessary to use the match_free() method to1381 match_data->preparsed after a successful call to match_preparse().