/crypto/ |
D | internal.h | 101 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()
|
D | seqiv.c | 138 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()
|
D | algapi.c | 79 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()
|
D | ofb.c | 52 static int crypto_ofb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ofb_create()
|
D | cbc.c | 51 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
|
D | ccm.c | 454 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()
|
D | echainiv.c | 112 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
|
D | ecb.c | 61 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create()
|
D | ctr.c | 126 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()
|
D | xor.c | 60 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
|
D | pcrypt.c | 214 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()
|
D | aead.c | 231 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()
|
D | akcipher.c | 146 int akcipher_register_instance(struct crypto_template *tmpl, in akcipher_register_instance()
|
D | keywrap.c | 263 static int crypto_kw_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_kw_create()
|
D | gcm.c | 582 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()
|
D | chacha20poly1305.c | 562 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()
|
D | pcbc.c | 153 static int crypto_pcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_pcbc_create()
|
D | cryptd.c | 396 static int cryptd_create_skcipher(struct crypto_template *tmpl, in cryptd_create_skcipher() 669 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() 852 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() 913 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
|
D | cfb.c | 200 static int crypto_cfb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cfb_create()
|
D | hmac.c | 170 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
|
D | algboss.c | 60 struct crypto_template *tmpl; in cryptomgr_probe() local
|
D | cmac.c | 222 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
|
D | xcbc.c | 188 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|
D | lrw.c | 298 static int create(struct crypto_template *tmpl, struct rtattr **tb) in create()
|
D | cts.c | 328 static int crypto_cts_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cts_create()
|