Home
last modified time | relevance | path

Searched refs:crypto_alloc_akcipher (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/Documentation/crypto/
Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/linux-6.12.1/crypto/
Dakcipher.c98 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function
103 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
Dtestmgr.c4324 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
/linux-6.12.1/crypto/asymmetric_keys/
Dpublic_key.c207 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_query()
328 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_eds_op()
/linux-6.12.1/include/crypto/
Dakcipher.h133 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
/linux-6.12.1/drivers/crypto/aspeed/
Daspeed-acry.c581 ctx->fallback_tfm = crypto_alloc_akcipher(name, 0, CRYPTO_ALG_ASYNC | in aspeed_acry_rsa_init_tfm()
/linux-6.12.1/drivers/crypto/starfive/
Djh7110-rsa.c546 ctx->akcipher_fbk = crypto_alloc_akcipher("rsa-generic", 0, 0); in starfive_rsa_init_tfm()
/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1179 ctx->rsa.soft_tfm = crypto_alloc_akcipher("rsa-generic", 0, 0); in hpre_rsa_init_tfm()