Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkey-type.h108 int (*match_preparse)(struct key_match_data *match_data); member
/linux/drivers/nvme/common/
H A Dkeyring.c84 .match_preparse = nvme_tls_psk_match_preparse,
/linux/security/keys/
H A Drequest_key.c604 if (type->match_preparse) { in request_key_and_link()
605 ret = type->match_preparse(&ctx.match_data); in request_key_and_link()
H A Dkeyring.c960 if (type->match_preparse) { in keyring_search()
961 ret = type->match_preparse(&ctx.match_data); in keyring_search()
/linux/net/dns_resolver/
H A Ddns_key.c328 .match_preparse = dns_resolver_match_preparse,
/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c615 .match_preparse = asymmetric_key_match_preparse,
/linux/Documentation/security/keys/
H A 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().