Searched refs:crypto_akcipher_set_pub_key (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/crypto/ |
H A D | api-akcipher.rst | 14 :functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt
|
/linux/include/crypto/internal/ |
H A D | rsa.h | 69 err = crypto_akcipher_set_pub_key(child, key, keylen); in rsa_set_key()
|
/linux/drivers/crypto/aspeed/ |
H A D | aspeed-acry.c | 539 ret = crypto_akcipher_set_pub_key(ctx->fallback_tfm, key, keylen); in aspeed_acry_rsa_set_pub_key()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-rsa.c | 508 ret = crypto_akcipher_set_pub_key(ctx->akcipher_fbk, key, keylen); in starfive_rsa_set_pub_key()
|
/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1146 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setpubkey()
|
/linux/crypto/ |
H A D | testmgr.c | 3881 err = crypto_akcipher_set_pub_key(tfm, vecs->key, in test_akcipher_one()
|