Lines Matching refs:authkey
64 struct key *authkey; member
567 complete_request_key(data->authkey, ret); in nfs_idmap_complete_pipe_upcall()
568 key_put(data->authkey); in nfs_idmap_complete_pipe_upcall()
580 static int nfs_idmap_legacy_upcall(struct key *authkey, void *aux) in nfs_idmap_legacy_upcall() argument
583 struct request_key_auth *rka = get_request_key_auth(authkey); in nfs_idmap_legacy_upcall()
602 data->authkey = key_get(authkey); in nfs_idmap_legacy_upcall()
620 complete_request_key(authkey, ret); in nfs_idmap_legacy_upcall()
624 static int nfs_idmap_instantiate(struct key *key, struct key *authkey, char *data, size_t datalen) in nfs_idmap_instantiate() argument
628 authkey); in nfs_idmap_instantiate()
633 struct key *key, struct key *authkey) in nfs_idmap_read_and_verify_message() argument
649 ret = nfs_idmap_instantiate(key, authkey, id_str, len); in nfs_idmap_read_and_verify_message()
655 ret = nfs_idmap_instantiate(key, authkey, im->im_name, len); in nfs_idmap_read_and_verify_message()
671 struct key *authkey; in idmap_pipe_downcall() local
684 authkey = data->authkey; in idmap_pipe_downcall()
685 rka = get_request_key_auth(authkey); in idmap_pipe_downcall()
709 rka->target_key, authkey); in idmap_pipe_downcall()