Searched refs:preparsed (Results 1 – 3 of 3) sorted by relevance
251 const struct asymmetric_key_id *match_id = match_data->preparsed; in asymmetric_key_cmp()264 const struct asymmetric_key_id *match_id = match_data->preparsed; in asymmetric_key_cmp_partial()310 match_data->preparsed = match_id; in asymmetric_key_match_preparse()324 kfree(match_data->preparsed); in asymmetric_key_match_free()
54 void *preparsed; /* For ->match_preparse() to stash stuff */ member
1474 void *preparsed;1494 and may attach something to the preparsed pointer for use by ``(*cmp)()``.1497 If preparsed is set, it may be necessary to use the match_free() method to1513 match_data->preparsed after a successful call to match_preparse().