Searched refs:crypto_akcipher_set_priv_key (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/Documentation/crypto/ |
| H A D | api-akcipher.rst | 14 …loc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_…
|
| /linux-6.15/include/crypto/internal/ |
| H A D | rsa.h | 71 err = crypto_akcipher_set_priv_key(child, key, keylen); in rsa_set_key()
|
| /linux-6.15/crypto/asymmetric_keys/ |
| H A D | public_key.c | 226 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_query() 312 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_eds_op()
|
| /linux-6.15/include/crypto/ |
| H A D | akcipher.h | 370 static inline int crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_priv_key() function
|
| /linux-6.15/drivers/crypto/aspeed/ |
| H A D | aspeed-acry.c | 553 ret = crypto_akcipher_set_priv_key(ctx->fallback_tfm, key, keylen); in aspeed_acry_rsa_set_priv_key()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-rsa.c | 521 ret = crypto_akcipher_set_priv_key(ctx->akcipher_fbk, key, keylen); in starfive_rsa_set_priv_key()
|
| /linux-6.15/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_crypto.c | 1159 ret = crypto_akcipher_set_priv_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setprivkey()
|
| /linux-6.15/crypto/ |
| H A D | testmgr.c | 3984 err = crypto_akcipher_set_priv_key(tfm, vecs->key, in test_akcipher_one()
|