Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c393 struct mv_cesa_op_ctx *tmpl) in mv_cesa_ablkcipher_req_init()
419 struct mv_cesa_op_ctx *tmpl) in mv_cesa_des_op()
442 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_encrypt() local
453 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des_decrypt() local
486 struct mv_cesa_op_ctx *tmpl) in mv_cesa_cbc_des_op()
498 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_encrypt() local
507 struct mv_cesa_op_ctx tmpl; in mv_cesa_cbc_des_decrypt() local
539 struct mv_cesa_op_ctx *tmpl) in mv_cesa_des3_op()
562 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des3_ede_encrypt() local
574 struct mv_cesa_op_ctx tmpl; in mv_cesa_ecb_des3_ede_decrypt() local
[all …]
Dhash.c415 struct mv_cesa_op_ctx *tmpl, bool algo_le) in mv_cesa_ahash_init()
475 struct mv_cesa_op_ctx *tmpl, unsigned int frag_len, in mv_cesa_dma_add_frag()
753 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_final() local
778 struct mv_cesa_op_ctx *tmpl = &creq->op_tmpl; in mv_cesa_ahash_finup() local
859 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_md5_init() local
922 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_sha1_init() local
985 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_sha256_init() local
1215 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_md5_init() local
1285 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_sha1_init() local
1375 struct mv_cesa_op_ctx tmpl = { }; in mv_cesa_ahmac_sha256_init() local
/linux-4.4.14/drivers/crypto/qce/
Dsha.c43 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() local
81 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle() local
130 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init() local
233 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update() local
308 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final() local
331 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest() local
498 struct qce_alg_template *tmpl; in qce_ahash_register_one() local
554 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister() local
Dablkcipher.c30 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_done() local
65 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_ablkcipher_async_req_handle() local
199 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_ablkcipher_crypt() local
339 struct qce_alg_template *tmpl; in qce_ablkcipher_register_one() local
391 struct qce_alg_template *tmpl, *n; in qce_ablkcipher_unregister() local
Dcommon.c236 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() local
321 struct qce_alg_template *tmpl = to_cipher_tmpl(async_req->tfm); in qce_setup_regs_ablkcipher() local
/linux-4.4.14/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()
Dfnic_fcs.c808 u16 exchange_id, tmpl; in fnic_rq_cmpl_frame_recv() local
/linux-4.4.14/crypto/
Dinternal.h119 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get()
124 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
Dalgapi.c83 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local
115 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local
446 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template()
469 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template()
502 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local
526 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
Dseqiv.c253 static int seqiv_ablkcipher_create(struct crypto_template *tmpl, in seqiv_ablkcipher_create()
288 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create()
330 static int seqiv_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_create()
Dccm.c504 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common()
608 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create()
636 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create()
807 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create()
Daead.c191 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc()
407 int aead_register_instance(struct crypto_template *tmpl, in aead_register_instance()
Dxor.c64 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
Dgcm.c619 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common()
726 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create()
754 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create()
922 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create()
1159 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
Dpcrypt.c273 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead()
336 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
Dcryptd.c340 static int cryptd_create_blkcipher(struct crypto_template *tmpl, in cryptd_create_blkcipher()
602 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash()
772 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead()
833 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
Dchacha20poly1305.c569 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create()
681 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create()
686 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create()
Dechainiv.c178 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
Dxcbc.c199 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
Dmcryptd.c490 static int mcryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in mcryptd_create_hash()
557 static int mcryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in mcryptd_create()
Dcmac.c225 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
Dalgboss.c65 struct crypto_template *tmpl; in cryptomgr_probe() local
Dhmac.c181 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
Dauthenc.c380 static int crypto_authenc_create(struct crypto_template *tmpl, in crypto_authenc_create()
Dahash.c581 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance()
Dauthencesn.c396 static int crypto_authenc_esn_create(struct crypto_template *tmpl, in crypto_authenc_esn_create()
Dblkcipher.c581 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, in skcipher_geniv_alloc()
Dablkcipher.c542 struct crypto_template *tmpl; in crypto_givcipher_default() local
Dvmac.c643 static int vmac_create(struct crypto_template *tmpl, struct rtattr **tb) in vmac_create()
Dshash.c666 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance()
/linux-4.4.14/net/ipv4/
Dxfrm4_state.c43 xfrm4_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, in xfrm4_init_temprop()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c145 icmpv6_error_message(struct net *net, struct nf_conn *tmpl, in icmpv6_error_message()
198 icmpv6_error(struct net *net, struct nf_conn *tmpl, in icmpv6_error()
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c130 icmp_error_message(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, in icmp_error_message()
182 icmp_error(struct net *net, struct nf_conn *tmpl, in icmp_error()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_zones.h31 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb, in nf_ct_zone_tmpl()
Dnf_conntrack_synproxy.h39 struct nf_conn *tmpl; member
Dnf_tables.h426 static inline void nft_set_ext_prepare(struct nft_set_ext_tmpl *tmpl) in nft_set_ext_prepare()
432 static inline void nft_set_ext_add_length(struct nft_set_ext_tmpl *tmpl, u8 id, in nft_set_ext_add_length()
441 static inline void nft_set_ext_add(struct nft_set_ext_tmpl *tmpl, u8 id) in nft_set_ext_add()
447 const struct nft_set_ext_tmpl *tmpl) in nft_set_ext_init()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_core.c297 struct nf_conn *tmpl; in nf_ct_tmpl_alloc() local
318 void nf_ct_tmpl_free(struct nf_conn *tmpl) in nf_ct_tmpl_free()
909 init_conntrack(struct net *net, struct nf_conn *tmpl, in init_conntrack()
1020 resolve_normal_ct(struct net *net, struct nf_conn *tmpl, in resolve_normal_ct()
1087 struct nf_conn *ct, *tmpl = NULL; in nf_conntrack_in() local
Dnft_dynset.c21 struct nft_set_ext_tmpl tmpl; member
Dnf_conntrack_proto_udp.c111 static int udp_error(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb, in udp_error()
Dnf_conntrack_proto_udplite.c119 static int udplite_error(struct net *net, struct nf_conn *tmpl, in udplite_error()
Dnf_conntrack_helper.c186 int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl, in __nf_ct_try_assign_helper()
Dnf_conntrack_proto_dccp.c570 static int dccp_error(struct net *net, struct nf_conn *tmpl, in dccp_error()
Dnf_conntrack_proto_tcp.c752 static int tcp_error(struct net *net, struct nf_conn *tmpl, in tcp_error()
Dnf_tables_api.c3326 const struct nft_set_ext_tmpl *tmpl, in nft_set_elem_init()
3371 struct nft_set_ext_tmpl tmpl; in nft_add_set_elem() local
/linux-4.4.14/net/ipv6/
Dxfrm6_state.c44 xfrm6_init_temprop(struct xfrm_state *x, const struct xfrm_tmpl *tmpl, in xfrm6_init_temprop()
/linux-4.4.14/drivers/s390/net/
Dfsm.c17 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm()
/linux-4.4.14/drivers/scsi/
Dscsi_sas_internal.h40 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t) argument
Draid_class.c39 #define to_raid_internal(tmpl) container_of(tmpl, struct raid_internal, r) argument
Dscsi_transport_srp.c55 #define to_srp_internal(tmpl) container_of(tmpl, struct srp_internal, t) argument
Dscsi_transport_spi.c76 #define to_spi_internal(tmpl) container_of(tmpl, struct spi_internal, t) argument
Dscsi_transport_fc.c352 #define to_fc_internal(tmpl) container_of(tmpl, struct fc_internal, t) argument
Dscsi_transport_iscsi.c94 #define to_iscsi_internal(tmpl) \ argument
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c131 struct paravirt_patch_template tmpl = { in get_call_destination() local
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dinit.c161 struct wl12xx_disconn_template *tmpl; in wl1271_ap_init_deauth_template() local
Dcmd.c1220 struct wl12xx_arp_rsp_template *tmpl; in wl1271_cmd_build_arp_rsp() local
/linux-4.4.14/net/core/
Dfib_rules.c128 fib_rules_register(const struct fib_rules_ops *tmpl, struct net *net) in fib_rules_register()
/linux-4.4.14/net/openvswitch/
Dconntrack.c405 struct nf_conn *tmpl = info->ct; in __ovs_ct_lookup() local
/linux-4.4.14/drivers/ata/
Dlibata-transport.c65 #define to_ata_internal(tmpl) container_of(tmpl, struct ata_internal, t) argument
/linux-4.4.14/include/crypto/
Dalgapi.h45 struct crypto_template *tmpl; member
/linux-4.4.14/drivers/atm/
Didt77252.c2150 unsigned long tmpl, modl; in idt77252_init_cbr() local
3261 unsigned long tmpl, modl; in init_card() local
Dnicstar.c1230 unsigned long tmpl, modl; in ns_open() local
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c1428 struct xfrm_tmpl *tmpl = &policy->xfrm_vec[i]; in xfrm_tmpl_resolve_one() local
2389 xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, in xfrm_state_ok()
2412 xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start, in xfrm_policy_ok()
Dxfrm_state.c634 const struct xfrm_tmpl *tmpl, in xfrm_init_tempstate()
765 const struct flowi *fl, struct xfrm_tmpl *tmpl, in xfrm_state_find()
/linux-4.4.14/drivers/net/bonding/
Dbond_3ad.c1739 static const struct port_params tmpl = { in ad_initialize_port() local
/linux-4.4.14/drivers/crypto/
Dn2_core.c1388 static int __n2_register_one_cipher(const struct n2_cipher_tmpl *tmpl) in __n2_register_one_cipher()
1462 static int __n2_register_one_ahash(const struct n2_hash_tmpl *tmpl) in __n2_register_one_ahash()
/linux-4.4.14/include/net/
Dxfrm.h1037 __xfrm4_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm4_state_addr_cmp()
1044 __xfrm6_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x) in __xfrm6_state_addr_cmp()
1051 xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family) in xfrm_state_addr_cmp()
/linux-4.4.14/net/sunrpc/
Dcache.c1691 struct cache_detail *cache_create_net(struct cache_detail *tmpl, struct net *net) in cache_create_net()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c4631 unsigned long tmpl; in vmx_set_constant_host_state() local