Searched refs:crypto_alloc_akcipher (Results 1 – 5 of 5) sorted by relevance
109 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function114 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
2382 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
100 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in public_key_verify_signature()
130 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,