Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/crypto/
A Dapi-akcipher.rst14 …loc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_…
/linux-6.3-rc2/crypto/asymmetric_keys/
A Dpublic_key.c181 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_query()
271 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_eds_op()
435 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in public_key_verify_signature()
/linux-6.3-rc2/include/crypto/
A Dakcipher.h411 static inline int crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_priv_key() function
/linux-6.3-rc2/crypto/
A Drsa-pkcs1pad.c136 err = crypto_akcipher_set_priv_key(ctx->child, key, keylen); in pkcs1pad_set_priv_key()
A Dtestmgr.c4041 err = crypto_akcipher_set_priv_key(tfm, key, vecs->key_len); in test_akcipher_one()
/linux-6.3-rc2/drivers/crypto/aspeed/
A Daspeed-acry.c556 ret = crypto_akcipher_set_priv_key(ctx->fallback_tfm, key, keylen); in aspeed_acry_rsa_set_priv_key()
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c1150 ret = crypto_akcipher_set_priv_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setprivkey()

Completed in 24 milliseconds