Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dkey-type.h107 int (*match_preparse)(struct key_match_data *match_data); member
/Linux-v6.1/net/dns_resolver/
Ddns_key.c321 .match_preparse = dns_resolver_match_preparse,
/Linux-v6.1/security/keys/
Drequest_key.c588 if (type->match_preparse) { in request_key_and_link()
589 ret = type->match_preparse(&ctx.match_data); in request_key_and_link()
Dkeyring.c957 if (type->match_preparse) { in keyring_search()
958 ret = type->match_preparse(&ctx.match_data); in keyring_search()
/Linux-v6.1/crypto/asymmetric_keys/
Dasymmetric_type.c615 .match_preparse = asymmetric_key_match_preparse,
/Linux-v6.1/Documentation/security/keys/
Dcore.rst1151 the description specified according to the key type's match_preparse()
1526 * ``int (*match_preparse)(struct key_match_data *match_data);``
1567 If match_preparse() is not provided, keys of this type will be matched
1574 match_data->preparsed after a successful call to match_preparse().