Searched refs:crypto_alloc_akcipher (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/crypto/ |
D | akcipher.c | 102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function 107 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
|
D | testmgr.c | 4203 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
|
/linux-6.1.9/Documentation/crypto/ |
D | api-akcipher.rst | 14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
|
/linux-6.1.9/crypto/asymmetric_keys/ |
D | public_key.c | 165 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_query() 230 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_eds_op() 394 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in public_key_verify_signature()
|
/linux-6.1.9/include/crypto/ |
D | akcipher.h | 130 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
|
/linux-6.1.9/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 1162 ctx->rsa.soft_tfm = crypto_alloc_akcipher("rsa-generic", 0, 0); in hpre_rsa_init_tfm()
|