Home
last modified time | relevance | path

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

12

/linux-6.6.21/include/linux/
Dkey-type.h31 struct key_preparsed_payload { struct
85 int (*preparse)(struct key_preparsed_payload *prep);
89 void (*free_preparse)(struct key_preparsed_payload *prep);
95 int (*instantiate)(struct key *key, struct key_preparsed_payload *prep);
102 int (*update)(struct key *key, struct key_preparsed_payload *prep);
191 extern int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep);
/linux-6.6.21/include/keys/
Duser-type.h36 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);
Dbig_key-type.h15 extern int big_key_preparse(struct key_preparsed_payload *prep);
16 extern void big_key_free_preparse(struct key_preparsed_payload *prep);
21 extern int big_key_update(struct key *key, struct key_preparsed_payload *prep);
Dasymmetric-parser.h13 struct key_preparsed_payload;
29 int (*parse)(struct key_preparsed_payload *prep);
/linux-6.6.21/security/keys/
Drequest_key_auth.c18 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()
Duser_defined.c59 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()
Dbig_key.c57 int big_key_preparse(struct key_preparsed_payload *prep) in big_key_preparse()
152 void big_key_free_preparse(struct key_preparsed_payload *prep) in big_key_free_preparse()
194 int big_key_update(struct key *key, struct key_preparsed_payload *prep) in big_key_update()
Dkey.c426 struct key_preparsed_payload *prep, in __key_instantiate_and_link()
502 struct key_preparsed_payload prep; in key_instantiate_and_link()
750 struct key_preparsed_payload *prep) in __key_update()
802 struct key_preparsed_payload prep; in __key_create_or_update()
1063 struct key_preparsed_payload prep; in key_update()
1179 int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in generic_key_instantiate()
Dkeyring.c74 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()
/linux-6.6.21/net/rxrpc/
Dserver_key.c27 static int rxrpc_preparse_s(struct key_preparsed_payload *);
28 static void rxrpc_free_preparse_s(struct key_preparsed_payload *);
67 static int rxrpc_preparse_s(struct key_preparsed_payload *prep) in rxrpc_preparse_s()
93 static void rxrpc_free_preparse_s(struct key_preparsed_payload *prep) in rxrpc_free_preparse_s()
Dkey.c26 static int rxrpc_preparse(struct key_preparsed_payload *);
27 static void rxrpc_free_preparse(struct key_preparsed_payload *);
52 static int rxrpc_preparse_xdr_rxkad(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_rxkad()
136 static int rxrpc_preparse_xdr(struct key_preparsed_payload *prep) in rxrpc_preparse_xdr()
277 static int rxrpc_preparse(struct key_preparsed_payload *prep) in rxrpc_preparse()
406 static void rxrpc_free_preparse(struct key_preparsed_payload *prep) in rxrpc_free_preparse()
Dar-internal.h30 struct key_preparsed_payload;
234 int (*preparse_server_key)(struct key_preparsed_payload *);
237 void (*free_preparse_server_key)(struct key_preparsed_payload *);
Drxkad.c59 static int rxkad_preparse_server_key(struct key_preparsed_payload *prep) in rxkad_preparse_server_key()
82 static void rxkad_free_preparse_server_key(struct key_preparsed_payload *prep) in rxkad_free_preparse_server_key()
/linux-6.6.21/crypto/asymmetric_keys/
Dpkcs7_key_type.c31 struct key_preparsed_payload *prep = ctx; in pkcs7_view_content()
51 static int pkcs7_preparse(struct key_preparsed_payload *prep) in pkcs7_preparse()
Dpkcs8_parser.c136 static int pkcs8_key_preparse(struct key_preparsed_payload *prep) in pkcs8_key_preparse()
Dasymmetric_type.c401 static int asymmetric_key_preparse(struct key_preparsed_payload *prep) in asymmetric_key_preparse()
447 static void asymmetric_key_free_preparse(struct key_preparsed_payload *prep) in asymmetric_key_free_preparse()
Dx509_public_key.c162 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_key_preparse()
/linux-6.6.21/certs/
Dblacklist.c87 struct key_preparsed_payload *prep) in blacklist_key_instantiate()
128 struct key_preparsed_payload *prep) in blacklist_key_update()
/linux-6.6.21/net/dns_resolver/
Ddns_key.c92 dns_resolver_preparse(struct key_preparsed_payload *prep) in dns_resolver_preparse()
236 static void dns_resolver_free_preparse(struct key_preparsed_payload *prep) in dns_resolver_free_preparse()
/linux-6.6.21/security/keys/trusted-keys/
Dtrusted_core.c147 struct key_preparsed_payload *prep) in trusted_instantiate()
226 static int trusted_update(struct key *key, struct key_preparsed_payload *prep) in trusted_update()
/linux-6.6.21/net/ceph/
Dcrypto.c298 static int ceph_key_preparse(struct key_preparsed_payload *prep) in ceph_key_preparse()
330 static void ceph_key_free_preparse(struct key_preparsed_payload *prep) in ceph_key_free_preparse()
/linux-6.6.21/fs/smb/client/
Dcifs_spnego.c25 cifs_spnego_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_spnego_key_instantiate()
/linux-6.6.21/fs/crypto/
Dkeyring.c132 struct key_preparsed_payload *prep) in fscrypt_user_key_instantiate()
559 static int fscrypt_provisioning_key_preparse(struct key_preparsed_payload *prep) in fscrypt_provisioning_key_preparse()
583 struct key_preparsed_payload *prep) in fscrypt_provisioning_key_free_preparse()
/linux-6.6.21/security/keys/encrypted-keys/
Dencrypted.c814 struct key_preparsed_payload *prep) in encrypted_instantiate()
875 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update()
/linux-6.6.21/Documentation/crypto/
Dasymmetric-keys.rst263 int (*parse)(struct key_preparsed_payload *prep);
283 struct key_preparsed_payload {

12