Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dakcipher.h153 int akcipher_register_instance(struct crypto_template *tmpl,
/openbmc/linux/crypto/
H A Dakcipher.c182 int akcipher_register_instance(struct crypto_template *tmpl, in akcipher_register_instance() function
190 EXPORT_SYMBOL_GPL(akcipher_register_instance);
H A Drsa-pkcs1pad.c677 err = akcipher_register_instance(tmpl, inst); in pkcs1pad_create()