Searched refs:key_preparsed_payload (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/include/linux/ |
D | key-type.h | 41 struct key_preparsed_payload { struct 93 int (*preparse)(struct key_preparsed_payload *prep); 97 void (*free_preparse)(struct key_preparsed_payload *prep); 103 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep); 110 int (*update)(struct key *key, struct key_preparsed_payload *prep); 183 extern int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep);
|
/linux-4.1.27/include/keys/ |
D | user-type.h | 38 struct key_preparsed_payload; 40 extern int user_preparse(struct key_preparsed_payload *prep); 41 extern void user_free_preparse(struct key_preparsed_payload *prep); 42 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-4.1.27/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() 97 int user_update(struct key *key, struct key_preparsed_payload *prep) in user_update()
|
D | big_key.c | 48 int big_key_preparse(struct key_preparsed_payload *prep) in big_key_preparse() 110 void big_key_free_preparse(struct key_preparsed_payload *prep) in big_key_free_preparse()
|
D | key.c | 403 struct key_preparsed_payload *prep, in __key_instantiate_and_link() 477 struct key_preparsed_payload prep; in key_instantiate_and_link() 714 struct key_preparsed_payload *prep) in __key_update() 784 struct key_preparsed_payload prep; in key_create_or_update() 928 struct key_preparsed_payload prep; in key_update() 1041 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 | trusted.c | 899 struct key_preparsed_payload *prep) in trusted_instantiate() 985 static int trusted_update(struct key *key, struct key_preparsed_payload *prep) in trusted_update()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-key.c | 29 static int rxrpc_preparse(struct key_preparsed_payload *); 30 static int rxrpc_preparse_s(struct key_preparsed_payload *); 31 static void rxrpc_free_preparse(struct key_preparsed_payload *); 32 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() 423 static int rxrpc_preparse_xdr_rxk5(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_rxk5() 549 static int rxrpc_preparse_xdr(struct key_preparsed_payload *prep) in rxrpc_preparse_xdr() 684 static int rxrpc_preparse(struct key_preparsed_payload *prep) in rxrpc_preparse() 815 static void rxrpc_free_preparse(struct key_preparsed_payload *prep) in rxrpc_free_preparse() 825 static int rxrpc_preparse_s(struct key_preparsed_payload *prep) in rxrpc_preparse_s() [all …]
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 61 dns_resolver_preparse(struct key_preparsed_payload *prep) in dns_resolver_preparse() 166 static void dns_resolver_free_preparse(struct key_preparsed_payload *prep) in dns_resolver_free_preparse()
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 24 static int pkcs7_preparse(struct key_preparsed_payload *prep) in pkcs7_preparse()
|
D | asymmetric_type.c | 269 static int asymmetric_key_preparse(struct key_preparsed_payload *prep) in asymmetric_key_preparse() 301 static void asymmetric_key_free_preparse(struct key_preparsed_payload *prep) in asymmetric_key_free_preparse()
|
D | x509_public_key.c | 247 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_key_preparse()
|
/linux-4.1.27/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 | 48 cifs_idmap_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_idmap_key_instantiate()
|
/linux-4.1.27/net/ceph/ |
D | crypto.c | 522 static int ceph_key_preparse(struct key_preparsed_payload *prep) in ceph_key_preparse() 554 static void ceph_key_free_preparse(struct key_preparsed_payload *prep) in ceph_key_free_preparse()
|
/linux-4.1.27/security/keys/encrypted-keys/ |
D | encrypted.c | 777 struct key_preparsed_payload *prep) in encrypted_instantiate() 838 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update()
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 250 int (*parse)(struct key_preparsed_payload *prep); 270 struct key_preparsed_payload {
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 1138 (*) int (*preparse)(struct key_preparsed_payload *prep); 1144 struct key_preparsed_payload { 1172 (*) void (*free_preparse)(struct key_preparsed_payload *prep); 1176 description, type_data and payload fields of the key_preparsed_payload 1182 (*) int (*instantiate)(struct key *key, struct key_preparsed_payload *prep);
|