Home
last modified time | relevance | path

Searched refs:complete_request_key (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkey-type.h181 extern void complete_request_key(struct key *authkey, int error);
/linux/security/keys/
H A Drequest_key.c51 * complete_request_key - Complete the construction of a key.
59 void complete_request_key(struct key *authkey, int error) in complete_request_key() function
71 EXPORT_SYMBOL(complete_request_key);
216 complete_request_key(authkey, ret); in call_sbin_request_key()
249 /* check that the actor called complete_request_key() prior to in construct_key()
/linux/fs/nfs/
H A Dnfs4idmap.c557 complete_request_key(data->authkey, ret); in nfs_idmap_complete_pipe_upcall()
610 complete_request_key(authkey, ret); in nfs_idmap_legacy_upcall()