Searched refs:rsa_pkcs1pad_tmpl (Results 1 – 3 of 3) sorted by relevance
61 extern struct crypto_template rsa_pkcs1pad_tmpl;
379 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()390 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_exit()
684 struct crypto_template rsa_pkcs1pad_tmpl = { variable