Searched refs:crypto_alloc_akcipher (Results 1 – 3 of 3) sorted by relevance
112 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function117 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
4018 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
230 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_query()311 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_eds_op()
Completed in 15 milliseconds