Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/crypto/marvell/
Dcipher.c411 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 …]
Dhash.c409 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/
Dsha.c35 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() local
73 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
Dablkcipher.c22 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_done() local
57 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
Dcommon.c228 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() local
313 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_setup_regs_ablkcipher() local
/Linux-v5.4/drivers/scsi/fnic/
Dcq_exch_desc.h28 u8 tmpl; member
62 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/
Dinternal.h101 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()
Dseqiv.c138 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()
Dalgapi.c79 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local
110 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()
Dccm.c454 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()
Dofb.c52 static int crypto_ofb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ofb_create()
Dctr.c126 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()
Dcbc.c51 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
Dpcrypt.c214 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()
Decb.c61 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create()
Dechainiv.c112 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
Daead.c231 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()
Dxor.c60 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
Dgcm.c582 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()
Dakcipher.c146 int akcipher_register_instance(struct crypto_template *tmpl, in akcipher_register_instance()
/Linux-v5.4/net/netfilter/
Dnf_conntrack_proto_icmp.c104 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/
Dnf_conntrack_synproxy.h33 const struct nf_conn *tmpl) in nf_ct_add_synproxy()
Dnf_conntrack_zones.h29 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb, in nf_ct_zone_tmpl()
Dnf_synproxy.h23 struct nf_conn *tmpl; member
/Linux-v5.4/include/net/tc_act/
Dtc_ct.h13 struct nf_conn *tmpl; member

1234