Home
last modified time | relevance | path

Searched refs:match_preparse (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dkey-type.h116 int (*match_preparse)(struct key_match_data *match_data); member
/linux-4.1.27/net/dns_resolver/
Ddns_key.c255 .match_preparse = dns_resolver_match_preparse,
/linux-4.1.27/security/keys/
Drequest_key.c531 if (type->match_preparse) { in request_key_and_link()
532 ret = type->match_preparse(&ctx.match_data); in request_key_and_link()
Dkeyring.c905 if (type->match_preparse) { in keyring_search()
906 ret = type->match_preparse(&ctx.match_data); in keyring_search()
/linux-4.1.27/crypto/asymmetric_keys/
Dasymmetric_type.c348 .match_preparse = asymmetric_key_match_preparse,
/linux-4.1.27/Documentation/security/
Dkeys.txt889 the description specified according to the key type's match_preparse()
1226 (*) int (*match_preparse)(struct key_match_data *match_data);
1267 If match_preparse() is not provided, keys of this type will be matched
1274 match_data->preparsed after a successful call to match_preparse().