Searched refs:instkey (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/keys/ |
H A D | keyctl.c | 648 struct key *key, *instkey; in keyctl_describe_key() local 659 instkey = key_get_instantiation_authkey(keyid); in keyctl_describe_key() 660 if (!IS_ERR(instkey)) { in keyctl_describe_key() 661 key_put(instkey); in keyctl_describe_key() 1178 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local 1195 instkey = cred->request_key_auth; in keyctl_instantiate_key_common() 1196 if (!instkey) in keyctl_instantiate_key_common() 1199 rka = instkey->payload.data[0]; in keyctl_instantiate_key_common() 1225 dest_keyring, instkey); in keyctl_instantiate_key_common() 1340 struct key *instkey, *dest_keyrin in keyctl_reject_key() local 1459 struct key *key, *instkey; keyctl_set_timeout() local 1565 struct key *key, *instkey; keyctl_get_security() local [all...] |
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyctl.c | 648 struct key *key, *instkey; in keyctl_describe_key() local 659 instkey = key_get_instantiation_authkey(keyid); in keyctl_describe_key() 660 if (!IS_ERR(instkey)) { in keyctl_describe_key() 661 key_put(instkey); in keyctl_describe_key() 1178 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local 1195 instkey = cred->request_key_auth; in keyctl_instantiate_key_common() 1196 if (!instkey) in keyctl_instantiate_key_common() 1199 rka = instkey->payload.data[0]; in keyctl_instantiate_key_common() 1225 dest_keyring, instkey); in keyctl_instantiate_key_common() 1340 struct key *instkey, *dest_keyrin in keyctl_reject_key() local 1459 struct key *key, *instkey; keyctl_set_timeout() local 1565 struct key *key, *instkey; keyctl_get_security() local [all...] |
Completed in 4 milliseconds