Home
last modified time | relevance | path

Searched defs:prep (Results 1 – 25 of 33) sorted by relevance

12

/linux/security/keys/
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 Drequest_key_auth.c42 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 Dkey.c428 struct key_preparsed_payload *prep, in __key_instantiate_and_link()
505 struct key_preparsed_payload prep; in key_instantiate_and_link() local
766 struct key_preparsed_payload *prep) in __key_update()
818 struct key_preparsed_payload prep; in __key_create_or_update() local
1078 struct key_preparsed_payload prep; in key_update() local
1194 int generic_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in generic_key_instantiate()
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 Dkeyring.c123 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/net/rxrpc/
H A Dkey.c52 static int rxrpc_preparse_xdr_rxkad(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_rxkad()
165 static int rxrpc_preparse_xdr_yfs_rxgk(struct key_preparsed_payload *prep, in rxrpc_preparse_xdr_yfs_rxgk()
290 static int rxrpc_preparse_xdr(struct key_preparsed_payload *prep) in rxrpc_preparse_xdr()
434 static int rxrpc_preparse(struct key_preparsed_payload *prep) in rxrpc_preparse()
567 static void rxrpc_free_preparse(struct key_preparsed_payload *prep) in rxrpc_free_preparse()
H A Dserver_key.c67 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()
/linux/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c31 struct key_preparsed_payload *prep = ctx; in pkcs7_view_content() local
51 static int pkcs7_preparse(struct key_preparsed_payload *prep) in pkcs7_preparse()
H A Dx509_public_key.c149 static int x509_key_preparse(struct key_preparsed_payload *prep) in x509_key_preparse()
H A Dasymmetric_type.c392 static int asymmetric_key_preparse(struct key_preparsed_payload *prep) in asymmetric_key_preparse()
438 static void asymmetric_key_free_preparse(struct key_preparsed_payload *prep) in asymmetric_key_free_preparse()
H A Dpkcs8_parser.c136 static int pkcs8_key_preparse(struct key_preparsed_payload *prep) in pkcs8_key_preparse()
/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()
/linux/security/keys/trusted-keys/
H A Dtrusted_core.c151 struct key_preparsed_payload *prep) in trusted_instantiate()
230 static int trusted_update(struct key *key, struct key_preparsed_payload *prep) in trusted_update()
/linux/net/smc/
H A Dsmc_tx.h23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends() local
H A Dsmc_tx.c186 union smc_host_cursor prep; in smc_tx_sendmsg() local
467 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local
/linux/arch/loongarch/kernel/
H A Dgenex.S74 .macro BUILD_HANDLER exception handler prep
/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()
/linux/net/ceph/
H A Dcrypto.c286 static int ceph_key_preparse(struct key_preparsed_payload *prep) in ceph_key_preparse()
318 static void ceph_key_free_preparse(struct key_preparsed_payload *prep) in ceph_key_free_preparse()
/linux/fs/crypto/
H A Dkeyring.c150 struct key_preparsed_payload *prep) in fscrypt_user_key_instantiate()
623 static int fscrypt_provisioning_key_preparse(struct key_preparsed_payload *prep) in fscrypt_provisioning_key_preparse()
650 struct key_preparsed_payload *prep) in fscrypt_provisioning_key_free_preparse()
/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()
/linux/io_uring/
H A Dopdef.h35 int (*prep)(struct io_kiocb *, const struct io_uring_sqe *); member
/linux/include/net/libeth/
H A Dxsk.h149 #define libeth_xsk_tx_flush_bulk(bq, flags, prep, xmit) \ argument
548 #define LIBETH_XSK_DEFINE_FLUSH_TX(name, prep, xmit) \ argument
H A Dxdp.h810 #define libeth_xdp_tx_flush_bulk(bq, flags, prep, xmit) \ argument
1030 #define libeth_xdp_xmit_flush_bulk(bq, flags, prep, xmit) \ argument
1622 #define LIBETH_XDP_DEFINE_FLUSH_TX(name, prep, xmit) \ argument
1625 #define __LIBETH_XDP_DEFINE_FLUSH_TX(name, prep, xmit, pfx) \ argument
1637 #define LIBETH_XDP_DEFINE_FLUSH_XMIT(name, prep, xmit) \ argument
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol.c56 enum ipc_msg_prep_type prep, in ipc_protocol_msg_send()
/linux/drivers/soundwire/
H A Dstream.c444 bool prep) in sdw_prep_deprep_slave_ports()
548 bool prep) in sdw_prep_deprep_master_ports()
581 static int sdw_prep_deprep_ports(struct sdw_master_runtime *m_rt, bool prep) in sdw_prep_deprep_ports()

12