Lines Matching full:restriction
545 * @restriction_key: Keys providing additional data for evaluating restriction.
991 * Semaphore to serialise restriction setup to prevent reference count
992 * cycles through restriction key pointers.
997 * Check for restriction cycles that would prevent keyring garbage collection.
1015 * keyring_restrict - Look up and apply a restriction to a keyring
1017 * @type: The key type that will provide the restriction checker.
1018 * @restriction: The restriction options to apply to the keyring
1020 * Look up a keyring and apply a restriction to it. The restriction is managed
1022 * the restriction string.
1025 const char *restriction) in keyring_restrict() argument
1051 restrict_link = restrict_type->lookup_restriction(restriction); in keyring_restrict()
1750 * Garbage collect restriction pointers from a keyring.
1753 * up if the key type is unregistered. The restriction is altered to always
1779 kleave(" [no restriction gc]"); in keyring_restriction_gc()
1796 kleave(" [restriction gc]"); in keyring_restriction_gc()