Searched refs:match_preparse (Results 1 – 6 of 6) sorted by relevance
115 int (*match_preparse)(struct key_match_data *match_data); member
534 if (type->match_preparse) { in request_key_and_link()535 ret = type->match_preparse(&ctx.match_data); in request_key_and_link()
905 if (type->match_preparse) { in keyring_search()906 ret = type->match_preparse(&ctx.match_data); in keyring_search()
257 .match_preparse = dns_resolver_match_preparse,
367 .match_preparse = asymmetric_key_match_preparse,
889 the description specified according to the key type's match_preparse()1235 (*) int (*match_preparse)(struct key_match_data *match_data);1276 If match_preparse() is not provided, keys of this type will be matched1283 match_data->preparsed after a successful call to match_preparse().