Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dkey-type.h166 struct key *instkey);
171 struct key *instkey);
177 struct key *instkey) in key_negate_and_link() argument
179 return key_reject_and_link(key, timeout, ENOKEY, keyring, instkey); in key_negate_and_link()
/linux-4.4.14/security/keys/
Dkeyctl.c559 struct key *key, *instkey; in keyctl_describe_key() local
570 instkey = key_get_instantiation_authkey(keyid); in keyctl_describe_key()
571 if (!IS_ERR(instkey)) { in keyctl_describe_key()
572 key_put(instkey); in keyctl_describe_key()
1009 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local
1026 instkey = cred->request_key_auth; in keyctl_instantiate_key_common()
1027 if (!instkey) in keyctl_instantiate_key_common()
1030 rka = instkey->payload.data[0]; in keyctl_instantiate_key_common()
1061 dest_keyring, instkey); in keyctl_instantiate_key_common()
1176 struct key *instkey, *dest_keyring; in keyctl_reject_key() local
[all …]