Searched refs:key_preparsed_payload (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/include/linux/ |
D | key-type.h | 41 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/ |
D | user-type.h | 40 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);
|
D | big_key-type.h | 19 extern int big_key_preparse(struct key_preparsed_payload *prep); 20 extern void big_key_free_preparse(struct key_preparsed_payload *prep);
|
D | asymmetric-parser.h | 31 int (*parse)(struct key_preparsed_payload *prep);
|
/Linux-v4.19/security/keys/ |
D | request_key_auth.c | 23 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()
|
D | user_defined.c | 63 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()
|
D | key.c | 423 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()
|
D | keyring.c | 76 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()
|
D | big_key.c | 204 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()
|
D | trusted.c | 958 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/ |
D | pkcs7_key_type.c | 35 struct key_preparsed_payload *prep = ctx; in pkcs7_view_content() 55 static int pkcs7_preparse(struct key_preparsed_payload *prep) in pkcs7_preparse()
|
D | asymmetric_type.c | 372 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()
|
D | x509_public_key.c | 161 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_key_preparse()
|
/Linux-v4.19/certs/ |
D | blacklist.c | 58 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/ |
D | key.c | 31 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/ |
D | dns_key.c | 61 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/ |
D | crypto.c | 295 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/ |
D | cifs_spnego.c | 37 cifs_spnego_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_spnego_key_instantiate()
|
D | cifsacl.c | 77 cifs_idmap_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_idmap_key_instantiate()
|
/Linux-v4.19/security/keys/encrypted-keys/ |
D | encrypted.c | 787 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/ |
D | asymmetric-keys.txt | 251 int (*parse)(struct key_preparsed_payload *prep); 271 struct key_preparsed_payload {
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 1243 * ``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);``
|