Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/crypto/
Dapi-akcipher.rst14 …loc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_…
/Linux-v6.6/crypto/
Dsig.c147 return crypto_akcipher_set_priv_key(*ctx, key, keylen); in crypto_sig_set_privkey()
Drsa-pkcs1pad.c136 err = crypto_akcipher_set_priv_key(ctx->child, key, keylen); in pkcs1pad_set_priv_key()
Dtestmgr.c4113 err = crypto_akcipher_set_priv_key(tfm, key, vecs->key_len); in test_akcipher_one()
/Linux-v6.6/crypto/asymmetric_keys/
Dpublic_key.c218 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_query()
327 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_eds_op()
/Linux-v6.6/include/crypto/
Dakcipher.h493 static inline int crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_priv_key() function
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-rsa.c542 ret = crypto_akcipher_set_priv_key(ctx->akcipher_fbk, key, keylen); in starfive_rsa_set_priv_key()
/Linux-v6.6/drivers/crypto/aspeed/
Daspeed-acry.c553 ret = crypto_akcipher_set_priv_key(ctx->fallback_tfm, key, keylen); in aspeed_acry_rsa_set_priv_key()
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1150 ret = crypto_akcipher_set_priv_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setprivkey()