Searched refs:keyctl_restrict_keyring (Results 1 – 4 of 4) 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
113 if (keyctl_restrict_keyring(keyring_id, nullptr, nullptr) < 0) { in main()
110 if (keyctl_restrict_keyring(keyring_id, nullptr, nullptr) < 0) { in RestrictKeyring()