/kernel/linux/linux-5.10/security/keys/ |
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 | 425 struct key_preparsed_payload *prep, in __key_instantiate_and_link() 504 struct key_preparsed_payload prep; in key_instantiate_and_link() local 754 struct key_preparsed_payload *prep) in __key_update() 826 struct key_preparsed_payload prep; in key_create_or_update() local 1003 struct key_preparsed_payload prep; in key_update() local 1119 int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in generic_key_instantiate()
|
D | request_key_auth.c | 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 | big_key.c | 56 int big_key_preparse(struct key_preparsed_payload *prep) in big_key_preparse() 151 void big_key_free_preparse(struct key_preparsed_payload *prep) in big_key_free_preparse() 197 int big_key_update(struct key *key, struct key_preparsed_payload *prep) in big_key_update()
|
D | keyring.c | 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()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | key.c | 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() 863 static void rxrpc_free_preparse_s(struct key_preparsed_payload *prep) in rxrpc_free_preparse_s()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 31 struct key_preparsed_payload *prep = ctx; in pkcs7_view_content() local 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 | x509_public_key.c | 155 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_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 | pkcs8_parser.c | 136 static int pkcs8_key_preparse(struct key_preparsed_payload *prep) in pkcs8_key_preparse()
|
/kernel/linux/linux-5.10/certs/ |
D | blacklist.c | 60 static int blacklist_preparse(struct key_preparsed_payload *prep) in blacklist_preparse() 67 static void blacklist_free_preparse(struct key_preparsed_payload *prep) in blacklist_free_preparse()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_tx.h | 23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends() local
|
D | smc_tx.c | 139 union smc_host_cursor prep; in smc_tx_sendmsg() local 406 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | keyring.c | 128 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()
|
/kernel/linux/linux-5.10/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 | 75 cifs_idmap_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_idmap_key_instantiate()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
D | stream.c | 420 bool prep) in sdw_prep_deprep_slave_ports() 506 bool prep) in sdw_prep_deprep_master_ports() 539 static int sdw_prep_deprep_ports(struct sdw_master_runtime *m_rt, bool prep) in sdw_prep_deprep_ports()
|
/kernel/linux/linux-5.10/security/keys/encrypted-keys/ |
D | encrypted.c | 782 struct key_preparsed_payload *prep) in encrypted_instantiate() 842 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update()
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 985 struct key_preparsed_payload *prep) in trusted_instantiate() 1090 static int trusted_update(struct key *key, struct key_preparsed_payload *prep) in trusted_update()
|
/kernel/linux/linux-5.10/block/ |
D | blk-mq.c | 1342 enum prep_dispatch prep; in blk_mq_dispatch_rq_list() local
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 2537 …, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep): argument 2655 def __init__(self, glb, sql, prep, process_data, parent=None): argument
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | ieee80211_i.h | 1509 const u8 *prep; member
|