Home
last modified time | relevance | path

Searched refs:crypto_register_akcipher (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/crypto/
Dakcipher.c98 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
107 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
Drsa.c342 return crypto_register_akcipher(&rsa); in rsa_init()
/linux-4.4.14/include/crypto/internal/
Dakcipher.h50 int crypto_register_akcipher(struct akcipher_alg *alg);
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c743 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()