Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/openbmc/linux/crypto/
H A Dakcipher.c125 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function
130 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
H A Dtestmgr.c4283 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
/openbmc/linux/crypto/asymmetric_keys/
H A Dpublic_key.c211 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()
/openbmc/linux/include/crypto/
H A Dakcipher.h158 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c563 ctx->akcipher_fbk = crypto_alloc_akcipher("rsa-generic", 0, 0); in starfive_rsa_init_tfm()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c581 ctx->fallback_tfm = crypto_alloc_akcipher(name, 0, CRYPTO_ALG_ASYNC | in aspeed_acry_rsa_init_tfm()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1174 ctx->rsa.soft_tfm = crypto_alloc_akcipher("rsa-generic", 0, 0); in hpre_rsa_init_tfm()