Home
last modified time | relevance | path

Searched refs:rsa_pkcs1pad_tmpl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/crypto/internal/
H A Drsa.h56 extern struct crypto_template rsa_pkcs1pad_tmpl;
/openbmc/linux/crypto/
H A Drsa.c376 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
387 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_exit()
H A Drsa-pkcs1pad.c685 struct crypto_template rsa_pkcs1pad_tmpl = { variable