Home
last modified time | relevance | path

Searched refs:key_preparsed_payload (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/include/linux/
Dkey-type.h41 struct key_preparsed_payload { struct
91 int (*preparse)(struct key_preparsed_payload *prep);
95 void (*free_preparse)(struct key_preparsed_payload *prep);
101 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep);
108 int (*update)(struct key *key, struct key_preparsed_payload *prep);
189 extern int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep);
/Linux-v4.19/include/keys/
Duser-type.h40 struct key_preparsed_payload;
42 extern int user_preparse(struct key_preparsed_payload *prep);
43 extern void user_free_preparse(struct key_preparsed_payload *prep);
44 extern int user_update(struct key *key, struct key_preparsed_payload *prep);
Dbig_key-type.h19 extern int big_key_preparse(struct key_preparsed_payload *prep);
20 extern void big_key_free_preparse(struct key_preparsed_payload *prep);
Dasymmetric-parser.h31 int (*parse)(struct key_preparsed_payload *prep);
/Linux-v4.19/security/keys/
Drequest_key_auth.c23 static int request_key_auth_preparse(struct key_preparsed_payload *);
24 static void request_key_auth_free_preparse(struct key_preparsed_payload *);
26 struct key_preparsed_payload *);
47 static int request_key_auth_preparse(struct key_preparsed_payload *prep) in request_key_auth_preparse()
52 static void request_key_auth_free_preparse(struct key_preparsed_payload *prep) in request_key_auth_free_preparse()
60 struct key_preparsed_payload *prep) in request_key_auth_instantiate()
Duser_defined.c63 int user_preparse(struct key_preparsed_payload *prep) in user_preparse()
87 void user_free_preparse(struct key_preparsed_payload *prep) in user_free_preparse()
105 int user_update(struct key *key, struct key_preparsed_payload *prep) in user_update()
Dkey.c423 struct key_preparsed_payload *prep, in __key_instantiate_and_link()
501 struct key_preparsed_payload prep; in key_instantiate_and_link()
741 struct key_preparsed_payload *prep) in __key_update()
811 struct key_preparsed_payload prep; in key_create_or_update()
972 struct key_preparsed_payload prep; in key_update()
1082 int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in generic_key_instantiate()
Dkeyring.c76 static int keyring_preparse(struct key_preparsed_payload *prep);
77 static void keyring_free_preparse(struct key_preparsed_payload *prep);
79 struct key_preparsed_payload *prep);
131 static int keyring_preparse(struct key_preparsed_payload *prep) in keyring_preparse()
139 static void keyring_free_preparse(struct key_preparsed_payload *prep) in keyring_free_preparse()
149 struct key_preparsed_payload *prep) in keyring_instantiate()
Dbig_key.c204 int big_key_preparse(struct key_preparsed_payload *prep) in big_key_preparse()
297 void big_key_free_preparse(struct key_preparsed_payload *prep) in big_key_free_preparse()
Dtrusted.c958 struct key_preparsed_payload *prep) in trusted_instantiate()
1059 static int trusted_update(struct key *key, struct key_preparsed_payload *prep) in trusted_update()
/Linux-v4.19/crypto/asymmetric_keys/
Dpkcs7_key_type.c35 struct key_preparsed_payload *prep = ctx; in pkcs7_view_content()
55 static int pkcs7_preparse(struct key_preparsed_payload *prep) in pkcs7_preparse()
Dasymmetric_type.c372 static int asymmetric_key_preparse(struct key_preparsed_payload *prep) in asymmetric_key_preparse()
418 static void asymmetric_key_free_preparse(struct key_preparsed_payload *prep) in asymmetric_key_free_preparse()
Dx509_public_key.c161 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_key_preparse()
/Linux-v4.19/certs/
Dblacklist.c58 static int blacklist_preparse(struct key_preparsed_payload *prep) in blacklist_preparse()
65 static void blacklist_free_preparse(struct key_preparsed_payload *prep) in blacklist_free_preparse()
/Linux-v4.19/net/rxrpc/
Dkey.c31 static int rxrpc_preparse(struct key_preparsed_payload *);
32 static int rxrpc_preparse_s(struct key_preparsed_payload *);
33 static void rxrpc_free_preparse(struct key_preparsed_payload *);
34 static void rxrpc_free_preparse_s(struct key_preparsed_payload *);
90 static int rxrpc_preparse_xdr_rxkad(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_rxkad()
431 static int rxrpc_preparse_xdr_rxk5(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_rxk5()
559 static int rxrpc_preparse_xdr(struct key_preparsed_payload *prep) in rxrpc_preparse_xdr()
694 static int rxrpc_preparse(struct key_preparsed_payload *prep) in rxrpc_preparse()
827 static void rxrpc_free_preparse(struct key_preparsed_payload *prep) in rxrpc_free_preparse()
837 static int rxrpc_preparse_s(struct key_preparsed_payload *prep) in rxrpc_preparse_s()
[all …]
/Linux-v4.19/net/dns_resolver/
Ddns_key.c61 dns_resolver_preparse(struct key_preparsed_payload *prep) in dns_resolver_preparse()
168 static void dns_resolver_free_preparse(struct key_preparsed_payload *prep) in dns_resolver_free_preparse()
/Linux-v4.19/net/ceph/
Dcrypto.c295 static int ceph_key_preparse(struct key_preparsed_payload *prep) in ceph_key_preparse()
327 static void ceph_key_free_preparse(struct key_preparsed_payload *prep) in ceph_key_free_preparse()
/Linux-v4.19/fs/cifs/
Dcifs_spnego.c37 cifs_spnego_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_spnego_key_instantiate()
Dcifsacl.c77 cifs_idmap_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_idmap_key_instantiate()
/Linux-v4.19/security/keys/encrypted-keys/
Dencrypted.c787 struct key_preparsed_payload *prep) in encrypted_instantiate()
847 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update()
/Linux-v4.19/Documentation/crypto/
Dasymmetric-keys.txt251 int (*parse)(struct key_preparsed_payload *prep);
271 struct key_preparsed_payload {
/Linux-v4.19/Documentation/security/keys/
Dcore.rst1243 * ``int (*preparse)(struct key_preparsed_payload *prep);``
1249 struct key_preparsed_payload {
1275 * ``void (*free_preparse)(struct key_preparsed_payload *prep);``
1279 and payload fields of the key_preparsed_payload struct as filled in by the
1284 * ``int (*instantiate)(struct key *key, struct key_preparsed_payload *prep);``