Home
last modified time | relevance | path

Searched refs:reqkey_defl (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/security/keys/
Dkeyctl.c1393 long keyctl_set_reqkey_keyring(int reqkey_defl) in keyctl_set_reqkey_keyring() argument
1400 if (reqkey_defl == KEY_REQKEY_DEFL_NO_CHANGE) in keyctl_set_reqkey_keyring()
1407 switch (reqkey_defl) { in keyctl_set_reqkey_keyring()
1435 new->jit_keyring = reqkey_defl; in keyctl_set_reqkey_keyring()
/linux-6.6.21/Documentation/security/keys/
Dcore.rst715 long keyctl(KEYCTL_SET_REQKEY_KEYRING, int reqkey_defl);
718 attached for this thread. reqkey_defl should be one of these constants::
732 returned if reqkey_defl is not one of the above values.