/linux-6.3-rc2/drivers/crypto/marvell/cesa/ |
A D | cipher.c | 492 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_encrypt() local 503 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_decrypt() local 546 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_encrypt() local 555 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_decrypt() local 599 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des3_ede_encrypt() local 611 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des3_ede_decrypt() local 652 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des3_ede_encrypt() local 664 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des3_ede_decrypt() local 728 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_aes_encrypt() local 739 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_aes_decrypt() local [all …]
|
A D | hash.c | 441 struct mv_cesa_op_ctx *tmpl, bool algo_le) in mv_cesa_ahash_init() 493 struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, in mv_cesa_dma_add_frag() 819 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final() local 831 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_finup() local 895 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_md5_init() local 965 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_sha1_init() local 1036 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_sha256_init() local 1249 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_md5_init() local 1320 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_sha1_init() local 1411 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_sha256_init() local
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | sha.c | 42 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
|
A D | aead.c | 29 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
|
A D | skcipher.c | 32 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
|
A D | common.c | 152 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-6.3-rc2/crypto/ |
A D | dh.c | 551 struct crypto_template *tmpl, struct rtattr **tb, in __dh_safe_prime_create() 832 static int dh_ffdhe2048_create(struct crypto_template *tmpl, in dh_ffdhe2048_create() 838 static int dh_ffdhe3072_create(struct crypto_template *tmpl, in dh_ffdhe3072_create() 844 static int dh_ffdhe4096_create(struct crypto_template *tmpl, in dh_ffdhe4096_create() 850 static int dh_ffdhe6144_create(struct crypto_template *tmpl, in dh_ffdhe6144_create() 856 static int dh_ffdhe8192_create(struct crypto_template *tmpl, in dh_ffdhe8192_create()
|
A D | xor.c | 58 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()
|
A D | algapi.c | 80 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local 122 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local 533 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() 573 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() 613 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local 637 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
|
A D | internal.h | 146 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get() 151 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
|
A D | ccm.c | 445 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()
|
A D | hctr2.c | 404 static int hctr2_create_common(struct crypto_template *tmpl, in hctr2_create_common() 517 static int hctr2_create_base(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create_base() 533 static int hctr2_create(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create()
|
A D | ctr.c | 127 static int crypto_ctr_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ctr_create() 257 static int crypto_rfc3686_create(struct crypto_template *tmpl, in crypto_rfc3686_create()
|
A D | ofb.c | 53 static int crypto_ofb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ofb_create()
|
A D | gcm.c | 574 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common() 656 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() 672 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create() 825 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create() 1040 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
|
A D | pcrypt.c | 232 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()
|
A D | echainiv.c | 112 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
|
A D | ecb.c | 62 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create()
|
A D | geniv.c | 41 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc()
|
/linux-6.3-rc2/drivers/scsi/fnic/ |
A D | cq_exch_desc.h | 16 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-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_proto_icmp.c | 106 int nf_conntrack_inet_error(struct nf_conn *tmpl, struct sk_buff *skb, in nf_conntrack_inet_error() 204 int nf_conntrack_icmpv4_error(struct nf_conn *tmpl, in nf_conntrack_icmpv4_error()
|
A D | nf_conntrack_proto_icmpv6.c | 133 nf_conntrack_icmpv6_redirect(struct nf_conn *tmpl, struct sk_buff *skb, in nf_conntrack_icmpv6_redirect() 182 int nf_conntrack_icmpv6_error(struct nf_conn *tmpl, in nf_conntrack_icmpv6_error()
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_conntrack_synproxy.h | 33 const struct nf_conn *tmpl) in nf_ct_add_synproxy()
|
A 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()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | callthunks.c | 299 void *tmpl = skl_call_thunk_template; in is_callthunk() local 313 void *tmpl = skl_call_thunk_template; in x86_call_depth_emit_accounting() local
|