Searched refs:keyctl_restrict_keyring (Results 1 – 3 of 3) sorted by relevance
54 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction);
63 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring() function
110 if (keyctl_restrict_keyring(keyring_id, nullptr, nullptr) < 0) { in RestrictKeyring()