Home
last modified time | relevance | path

Searched defs:tmpl (Results 1 – 25 of 66) sorted by relevance

123

/linux/drivers/crypto/qce/
H A Dsha.c42 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() local
80 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle() local
136 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init() local
187 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update() local
279 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final() local
306 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest() local
455 struct qce_alg_template *tmpl; in qce_ahash_register_one() local
515 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister() local
H A Daead.c29 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_done() local
96 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_result_buf() local
116 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_dst_buf() local
304 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_buf() local
414 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_async_req_handle() local
507 struct qce_alg_template *tmpl = to_aead_tmpl(tfm); in qce_aead_crypt() local
761 struct qce_alg_template *tmpl; in qce_aead_register_one() local
817 struct qce_alg_template *tmpl, *n; in qce_aead_unregister() local
H A Dskcipher.c32 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done() local
69 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle() local
261 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt() local
439 struct qce_alg_template *tmpl; in qce_skcipher_register_one() local
499 struct qce_alg_template *tmpl, *n; in qce_skcipher_unregister() local
H A Dcommon.c152 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() local
319 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher() local
425 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_setup_regs_aead() local
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-cipher.c53 struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg, in eip93_skcipher_cra_init() local
85 struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg, in eip93_skcipher_setkey() local
178 struct eip93_alg_template *tmpl = container_of(req->base.tfm->__crt_alg, in eip93_skcipher_encrypt() local
191 struct eip93_alg_template *tmpl = container_of(req->base.tfm->__crt_alg, in eip93_skcipher_decrypt() local
H A Deip93-aead.c62 struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg, in eip93_aead_cra_init() local
/linux/drivers/scsi/fnic/
H A Dcq_exch_desc.h16 u8 tmpl; member
50 u16 tmpl; member
83 u16 *tmpl, in cq_fcp_rq_desc_dec()
129 u16 tmpl; member
157 u16 *tmpl, in cq_sgl_desc_dec()
/linux/crypto/
H A Dxor.c58 static void __init do_xor_register(struct xor_block_template *tmpl) in do_xor_register()
83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
H A Dhctr2.c325 static int hctr2_create_common(struct crypto_template *tmpl, struct rtattr **tb, in hctr2_create_common()
415 static int hctr2_create_base(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create_base()
434 static int hctr2_create(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create()
H A Dgcm.c570 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common()
650 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create()
666 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create()
819 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create()
1005 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
H A Dseqiv.c126 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create()
H A Dalgboss.c53 struct crypto_template *tmpl; in cryptomgr_probe() local
/linux/net/netfilter/
H A Dnf_conntrack_proto_icmp.c106 int nf_conntrack_inet_error(struct nf_conn *tmpl, struct sk_buff *skb, in nf_conntrack_inet_error() argument
204 int nf_conntrack_icmpv4_error(struct nf_conn *tmpl, in nf_conntrack_icmpv4_error() argument
H A Dnf_conntrack_proto_icmpv6.c135 nf_conntrack_icmpv6_redirect(struct nf_conn *tmpl, struct sk_buff *skb, in nf_conntrack_icmpv6_redirect() argument
184 int nf_conntrack_icmpv6_error(struct nf_conn *tmpl, in nf_conntrack_icmpv6_error() argument
H A Dnf_conntrack_core.c527 struct nf_conn *tmpl, *p; in nf_ct_tmpl_alloc() local
553 void nf_ct_tmpl_free(struct nf_conn *tmpl) in nf_ct_tmpl_free()
1759 init_conntrack(struct net *net, struct nf_conn *tmpl, in init_conntrack()
1864 resolve_normal_ct(struct nf_conn *tmpl, in resolve_normal_ct()
1935 nf_conntrack_handle_icmp(struct nf_conn *tmpl, in nf_conntrack_handle_icmp()
2014 struct nf_conn *ct, *tmpl; in nf_conntrack_in() local
H A Dnft_dynset.c17 struct nft_set_ext_tmpl tmpl; member
/linux/include/net/netfilter/
H A Dnf_conntrack_synproxy.h33 const struct nf_conn *tmpl) in nf_ct_add_synproxy()
H A Dnf_conntrack_zones.h29 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb, in nf_ct_zone_tmpl()
H A Dnf_synproxy.h23 struct nf_conn *tmpl; member
/linux/drivers/s390/net/
H A Dfsm.c19 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm()
/linux/drivers/scsi/
H A Dscsi_sas_internal.h41 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t) argument
H A Draid_class.c38 #define to_raid_internal(tmpl) container_of(tmpl, struct raid_internal, r) argument
/linux/include/net/tc_act/
H A Dtc_ct.h14 struct nf_conn *tmpl; member
/linux/drivers/irqchip/
H A Dirq-mvebu-icu.c262 const struct msi_domain_template *tmpl; in mvebu_icu_subset_probe() local
/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c147 struct wl12xx_disconn_template *tmpl; in wl1271_ap_init_deauth_template() local

123