Home
last modified time | relevance | path

Searched refs:lookup_restriction (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dkey-type.h149 struct key_restriction *(*lookup_restriction)(const char *params); member
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dasymmetric_type.c586 .lookup_restriction = asymmetric_lookup_restriction,
/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyring.c1043 if (!restrict_type->lookup_restriction) { in keyring_restrict()
1048 restrict_link = restrict_type->lookup_restriction(restriction); in keyring_restrict()
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dcore.rst904 the lookup_restriction() function for the requested type. It may specify
1670 * ``struct key_restriction *(*lookup_restriction)(const char *params);``