Searched refs:crypto_register_akcipher (Results 1 – 4 of 4) sorted by relevance
98 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function107 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
342 return crypto_register_akcipher(&rsa); in rsa_init()
50 int crypto_register_akcipher(struct akcipher_alg *alg);
743 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()