Home
last modified time | relevance | path

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

/include/crypto/
A Dalgapi.h62 struct crypto_template *tmpl;
74 struct crypto_template { struct
82 int (*create)(struct crypto_template *tmpl, struct rtattr **tb); argument
129 int crypto_register_template(struct crypto_template *tmpl);
130 int crypto_register_templates(struct crypto_template *tmpls, int count);
131 void crypto_unregister_template(struct crypto_template *tmpl);
132 void crypto_unregister_templates(struct crypto_template *tmpls, int count);
133 struct crypto_template *crypto_lookup_template(const char *name);
135 int crypto_register_instance(struct crypto_template *tmpl,
/include/crypto/internal/
A Drsa.h84 extern struct crypto_template rsa_pkcs1pad_tmpl;
85 extern struct crypto_template rsassa_pkcs1_tmpl;
A Dskcipher.h164 int skcipher_register_instance(struct crypto_template *tmpl,
171 int lskcipher_register_instance(struct crypto_template *tmpl,
232 struct crypto_template *tmpl, struct rtattr **tb);
251 struct crypto_template *tmpl, struct rtattr **tb);
A Dgeniv.h21 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
A Decc.h308 extern struct crypto_template ecdsa_x962_tmpl;
309 extern struct crypto_template ecdsa_p1363_tmpl;
A Dsig.h53 int sig_register_instance(struct crypto_template *tmpl,
A Dakcipher.h153 int akcipher_register_instance(struct crypto_template *tmpl,
A Dkpp.h181 int kpp_register_instance(struct crypto_template *tmpl,
A Daead.h164 int aead_register_instance(struct crypto_template *tmpl,
A Dhash.h91 int ahash_register_instance(struct crypto_template *tmpl,
142 int shash_register_instance(struct crypto_template *tmpl,

Completed in 16 milliseconds