/linux-4.1.27/include/crypto/ |
D | algapi.h | 42 struct crypto_template *tmpl; 48 struct crypto_template { struct 55 int (*create)(struct crypto_template *tmpl, struct rtattr **tb); argument 134 int crypto_register_template(struct crypto_template *tmpl); 135 void crypto_unregister_template(struct crypto_template *tmpl); 136 struct crypto_template *crypto_lookup_template(const char *name); 138 int crypto_register_instance(struct crypto_template *tmpl,
|
/linux-4.1.27/crypto/ |
D | internal.h | 40 struct crypto_template; 118 static inline int crypto_tmpl_get(struct crypto_template *tmpl) in crypto_tmpl_get() 123 static inline void crypto_tmpl_put(struct crypto_template *tmpl) in crypto_tmpl_put()
|
D | algapi.c | 75 struct crypto_template *tmpl = inst->tmpl; in crypto_destroy_instance() 107 struct crypto_template *tmpl = inst->tmpl; in crypto_remove_instance() 438 int crypto_register_template(struct crypto_template *tmpl) in crypto_register_template() 440 struct crypto_template *q; in crypto_register_template() 461 void crypto_unregister_template(struct crypto_template *tmpl) in crypto_unregister_template() 492 static struct crypto_template *__crypto_lookup_template(const char *name) in __crypto_lookup_template() 494 struct crypto_template *q, *tmpl = NULL; in __crypto_lookup_template() 511 struct crypto_template *crypto_lookup_template(const char *name) in crypto_lookup_template() 518 int crypto_register_instance(struct crypto_template *tmpl, in crypto_register_instance()
|
D | eseqiv.c | 204 static struct crypto_template eseqiv_tmpl; 248 static struct crypto_template eseqiv_tmpl = {
|
D | xcbc.c | 199 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create() 267 static struct crypto_template crypto_xcbc_tmpl = {
|
D | cmac.c | 225 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create() 294 static struct crypto_template crypto_cmac_tmpl = {
|
D | hmac.c | 181 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create() 249 static struct crypto_template hmac_tmpl = {
|
D | chainiv.c | 285 static struct crypto_template chainiv_tmpl; 340 static struct crypto_template chainiv_tmpl = {
|
D | seqiv.c | 259 static struct crypto_template seqiv_tmpl; 355 static struct crypto_template seqiv_tmpl = {
|
D | cryptd.c | 331 static int cryptd_create_blkcipher(struct crypto_template *tmpl, in cryptd_create_blkcipher() 593 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() 742 static int cryptd_create_aead(struct crypto_template *tmpl, in cryptd_create_aead() 803 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create() 844 static struct crypto_template cryptd_tmpl = {
|
D | mcryptd.c | 490 static int mcryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in mcryptd_create_hash() 557 static int mcryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in mcryptd_create() 590 static struct crypto_template mcryptd_tmpl = {
|
D | ecb.c | 166 static struct crypto_template crypto_ecb_tmpl = {
|
D | ctr.c | 245 static struct crypto_template crypto_ctr_tmpl = { 431 static struct crypto_template crypto_rfc3686_tmpl = {
|
D | ccm.c | 603 static struct crypto_template crypto_ccm_tmpl = { 631 static struct crypto_template crypto_ccm_base_tmpl = { 837 static struct crypto_template crypto_rfc4309_tmpl = {
|
D | aead.c | 272 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() 407 struct crypto_template *tmpl; in crypto_nivaead_default()
|
D | algboss.c | 65 struct crypto_template *tmpl; in cryptomgr_probe()
|
D | gcm.c | 823 static struct crypto_template crypto_gcm_tmpl = { 851 static struct crypto_template crypto_gcm_base_tmpl = { 1054 static struct crypto_template crypto_rfc4106_tmpl = { 1385 static struct crypto_template crypto_rfc4543_tmpl = {
|
D | cbc.c | 270 static struct crypto_template crypto_cbc_tmpl = {
|
D | pcbc.c | 276 static struct crypto_template crypto_pcbc_tmpl = {
|
D | xts.c | 343 static struct crypto_template crypto_tmpl = {
|
D | cts.c | 333 static struct crypto_template crypto_cts_tmpl = {
|
D | lrw.c | 381 static struct crypto_template crypto_tmpl = {
|
D | vmac.c | 643 static int vmac_create(struct crypto_template *tmpl, struct rtattr **tb) in vmac_create() 694 static struct crypto_template vmac_tmpl = {
|
D | pcrypt.c | 517 static struct crypto_template pcrypt_tmpl = {
|
D | ahash.c | 581 int ahash_register_instance(struct crypto_template *tmpl, in ahash_register_instance()
|
D | shash.c | 671 int shash_register_instance(struct crypto_template *tmpl, in shash_register_instance()
|
D | ablkcipher.c | 542 struct crypto_template *tmpl; in crypto_givcipher_default()
|
D | authenc.c | 702 static struct crypto_template crypto_authenc_tmpl = {
|
D | blkcipher.c | 580 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, in skcipher_geniv_alloc()
|
D | authencesn.c | 794 static struct crypto_template crypto_authenc_esn_tmpl = {
|
/linux-4.1.27/include/crypto/internal/ |
D | hash.h | 82 int ahash_register_instance(struct crypto_template *tmpl, 101 int shash_register_instance(struct crypto_template *tmpl,
|
D | aead.h | 58 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl,
|
D | skcipher.h | 62 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl,
|
/linux-4.1.27/arch/x86/crypto/ |
D | fpu.c | 147 static struct crypto_template crypto_fpu_tmpl = {
|