Searched refs:crypto_template (Results 1 – 10 of 10) sorted by relevance
| /include/crypto/ |
| 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 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 D | rsa.h | 84 extern struct crypto_template rsa_pkcs1pad_tmpl; 85 extern struct crypto_template rsassa_pkcs1_tmpl;
|
| A D | skcipher.h | 164 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 D | geniv.h | 21 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
|
| A D | ecc.h | 308 extern struct crypto_template ecdsa_x962_tmpl; 309 extern struct crypto_template ecdsa_p1363_tmpl;
|
| A D | sig.h | 53 int sig_register_instance(struct crypto_template *tmpl,
|
| A D | akcipher.h | 153 int akcipher_register_instance(struct crypto_template *tmpl,
|
| A D | kpp.h | 181 int kpp_register_instance(struct crypto_template *tmpl,
|
| A D | aead.h | 164 int aead_register_instance(struct crypto_template *tmpl,
|
| A D | hash.h | 91 int ahash_register_instance(struct crypto_template *tmpl, 142 int shash_register_instance(struct crypto_template *tmpl,
|
Completed in 16 milliseconds