| /crypto/ |
| A D | dh.c | 552 struct crypto_template *tmpl, struct rtattr **tb, in __dh_safe_prime_create() 833 static int dh_ffdhe2048_create(struct crypto_template *tmpl, in dh_ffdhe2048_create() 839 static int dh_ffdhe3072_create(struct crypto_template *tmpl, in dh_ffdhe3072_create() 845 static int dh_ffdhe4096_create(struct crypto_template *tmpl, in dh_ffdhe4096_create() 851 static int dh_ffdhe6144_create(struct crypto_template *tmpl, in dh_ffdhe6144_create() 857 static int dh_ffdhe8192_create(struct crypto_template *tmpl, in dh_ffdhe8192_create()
|
| A D | ecb.c | 98 struct crypto_template *tmpl, struct rtattr **tb) in lskcipher_alloc_instance_simple2() 149 static int crypto_ecb_create2(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create2() 171 static int crypto_ecb_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ecb_create()
|
| A D | algapi.c | 74 struct crypto_template *tmpl = container_of(w, struct crypto_template, in crypto_destroy_instance_workfn() local 98 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local 140 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local 537 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() 579 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() 621 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local 645 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
|
| 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 | hmac.c | 182 static int __hmac_create_shash(struct crypto_template *tmpl, in __hmac_create_shash() 448 static int hmac_create_ahash(struct crypto_template *tmpl, struct rtattr **tb, in hmac_create_ahash() 519 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create() 541 static int hmac_create_shash(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create_shash()
|
| A D | echainiv.c | 100 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
|
| A D | hctr2.c | 404 static int hctr2_create_common(struct crypto_template *tmpl, in hctr2_create_common() 516 static int hctr2_create_base(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create_base() 532 static int hctr2_create(struct crypto_template *tmpl, struct rtattr **tb) in hctr2_create()
|
| A D | ccm.c | 442 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common() 525 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create() 546 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create() 700 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create() 847 static int cbcmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cbcmac_create()
|
| A D | internal.h | 173 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get() 178 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
|
| A D | geniv.c | 40 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc()
|
| A D | chacha20poly1305.c | 371 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create() 445 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create() 450 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_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 | seqiv.c | 124 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create()
|
| A D | pcrypt.c | 237 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead() 296 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
|
| A D | kpp.c | 131 int kpp_register_instance(struct crypto_template *tmpl, in kpp_register_instance()
|
| A D | gcm.c | 570 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common() 650 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() 666 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create() 819 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create() 1005 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
|
| A D | ecdsa-p1363.c | 99 static int ecdsa_p1363_create(struct crypto_template *tmpl, struct rtattr **tb) in ecdsa_p1363_create()
|
| A D | xctr.c | 131 static int crypto_xctr_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_xctr_create()
|
| A D | cbc.c | 138 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
|
| A D | xcbc.c | 127 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|
| A D | sig.c | 156 int sig_register_instance(struct crypto_template *tmpl, in sig_register_instance()
|
| A D | pcbc.c | 154 static int crypto_pcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_pcbc_create()
|
| A D | algboss.c | 53 struct crypto_template *tmpl; in cryptomgr_probe() local
|
| A D | cmac.c | 175 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
|
| A D | lskcipher.c | 410 int lskcipher_register_instance(struct crypto_template *tmpl, in lskcipher_register_instance() 484 struct crypto_template *tmpl, struct rtattr **tb) in lskcipher_alloc_instance_simple()
|