Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/openbmc/linux/crypto/
H A Dsig.c138 return crypto_akcipher_set_pub_key(*ctx, key, keylen); in crypto_sig_set_pubkey()
H A Drsa-pkcs1pad.c115 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
H A Dtestmgr.c4111 err = crypto_akcipher_set_pub_key(tfm, key, vecs->key_len); in test_akcipher_one()
/openbmc/linux/crypto/asymmetric_keys/
H A Dpublic_key.c220 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_query()
329 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_eds_op()
/openbmc/linux/include/crypto/
H A Dakcipher.h471 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
/openbmc/linux/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()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c532 ret = crypto_akcipher_set_pub_key(ctx->akcipher_fbk, key, keylen); in starfive_rsa_set_pub_key()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1137 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setpubkey()