Lines Matching refs:keyring
47 does not need to link the key to a keyring to prevent it from being immediately
60 The userspace interface links the key to a keyring associated with the process
93 keyring that contains a link to auth key V.
101 Kerberos TGT key). It just requests the appropriate key, and the keyring
102 search notes that the session keyring has auth key V in its bottom level.
149 A search of any particular keyring proceeds in the following fashion:
152 firstly calls key_permission(SEARCH) on the keyring it's starting with,
155 2) It considers all the non-keyring keys within that keyring and, if any key
161 3) It then considers all the keyring-type keys in the keyring it's currently
162 searching. It calls key_permission(SEARCH) on each keyring, and if this
164 keyring.
173 1) If extant, the process's thread keyring is searched.
175 2) If extant, the process's process keyring is searched.
177 3) The process's session keyring is searched.
182 a) If extant, the calling process's thread keyring is searched.
184 b) If extant, the calling process's process keyring is searched.
186 c) The calling process's session keyring is searched.
198 EACCES/EPERM are only returned on a direct search of a specific keyring where
199 the basal keyring does not grant Search permission.