Home
last modified time | relevance | path

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

/linux/security/keys/
H A Drequest_key.c265 static int construct_get_dest_keyring(struct key **_dest_keyring) in construct_get_dest_keyring() argument
269 struct key *dest_keyring = *_dest_keyring, *authkey; in construct_get_dest_keyring()
357 *_dest_keyring = dest_keyring; in construct_get_dest_keyring()
H A Dkeyctl.c1115 struct key **_dest_keyring) in get_instantiation_keyring() argument
1119 *_dest_keyring = NULL; in get_instantiation_keyring()
1130 *_dest_keyring = key_ref_to_ptr(dkref); in get_instantiation_keyring()
1140 *_dest_keyring = key_get(rka->dest_keyring); in get_instantiation_keyring()