Searched refs:lookup_restriction (Results 1 – 4 of 4) sorted by relevance
148 struct key_restriction *(*lookup_restriction)(const char *params); member
586 .lookup_restriction = asymmetric_lookup_restriction,
1047 if (!restrict_type->lookup_restriction) { in keyring_restrict()1052 restrict_link = restrict_type->lookup_restriction(restriction); in keyring_restrict()
904 the lookup_restriction() function for the requested type. It may specify1609 * ``struct key_restriction *(*lookup_restriction)(const char *params);``