Lines Matching refs:keyring
82 struct key *keyring = info->data; in umh_keys_init() local
84 return install_session_keyring_to_cred(cred, keyring); in umh_keys_init()
92 struct key *keyring = info->data; in umh_keys_cleanup() local
93 key_put(keyring); in umh_keys_cleanup()
124 struct key *key = rka->target_key, *keyring, *session, *user_session; in call_sbin_request_key() local
140 keyring = keyring_alloc(desc, cred->fsuid, cred->fsgid, cred, in call_sbin_request_key()
144 if (IS_ERR(keyring)) { in call_sbin_request_key()
145 ret = PTR_ERR(keyring); in call_sbin_request_key()
150 ret = key_link(keyring, authkey); in call_sbin_request_key()
196 ret = call_usermodehelper_keys(request_key, argv, envp, keyring, in call_sbin_request_key()
211 key_put(keyring); in call_sbin_request_key()