Home
last modified time | relevance | path

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

12

/openbmc/linux/include/linux/
H A 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);
/openbmc/linux/include/keys/
H A 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);
H A 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);
H A Dasymmetric-parser.h13 struct key_preparsed_payload;
29 int (*parse)(struct key_preparsed_payload *prep);
/openbmc/linux/security/keys/
H A 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()
H A 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()
H A 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()
H A Dkey.c426 struct key_preparsed_payload *prep, in __key_instantiate_and_link()
503 struct key_preparsed_payload prep; in key_instantiate_and_link()
751 struct key_preparsed_payload *prep) in __key_update()
803 struct key_preparsed_payload prep; in __key_create_or_update()
1064 struct key_preparsed_payload prep; in key_update()
1180 int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in generic_key_instantiate()
H A 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()
/openbmc/linux/net/rxrpc/
H A 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()
H A 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()
H A 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 *);
H A 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()
/openbmc/linux/crypto/asymmetric_keys/
H A 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()
H A Dpkcs8_parser.c136 static int pkcs8_key_preparse(struct key_preparsed_payload *prep) in pkcs8_key_preparse()
H A 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()
H A Dx509_public_key.c162 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_key_preparse()
/openbmc/linux/certs/
H A Dblacklist.c87 struct key_preparsed_payload *prep) in blacklist_key_instantiate()
128 struct key_preparsed_payload *prep) in blacklist_key_update()
/openbmc/linux/net/dns_resolver/
H A 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()
/openbmc/linux/security/keys/trusted-keys/
H A 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()
/openbmc/linux/net/ceph/
H A 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()
/openbmc/linux/fs/smb/client/
H A Dcifs_spnego.c25 cifs_spnego_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_spnego_key_instantiate()
/openbmc/linux/fs/crypto/
H A 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()
/openbmc/linux/security/keys/encrypted-keys/
H A 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()
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst263 int (*parse)(struct key_preparsed_payload *prep);
283 struct key_preparsed_payload {

12