Home
last modified time | relevance | path

Searched refs:crypto_template (Results 1 – 8 of 8) sorted by relevance

/linux/include/crypto/
H A Dalgapi.h62 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 Dseqiv.c126 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 Dauthenc.c359 static int crypto_authenc_create(struct crypto_template *tmpl, in crypto_authenc_create()
433 static struct crypto_template crypto_authenc_tmpl = {
H A Dauthencesn.c366 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 Dalgboss.c53 struct crypto_template *tmpl; in cryptomgr_probe()
H A Dessiv.c440 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 Dkpp.h181 int kpp_register_instance(struct crypto_template *tmpl,
H A Daead.h164 int aead_register_instance(struct crypto_template *tmpl,