Searched refs:crypto_template (Results 1 – 8 of 8) sorted by relevance
| /linux/include/crypto/ |
| H A D | algapi.h | 62 struct crypto_template *tmpl; 74 struct crypto_template { struct 82 int (*create)(struct crypto_template *tmpl, struct rtattr **tb); argument 141 int crypto_register_template(struct crypto_template *tmpl); 142 int crypto_register_templates(struct crypto_template *tmpls, int count); 143 void crypto_unregister_template(struct crypto_template *tmpl); 144 void crypto_unregister_templates(struct crypto_template *tmpls, int count); 145 struct crypto_template *crypto_lookup_template(const char *name); 147 int crypto_register_instance(struct crypto_template *tmpl,
|
| /linux/crypto/ |
| H A D | seqiv.c | 126 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create() 157 static struct crypto_template seqiv_tmpl = {
|
| H A D | authenc.c | 359 static int crypto_authenc_create(struct crypto_template *tmpl, in crypto_authenc_create() 433 static struct crypto_template crypto_authenc_tmpl = {
|
| H A D | authencesn.c | 366 static int crypto_authenc_esn_create(struct crypto_template *tmpl, in crypto_authenc_esn_create() 443 static struct crypto_template crypto_authenc_esn_tmpl = {
|
| H A D | algboss.c | 53 struct crypto_template *tmpl; in cryptomgr_probe()
|
| H A D | essiv.c | 440 static int essiv_create(struct crypto_template *tmpl, struct rtattr **tb) in essiv_create() 626 static struct crypto_template essiv_tmpl = {
|
| /linux/include/crypto/internal/ |
| H A D | kpp.h | 181 int kpp_register_instance(struct crypto_template *tmpl,
|
| H A D | aead.h | 164 int aead_register_instance(struct crypto_template *tmpl,
|