| /Linux-v5.4/drivers/crypto/marvell/ | 
| D | cipher.c | 411 				     struct mv_cesa_op_ctx *tmpl)  in mv_cesa_skcipher_req_init()444 				      struct mv_cesa_op_ctx *tmpl)  in mv_cesa_skcipher_queue_req()
 466 			  struct mv_cesa_op_ctx *tmpl)  in mv_cesa_des_op()
 480 	struct mv_cesa_op_ctx tmpl;  in mv_cesa_ecb_des_encrypt()  local
 491 	struct mv_cesa_op_ctx tmpl;  in mv_cesa_ecb_des_decrypt()  local
 521 			      struct mv_cesa_op_ctx *tmpl)  in mv_cesa_cbc_des_op()
 533 	struct mv_cesa_op_ctx tmpl;  in mv_cesa_cbc_des_encrypt()  local
 542 	struct mv_cesa_op_ctx tmpl;  in mv_cesa_cbc_des_decrypt()  local
 571 			   struct mv_cesa_op_ctx *tmpl)  in mv_cesa_des3_op()
 585 	struct mv_cesa_op_ctx tmpl;  in mv_cesa_ecb_des3_ede_encrypt()  local
 [all …]
 
 | 
| D | hash.c | 409 			      struct mv_cesa_op_ctx *tmpl, bool algo_le)  in mv_cesa_ahash_init()460 		     struct mv_cesa_op_ctx *tmpl, unsigned int frag_len,  in mv_cesa_dma_add_frag()
 785 	struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl;  in mv_cesa_ahash_final()  local
 797 	struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl;  in mv_cesa_ahash_finup()  local
 861 	struct mv_cesa_op_ctx tmpl = { };  in mv_cesa_md5_init()  local
 930 	struct mv_cesa_op_ctx tmpl = { };  in mv_cesa_sha1_init()  local
 1000 	struct mv_cesa_op_ctx tmpl = { };  in mv_cesa_sha256_init()  local
 1237 	struct mv_cesa_op_ctx tmpl = { };  in mv_cesa_ahmac_md5_init()  local
 1307 	struct mv_cesa_op_ctx tmpl = { };  in mv_cesa_ahmac_sha1_init()  local
 1397 	struct mv_cesa_op_ctx tmpl = { };  in mv_cesa_ahmac_sha256_init()  local
 
 | 
| /Linux-v5.4/drivers/crypto/qce/ | 
| D | sha.c | 35 	struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);  in qce_ahash_done()  local73 	struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);  in qce_ahash_async_req_handle()  local
 127 	struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);  in qce_ahash_init()  local
 230 	struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);  in qce_ahash_update()  local
 305 	struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);  in qce_ahash_final()  local
 328 	struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);  in qce_ahash_digest()  local
 472 	struct qce_alg_template *tmpl;  in qce_ahash_register_one()  local
 527 	struct qce_alg_template *tmpl, *n;  in qce_ahash_unregister()  local
 
 | 
| D | ablkcipher.c | 22 	struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm);  in qce_ablkcipher_done()  local57 	struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm);  in qce_ablkcipher_async_req_handle()  local
 216 	struct qce_alg_template *tmpl = to_cipher_tmpl(tfm);  in qce_ablkcipher_crypt()  local
 357 	struct qce_alg_template *tmpl;  in qce_ablkcipher_register_one()  local
 410 	struct qce_alg_template *tmpl, *n;  in qce_ablkcipher_unregister()  local
 
 | 
| D | common.c | 228 	struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);  in qce_setup_regs_ahash()  local313 	struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm);  in qce_setup_regs_ablkcipher()  local
 
 | 
| /Linux-v5.4/drivers/scsi/fnic/ | 
| D | cq_exch_desc.h | 28 	u8  tmpl;  member62 	u16 tmpl;  member
 95 				      u16 *tmpl,  in cq_fcp_rq_desc_dec()
 141 	u16 tmpl;  member
 169 				   u16 *tmpl,  in cq_sgl_desc_dec()
 
 | 
| /Linux-v5.4/crypto/ | 
| D | internal.h | 101 static inline int crypto_tmpl_get(struct crypto_template *tmpl)  in crypto_tmpl_get()106 static inline void crypto_tmpl_put(struct crypto_template *tmpl)  in crypto_tmpl_put()
 
 | 
| D | seqiv.c | 138 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb)  in seqiv_aead_create()173 static int seqiv_create(struct crypto_template *tmpl, struct rtattr **tb)  in seqiv_create()
 
 | 
| D | algapi.c | 79 	struct crypto_template *tmpl = inst->tmpl;  in crypto_destroy_instance()  local110 	struct crypto_template *tmpl = inst->tmpl;  in crypto_remove_instance()  local
 456 int crypto_register_template(struct crypto_template *tmpl)  in crypto_register_template()
 496 void crypto_unregister_template(struct crypto_template *tmpl)  in crypto_unregister_template()
 536 	struct crypto_template *q, *tmpl = NULL;  in __crypto_lookup_template()  local
 560 int crypto_register_instance(struct crypto_template *tmpl,  in crypto_register_instance()
 
 | 
| D | ccm.c | 454 static int crypto_ccm_create_common(struct crypto_template *tmpl,  in crypto_ccm_create_common()564 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb)  in crypto_ccm_create()
 585 static int crypto_ccm_base_create(struct crypto_template *tmpl,  in crypto_ccm_base_create()
 744 static int crypto_rfc4309_create(struct crypto_template *tmpl,  in crypto_rfc4309_create()
 917 static int cbcmac_create(struct crypto_template *tmpl, struct rtattr **tb)  in cbcmac_create()
 
 | 
| D | ofb.c | 52 static int crypto_ofb_create(struct crypto_template *tmpl, struct rtattr **tb)  in crypto_ofb_create()
 | 
| D | ctr.c | 126 static int crypto_ctr_create(struct crypto_template *tmpl, struct rtattr **tb)  in crypto_ctr_create()262 static int crypto_rfc3686_create(struct crypto_template *tmpl,  in crypto_rfc3686_create()
 
 | 
| D | cbc.c | 51 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb)  in crypto_cbc_create()
 | 
| D | pcrypt.c | 214 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb,  in pcrypt_create_aead()279 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb)  in pcrypt_create()
 
 | 
| D | ecb.c | 61 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb)  in crypto_ecb_create()
 | 
| D | echainiv.c | 112 static int echainiv_aead_create(struct crypto_template *tmpl,  in echainiv_aead_create()
 | 
| D | aead.c | 231 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,  in aead_geniv_alloc()451 int aead_register_instance(struct crypto_template *tmpl,  in aead_register_instance()
 
 | 
| D | xor.c | 60 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)  in do_xor_speed()
 | 
| D | gcm.c | 582 static int crypto_gcm_create_common(struct crypto_template *tmpl,  in crypto_gcm_create_common()692 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb)  in crypto_gcm_create()
 708 static int crypto_gcm_base_create(struct crypto_template *tmpl,  in crypto_gcm_base_create()
 866 static int crypto_rfc4106_create(struct crypto_template *tmpl,  in crypto_rfc4106_create()
 1102 static int crypto_rfc4543_create(struct crypto_template *tmpl,  in crypto_rfc4543_create()
 
 | 
| D | akcipher.c | 146 int akcipher_register_instance(struct crypto_template *tmpl,  in akcipher_register_instance()
 | 
| /Linux-v5.4/net/netfilter/ | 
| D | nf_conntrack_proto_icmp.c | 104 int nf_conntrack_inet_error(struct nf_conn *tmpl, struct sk_buff *skb,  in nf_conntrack_inet_error()203 int nf_conntrack_icmpv4_error(struct nf_conn *tmpl,  in nf_conntrack_icmpv4_error()
 
 | 
| /Linux-v5.4/include/net/netfilter/ | 
| D | nf_conntrack_synproxy.h | 33 				      const struct nf_conn *tmpl)  in nf_ct_add_synproxy()
 | 
| D | nf_conntrack_zones.h | 29 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb,  in nf_ct_zone_tmpl()
 | 
| D | nf_synproxy.h | 23 	struct nf_conn			*tmpl;  member
 | 
| /Linux-v5.4/include/net/tc_act/ | 
| D | tc_ct.h | 13 	struct nf_conn *tmpl;  member
 |