Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c136 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_query()
207 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in software_key_eds_op()
357 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); in public_key_verify_signature()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-akcipher.rst14 …loc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_…
/OK3568_Linux_fs/kernel/include/crypto/
H A Dakcipher.h410 static inline int crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_priv_key() function
/OK3568_Linux_fs/kernel/crypto/
H A Drsa-pkcs1pad.c136 err = crypto_akcipher_set_priv_key(ctx->child, key, keylen); in pkcs1pad_set_priv_key()
H A Dtestmgr.c3971 err = crypto_akcipher_set_priv_key(tfm, key, vecs->key_len); in test_akcipher_one()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1073 ret = crypto_akcipher_set_priv_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setprivkey()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c688 ret = crypto_akcipher_set_priv_key(tfm, key, rop->key_len); in crypto_rsa_run()