Searched refs:instkey (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/security/keys/
H A Dkeyctl.c559 struct key *key, *instkey; keyctl_describe_key() local
570 instkey = key_get_instantiation_authkey(keyid); keyctl_describe_key()
571 if (!IS_ERR(instkey)) { keyctl_describe_key()
572 key_put(instkey); keyctl_describe_key()
1009 struct key *instkey, *dest_keyring; keyctl_instantiate_key_common() local
1026 instkey = cred->request_key_auth; keyctl_instantiate_key_common()
1027 if (!instkey) keyctl_instantiate_key_common()
1030 rka = instkey->payload.data[0]; keyctl_instantiate_key_common()
1061 dest_keyring, instkey); keyctl_instantiate_key_common()
1176 struct key *instkey, *dest_keyring; keyctl_reject_key() local
1193 instkey = cred->request_key_auth; keyctl_reject_key()
1194 if (!instkey) keyctl_reject_key()
1197 rka = instkey->payload.data[0]; keyctl_reject_key()
1209 dest_keyring, instkey); keyctl_reject_key()
1296 struct key *key, *instkey; keyctl_set_timeout() local
1306 instkey = key_get_instantiation_authkey(id); keyctl_set_timeout()
1307 if (!IS_ERR(instkey)) { keyctl_set_timeout()
1308 key_put(instkey); keyctl_set_timeout()
1399 struct key *key, *instkey; keyctl_get_security() local
1411 instkey = key_get_instantiation_authkey(keyid); keyctl_get_security()
1412 if (IS_ERR(instkey)) keyctl_get_security()
1413 return PTR_ERR(instkey); keyctl_get_security()
1414 key_put(instkey); keyctl_get_security()
/linux-4.4.14/include/linux/
H A Dkey-type.h166 struct key *instkey);
171 struct key *instkey);
177 struct key *instkey) key_negate_and_link()
179 return key_reject_and_link(key, timeout, ENOKEY, keyring, instkey); key_negate_and_link()
174 key_negate_and_link(struct key *key, unsigned timeout, struct key *keyring, struct key *instkey) key_negate_and_link() argument

Completed in 380 milliseconds