Searched refs:crypto_alloc_akcipher (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/Documentation/crypto/ |
D | api-akcipher.rst | 14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
|
/Linux-v6.6/crypto/ |
D | akcipher.c | 125 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function 130 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
|
D | testmgr.c | 4283 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
|
/Linux-v6.6/crypto/asymmetric_keys/ |
D | public_key.c | 211 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_query() 320 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_eds_op()
|
/Linux-v6.6/include/crypto/ |
D | akcipher.h | 158 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
|
/Linux-v6.6/drivers/crypto/starfive/ |
D | jh7110-rsa.c | 563 ctx->akcipher_fbk = crypto_alloc_akcipher("rsa-generic", 0, 0); in starfive_rsa_init_tfm()
|
/Linux-v6.6/drivers/crypto/aspeed/ |
D | aspeed-acry.c | 581 ctx->fallback_tfm = crypto_alloc_akcipher(name, 0, CRYPTO_ALG_ASYNC | in aspeed_acry_rsa_init_tfm()
|
/Linux-v6.6/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 1174 ctx->rsa.soft_tfm = crypto_alloc_akcipher("rsa-generic", 0, 0); in hpre_rsa_init_tfm()
|