Searched refs:dest_keyring (Results 1 – 6 of 6) sorted by relevance
| /security/keys/ |
| A D | request_key.c | 275 if (dest_keyring) { in construct_get_dest_keyring() 292 dest_keyring = in construct_get_dest_keyring() 304 if (dest_keyring) in construct_get_dest_keyring() 310 if (dest_keyring) in construct_get_dest_keyring() 317 if (dest_keyring) in construct_get_dest_keyring() 403 if (dest_keyring) { in construct_alloc_key() 427 if (dest_keyring) { in construct_alloc_key() 435 if (dest_keyring) in construct_alloc_key() 448 if (dest_keyring) { in construct_alloc_key() 622 if (dest_keyring) { in request_key_and_link() [all …]
|
| A D | request_key_auth.c | 111 key_put(rka->dest_keyring); in free_request_key_auth() 163 struct key *dest_keyring) in request_key_auth_new() argument 211 rka->dest_keyring = key_get(dest_keyring); in request_key_auth_new()
|
| A D | keyctl.c | 1140 *_dest_keyring = key_get(rka->dest_keyring); in get_instantiation_keyring() 1179 struct key *instkey, *dest_keyring; in keyctl_instantiate_key_common() local 1220 ret = get_instantiation_keyring(ringid, rka, &dest_keyring); in keyctl_instantiate_key_common() 1226 dest_keyring, instkey); in keyctl_instantiate_key_common() 1228 key_put(dest_keyring); in keyctl_instantiate_key_common() 1340 struct key *instkey, *dest_keyring; in keyctl_reject_key() local 1367 ret = get_instantiation_keyring(ringid, rka, &dest_keyring); in keyctl_reject_key() 1373 dest_keyring, instkey); in keyctl_reject_key() 1375 key_put(dest_keyring); in keyctl_reject_key()
|
| A D | internal.h | 156 struct key *dest_keyring, 210 struct key *dest_keyring);
|
| A D | keyring.c | 1000 static bool keyring_detect_restriction_cycle(const struct key *dest_keyring, in keyring_detect_restriction_cycle() argument 1005 if (keyres->key == dest_keyring) in keyring_detect_restriction_cycle()
|
| A D | process_keys.c | 735 key = rka->dest_keyring; in lookup_user_key()
|
Completed in 14 milliseconds