Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dakcipher.c102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function
107 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
H A Dtestmgr.c4141 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c120 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_query()
186 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_eds_op()
336 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in public_key_verify_signature()
H A Dasym_tpm.c408 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in tpm_key_query()
462 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in tpm_key_encrypt()
757 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in tpm_key_verify_signature()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/OK3568_Linux_fs/kernel/include/crypto/
H A Dakcipher.h130 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1097 ctx->rsa.soft_tfm = crypto_alloc_akcipher("rsa-generic", 0, 0); in hpre_rsa_init_tfm()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c651 tfm = crypto_alloc_akcipher(driver, 0, 0); in crypto_rsa_run()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_rockchip1714 crypto_alloc_akcipher