Home
last modified time | relevance | path

Searched refs:crypto_akcipher_set_pub_key (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/crypto/
H A Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/linux-6.15/include/crypto/internal/
H A Drsa.h69 err = crypto_akcipher_set_pub_key(child, key, keylen); in rsa_set_key()
/linux-6.15/crypto/asymmetric_keys/
H A Dpublic_key.c228 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_query()
314 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_eds_op()
/linux-6.15/include/crypto/
H A Dakcipher.h348 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-acry.c539 ret = crypto_akcipher_set_pub_key(ctx->fallback_tfm, key, keylen); in aspeed_acry_rsa_set_pub_key()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-rsa.c508 ret = crypto_akcipher_set_pub_key(ctx->akcipher_fbk, key, keylen); in starfive_rsa_set_pub_key()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1146 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setpubkey()
/linux-6.15/crypto/
H A Dtestmgr.c3981 err = crypto_akcipher_set_pub_key(tfm, vecs->key, in test_akcipher_one()