Searched refs:instkey (Results 1 – 2 of 2) sorted by relevance
173 struct key *instkey);178 struct key *instkey);184 struct key *instkey) in key_negate_and_link() argument186 return key_reject_and_link(key, timeout, ENOKEY, keyring, instkey); in key_negate_and_link()
592 struct key *key, *instkey; in keyctl_describe_key() local603 instkey = key_get_instantiation_authkey(keyid); in keyctl_describe_key()604 if (!IS_ERR(instkey)) { in keyctl_describe_key()605 key_put(instkey); in keyctl_describe_key()1046 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local1063 instkey = cred->request_key_auth; in keyctl_instantiate_key_common()1064 if (!instkey) in keyctl_instantiate_key_common()1067 rka = instkey->payload.data[0]; in keyctl_instantiate_key_common()1093 dest_keyring, instkey); in keyctl_instantiate_key_common()1211 struct key *instkey, *dest_keyring; in keyctl_reject_key() local[all …]