Searched refs:match_preparse (Results 1 – 6 of 6) sorted by relevance
48 * overridden by type->match_preparse(). Should return true if a match55 void *preparsed; /* For ->match_preparse() to stash stuff */108 int (*match_preparse)(struct key_match_data *match_data); member 111 * ->match_preparse() is supplied. */
83 .match_preparse = nvme_tls_psk_match_preparse,
328 .match_preparse = dns_resolver_match_preparse,
604 if (type->match_preparse) { in request_key_and_link() 605 ret = type->match_preparse(&ctx.match_data); in request_key_and_link()
960 if (type->match_preparse) { in keyring_search() 961 ret = type->match_preparse(&ctx.match_data); in keyring_search()
605 .match_preparse = asymmetric_key_match_preparse,