/linux-4.19.296/crypto/ |
D | internal.h | 113 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get() 118 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
|
D | seqiv.c | 144 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create() 179 static int seqiv_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_create()
|
D | algapi.c | 93 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local 124 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local 466 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() 488 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() 519 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local 543 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
|
D | ccm.c | 456 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common() 566 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create() 593 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create() 758 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create() 937 static int cbcmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cbcmac_create()
|
D | echainiv.c | 117 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
|
D | aead.c | 203 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() 423 int aead_register_instance(struct crypto_template *tmpl, in aead_register_instance()
|
D | xor.c | 68 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
|
D | akcipher.c | 140 int akcipher_register_instance(struct crypto_template *tmpl, in akcipher_register_instance()
|
D | gcm.c | 598 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common() 708 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() 730 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create() 892 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create() 1132 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
|
D | pcrypt.c | 284 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead() 349 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
|
D | cbc.c | 109 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
|
D | chacha20poly1305.c | 585 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create() 704 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create() 709 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create()
|
D | cryptd.c | 385 static int cryptd_create_blkcipher(struct crypto_template *tmpl, in cryptd_create_blkcipher() 592 static int cryptd_create_skcipher(struct crypto_template *tmpl, in cryptd_create_skcipher() 868 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() 1051 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() 1112 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
|
D | mcryptd.c | 485 static int mcryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in mcryptd_create_hash() 554 static int mcryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in mcryptd_create()
|
D | xcbc.c | 198 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|
D | hmac.c | 182 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
|
D | algboss.c | 65 struct crypto_template *tmpl; in cryptomgr_probe() local
|
D | cmac.c | 227 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
|
D | pcbc.c | 210 static int crypto_pcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_pcbc_create()
|
D | cfb.c | 255 static int crypto_cfb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cfb_create()
|
D | cts.c | 324 static int crypto_cts_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cts_create()
|
D | ctr.c | 353 static int crypto_rfc3686_create(struct crypto_template *tmpl, in crypto_rfc3686_create()
|
/linux-4.19.296/include/net/netfilter/ |
D | nf_conntrack_synproxy.h | 32 const struct nf_conn *tmpl) in nf_ct_add_synproxy() 54 struct nf_conn *tmpl; member
|
D | nf_conntrack_zones.h | 31 nf_ct_zone_tmpl(const struct nf_conn *tmpl, const struct sk_buff *skb, in nf_ct_zone_tmpl()
|
/linux-4.19.296/drivers/s390/net/ |
D | fsm.c | 18 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm()
|