Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkey.h442 extern int keyring_restrict(key_ref_t keyring, const char *type,
/openbmc/linux/security/keys/
H A Dkeyring.c1024 int keyring_restrict(key_ref_t keyring_ref, const char *type, in keyring_restrict() function
1085 EXPORT_SYMBOL(keyring_restrict);
H A Dkeyctl.c1760 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring()
/openbmc/linux/arch/s390/kernel/
H A Dcert_store.c641 rc = keyring_restrict(make_key_ref(keyring, true), NULL, NULL); in add_certificates_to_keyring()