Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
Dcipher.c413 struct mv_cesa_op_ctx *tmpl) in mv_cesa_skcipher_req_init()
446 struct mv_cesa_op_ctx *tmpl) in mv_cesa_skcipher_queue_req()
468 struct mv_cesa_op_ctx *tmpl) in mv_cesa_des_op()
482 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_encrypt() local
493 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_decrypt() local
524 struct mv_cesa_op_ctx *tmpl) in mv_cesa_cbc_des_op()
536 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_encrypt() local
545 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_decrypt() local
575 struct mv_cesa_op_ctx *tmpl) in mv_cesa_des3_op()
589 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des3_ede_encrypt() local
[all …]
Dhash.c417 struct mv_cesa_op_ctx *tmpl, bool algo_le) in mv_cesa_ahash_init()
469 struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, in mv_cesa_dma_add_frag()
795 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final() local
807 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_finup() local
871 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_md5_init() local
941 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_sha1_init() local
1012 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_sha256_init() local
1250 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_md5_init() local
1321 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_sha1_init() local
1412 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_sha256_init() local
/kernel/linux/linux-5.10/drivers/crypto/qce/
Dsha.c36 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() local
74 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle() local
128 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init() local
239 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update() local
312 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final() local
339 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest() local
488 struct qce_alg_template *tmpl; in qce_ahash_register_one() local
548 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister() local
Dskcipher.c31 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done() local
68 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle() local
228 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt() local
388 struct qce_alg_template *tmpl; in qce_skcipher_register_one() local
448 struct qce_alg_template *tmpl, *n; in qce_skcipher_unregister() local
Dcommon.c148 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() local
314 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher() local
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/crypto/
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()
Dinternal.h111 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get()
116 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
Dalgapi.c76 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance_workfn() local
128 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local
510 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template()
550 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template()
590 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local
614 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
Dccm.c445 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common()
530 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create()
551 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create()
705 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create()
862 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()
256 static int crypto_rfc3686_create(struct crypto_template *tmpl, in crypto_rfc3686_create()
Dechainiv.c112 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
Dgeniv.c41 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc()
Decb.c61 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create()
Dpcrypt.c232 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead()
291 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
Dgcm.c576 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common()
658 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create()
674 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create()
827 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create()
1042 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
Dseqiv.c136 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create()
Dchacha20poly1305.c555 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create()
637 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create()
642 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create()
Dkeywrap.c263 static int crypto_kw_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_kw_create()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_proto_icmp.c106 int nf_conntrack_inet_error(struct nf_conn *tmpl, struct sk_buff *skb, in nf_conntrack_inet_error()
205 int nf_conntrack_icmpv4_error(struct nf_conn *tmpl, in nf_conntrack_icmpv4_error()
Dnf_conntrack_proto_icmpv6.c134 nf_conntrack_icmpv6_redirect(struct nf_conn *tmpl, struct sk_buff *skb, in nf_conntrack_icmpv6_redirect()
183 int nf_conntrack_icmpv6_error(struct nf_conn *tmpl, in nf_conntrack_icmpv6_error()

1234