Home
last modified time | relevance | path

Searched refs:user_key_payload (Results 1 – 9 of 9) sorted by relevance

/linux/include/keys/
H A Duser-type.h27 struct user_key_payload { struct
46 static inline const struct user_key_payload *user_key_payload_rcu(const struct key *key) in user_key_payload_rcu() argument
48 return (struct user_key_payload *)dereference_key_rcu(key); in user_key_payload_rcu()
51 static inline struct user_key_payload *user_key_payload_locked(const struct key *key) in user_key_payload_locked()
53 return (struct user_key_payload *)dereference_key_locked((struct key *)key); in user_key_payload_locked()
/linux/security/keys/
H A Duser_defined.c61 struct user_key_payload *upayload; in user_preparse()
91 struct user_key_payload *payload; in user_free_payload_rcu()
93 payload = container_of(head, struct user_key_payload, rcu); in user_free_payload_rcu()
103 struct user_key_payload *zap = NULL; in user_update()
130 struct user_key_payload *upayload = user_key_payload_locked(key); in user_revoke()
148 struct user_key_payload *upayload = key->payload.data[0]; in user_destroy()
173 const struct user_key_payload *upayload; in user_read()
H A Ddh.c38 const struct user_key_payload *payload; in dh_data_from_key()
/linux/lib/
H A Ddigsig.c77 const struct user_key_payload *ukp; in digsig_verify_rsa()
/linux/fs/ubifs/
H A Dauth.c258 const struct user_key_payload *ukp; in ubifs_init_authentication()
/linux/kernel/
H A Dcrash_dump_dm_crypt.c145 const struct user_key_payload *ukp; in read_key_from_user_keyring()
/linux/fs/ecryptfs/
H A Decryptfs_kernel.h117 struct user_key_payload *ukp; in ecryptfs_get_key_payload_data()
/linux/fs/nfs/
H A Dnfs4idmap.c310 const struct user_key_payload *payload; in nfs_idmap_get_key()
/linux/security/keys/encrypted-keys/
H A Dencrypted.c306 const struct user_key_payload *upayload; in request_user_key()