/crypto/ |
D | internal.h | 122 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get() 127 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() 186 static int seqiv_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_create()
|
D | algapi.c | 83 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() local 114 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() local 458 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() 481 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() 514 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() local 538 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
|
D | echainiv.c | 117 static int echainiv_aead_create(struct crypto_template *tmpl, in echainiv_aead_create()
|
D | ccm.c | 506 static int crypto_ccm_create_common(struct crypto_template *tmpl, in crypto_ccm_create_common() 611 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create() 639 static int crypto_ccm_base_create(struct crypto_template *tmpl, in crypto_ccm_base_create() 810 static int crypto_rfc4309_create(struct crypto_template *tmpl, in crypto_rfc4309_create()
|
D | xor.c | 68 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
|
D | aead.c | 191 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() 411 int aead_register_instance(struct crypto_template *tmpl, in aead_register_instance()
|
D | akcipher.c | 139 int akcipher_register_instance(struct crypto_template *tmpl, in akcipher_register_instance()
|
D | gcm.c | 617 static int crypto_gcm_create_common(struct crypto_template *tmpl, in crypto_gcm_create_common() 727 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() 755 static int crypto_gcm_base_create(struct crypto_template *tmpl, in crypto_gcm_base_create() 923 static int crypto_rfc4106_create(struct crypto_template *tmpl, in crypto_rfc4106_create() 1163 static int crypto_rfc4543_create(struct crypto_template *tmpl, in crypto_rfc4543_create()
|
D | pcrypt.c | 281 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead() 346 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
|
D | chacha20poly1305.c | 577 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create() 696 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create() 701 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create()
|
D | cryptd.c | 372 static int cryptd_create_blkcipher(struct crypto_template *tmpl, in cryptd_create_blkcipher() 644 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() 827 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() 888 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
|
D | xcbc.c | 199 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|
D | algboss.c | 65 struct crypto_template *tmpl; in cryptomgr_probe() local
|
D | hmac.c | 181 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
|
D | cmac.c | 225 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_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 | cts.c | 324 static int crypto_cts_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cts_create()
|
D | ctr.c | 345 static int crypto_rfc3686_create(struct crypto_template *tmpl, in crypto_rfc3686_create()
|
D | authenc.c | 378 static int crypto_authenc_create(struct crypto_template *tmpl, in crypto_authenc_create()
|
D | skcipher.c | 453 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance()
|
D | ahash.c | 603 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance()
|
D | rsa-pkcs1pad.c | 609 static int pkcs1pad_create(struct crypto_template *tmpl, struct rtattr **tb) in pkcs1pad_create()
|
D | authencesn.c | 404 static int crypto_authenc_esn_create(struct crypto_template *tmpl, in crypto_authenc_esn_create()
|
D | shash.c | 539 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance()
|