/crypto/ |
D | fips140-alg-registration.c | 276 int fips140_aead_register_instance(struct crypto_template *tmpl, in fips140_aead_register_instance() 283 int fips140_ahash_register_instance(struct crypto_template *tmpl, in fips140_ahash_register_instance() 290 int fips140_shash_register_instance(struct crypto_template *tmpl, in fips140_shash_register_instance() 297 int fips140_skcipher_register_instance(struct crypto_template *tmpl, in fips140_skcipher_register_instance()
|
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()
|
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()
|
D | algapi.c | 74 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local 116 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local 522 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() 562 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() 602 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local 626 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
|
D | ofb.c | 53 static int crypto_ofb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ofb_create()
|
D | hctr2.c | 405 static int hctr2_create_common(struct crypto_template *tmpl, in hctr2_create_common() 518 static int hctr2_create_base(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create_base() 534 static int hctr2_create(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create()
|
D | ccm.c | 446 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common() 531 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create() 552 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create() 706 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create() 863 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 | geniv.c | 41 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc()
|
D | ecb.c | 62 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create()
|
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()
|
D | seqiv.c | 136 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create()
|
D | pcrypt.c | 236 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead() 295 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
|
D | gcm.c | 576 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()
|
D | keywrap.c | 264 static int crypto_kw_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_kw_create()
|
D | xctr.c | 131 static int crypto_xctr_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_xctr_create()
|
D | akcipher.c | 155 int akcipher_register_instance(struct crypto_template *tmpl, in akcipher_register_instance()
|
D | chacha20poly1305.c | 555 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()
|
D | cbc.c | 174 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
|
D | pcbc.c | 154 static int crypto_pcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_pcbc_create()
|
D | algboss.c | 53 struct crypto_template *tmpl; in cryptomgr_probe() local
|
D | cryptd.c | 369 static int cryptd_create_skcipher(struct crypto_template *tmpl, in cryptd_create_skcipher() 636 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() 822 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() 879 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
|
D | cfb.c | 201 static int crypto_cfb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cfb_create()
|
D | cmac.c | 223 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
|
D | xcbc.c | 189 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|