Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/internal/
Drsa.h56 extern struct crypto_template rsa_pkcs1pad_tmpl;
/linux-6.12.1/crypto/
Drsa.c409 err = crypto_register_template(&rsa_pkcs1pad_tmpl); in rsa_init()
420 crypto_unregister_template(&rsa_pkcs1pad_tmpl); in rsa_exit()
Drsa-pkcs1pad.c708 struct crypto_template rsa_pkcs1pad_tmpl = { variable