/Linux-v5.4/include/linux/ |
D | key-type.h | 31 struct key_preparsed_payload { struct 83 int (*preparse)(struct key_preparsed_payload *prep); 87 void (*free_preparse)(struct key_preparsed_payload *prep); 93 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep); 100 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-v5.4/include/keys/ |
D | user-type.h | 36 struct key_preparsed_payload; 38 extern int user_preparse(struct key_preparsed_payload *prep); 39 extern void user_free_preparse(struct key_preparsed_payload *prep); 40 extern int user_update(struct key *key, struct key_preparsed_payload *prep);
|
D | big_key-type.h | 15 extern int big_key_preparse(struct key_preparsed_payload *prep); 16 extern void big_key_free_preparse(struct key_preparsed_payload *prep);
|
D | asymmetric-parser.h | 27 int (*parse)(struct key_preparsed_payload *prep);
|
/Linux-v5.4/security/keys/ |
D | request_key_auth.c | 18 static int request_key_auth_preparse(struct key_preparsed_payload *); 19 static void request_key_auth_free_preparse(struct key_preparsed_payload *); 21 struct key_preparsed_payload *); 42 static int request_key_auth_preparse(struct key_preparsed_payload *prep) in request_key_auth_preparse() 47 static void request_key_auth_free_preparse(struct key_preparsed_payload *prep) in request_key_auth_free_preparse() 55 struct key_preparsed_payload *prep) in request_key_auth_instantiate()
|
D | user_defined.c | 59 int user_preparse(struct key_preparsed_payload *prep) in user_preparse() 83 void user_free_preparse(struct key_preparsed_payload *prep) in user_free_preparse() 101 int user_update(struct key *key, struct key_preparsed_payload *prep) in user_update()
|
D | key.c | 422 struct key_preparsed_payload *prep, in __key_instantiate_and_link() 500 struct key_preparsed_payload prep; in key_instantiate_and_link() 749 struct key_preparsed_payload *prep) in __key_update() 819 struct key_preparsed_payload prep; in key_create_or_update() 987 struct key_preparsed_payload prep; in key_update() 1097 int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in generic_key_instantiate()
|
D | keyring.c | 74 static int keyring_preparse(struct key_preparsed_payload *prep); 75 static void keyring_free_preparse(struct key_preparsed_payload *prep); 77 struct key_preparsed_payload *prep); 123 static int keyring_preparse(struct key_preparsed_payload *prep) in keyring_preparse() 131 static void keyring_free_preparse(struct key_preparsed_payload *prep) in keyring_free_preparse() 141 struct key_preparsed_payload *prep) in keyring_instantiate()
|
D | big_key.c | 200 int big_key_preparse(struct key_preparsed_payload *prep) in big_key_preparse() 293 void big_key_free_preparse(struct key_preparsed_payload *prep) in big_key_free_preparse()
|
D | trusted.c | 967 struct key_preparsed_payload *prep) in trusted_instantiate() 1068 static int trusted_update(struct key *key, struct key_preparsed_payload *prep) in trusted_update()
|
/Linux-v5.4/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 31 struct key_preparsed_payload *prep = ctx; in pkcs7_view_content() 51 static int pkcs7_preparse(struct key_preparsed_payload *prep) in pkcs7_preparse()
|
D | tpm_parser.c | 56 static int tpm_key_preparse(struct key_preparsed_payload *prep) in tpm_key_preparse()
|
D | pkcs8_parser.c | 136 static int pkcs8_key_preparse(struct key_preparsed_payload *prep) in pkcs8_key_preparse()
|
D | asymmetric_type.c | 369 static int asymmetric_key_preparse(struct key_preparsed_payload *prep) in asymmetric_key_preparse() 415 static void asymmetric_key_free_preparse(struct key_preparsed_payload *prep) in asymmetric_key_free_preparse()
|
D | x509_public_key.c | 156 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_key_preparse()
|
/Linux-v5.4/certs/ |
D | blacklist.c | 54 static int blacklist_preparse(struct key_preparsed_payload *prep) in blacklist_preparse() 61 static void blacklist_free_preparse(struct key_preparsed_payload *prep) in blacklist_free_preparse()
|
/Linux-v5.4/net/rxrpc/ |
D | key.c | 27 static int rxrpc_preparse(struct key_preparsed_payload *); 28 static int rxrpc_preparse_s(struct key_preparsed_payload *); 29 static void rxrpc_free_preparse(struct key_preparsed_payload *); 30 static void rxrpc_free_preparse_s(struct key_preparsed_payload *); 88 static int rxrpc_preparse_xdr_rxkad(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_rxkad() 429 static int rxrpc_preparse_xdr_rxk5(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_rxk5() 557 static int rxrpc_preparse_xdr(struct key_preparsed_payload *prep) in rxrpc_preparse_xdr() 692 static int rxrpc_preparse(struct key_preparsed_payload *prep) in rxrpc_preparse() 825 static void rxrpc_free_preparse(struct key_preparsed_payload *prep) in rxrpc_free_preparse() 835 static int rxrpc_preparse_s(struct key_preparsed_payload *prep) in rxrpc_preparse_s() [all …]
|
/Linux-v5.4/net/dns_resolver/ |
D | dns_key.c | 92 dns_resolver_preparse(struct key_preparsed_payload *prep) in dns_resolver_preparse() 229 static void dns_resolver_free_preparse(struct key_preparsed_payload *prep) in dns_resolver_free_preparse()
|
/Linux-v5.4/net/ceph/ |
D | crypto.c | 297 static int ceph_key_preparse(struct key_preparsed_payload *prep) in ceph_key_preparse() 329 static void ceph_key_free_preparse(struct key_preparsed_payload *prep) in ceph_key_free_preparse()
|
/Linux-v5.4/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-v5.4/fs/crypto/ |
D | keyring.c | 61 struct key_preparsed_payload *prep) in fscrypt_key_instantiate() 99 struct key_preparsed_payload *prep) in fscrypt_user_key_instantiate()
|
/Linux-v5.4/security/keys/encrypted-keys/ |
D | encrypted.c | 794 struct key_preparsed_payload *prep) in encrypted_instantiate() 854 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update()
|
/Linux-v5.4/Documentation/crypto/ |
D | asymmetric-keys.txt | 267 int (*parse)(struct key_preparsed_payload *prep); 287 struct key_preparsed_payload {
|
/Linux-v5.4/Documentation/security/keys/ |
D | core.rst | 1375 * ``int (*preparse)(struct key_preparsed_payload *prep);`` 1381 struct key_preparsed_payload { 1407 * ``void (*free_preparse)(struct key_preparsed_payload *prep);`` 1411 and payload fields of the key_preparsed_payload struct as filled in by the 1416 * ``int (*instantiate)(struct key *key, struct key_preparsed_payload *prep);``
|