Searched refs:crypto_alloc_akcipher (Results 1 – 10 of 10) sorted by relevance
/linux/crypto/ |
A 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);
|
A D | testmgr.c | 4123 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
|
/linux/crypto/asymmetric_keys/ |
A D | public_key.c | 122 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_query() 188 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in software_key_eds_op() 334 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in public_key_verify_signature()
|
A D | asym_tpm.c | 408 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()
|
/linux/Documentation/crypto/ |
A D | api-akcipher.rst | 14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
|
/linux/include/crypto/ |
A D | akcipher.h | 130 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
|
/linux/drivers/crypto/hisilicon/hpre/ |
A D | hpre_crypto.c | 1156 ctx->rsa.soft_tfm = crypto_alloc_akcipher("rsa-generic", 0, 0); in hpre_rsa_init_tfm()
|
/linux/ |
A D | vmlinux.symvers | 12246 0x00000000 crypto_alloc_akcipher vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 15134 ffff80001044a060 T crypto_alloc_akcipher
|
A D | .tmp_System.map | 15134 ffff80001044a060 T crypto_alloc_akcipher
|
Completed in 363 milliseconds