Searched refs:crypto_akcipher_set_priv_key (Results 1 - 8 of 8) sorted by relevance

/linux-master/crypto/
H A Dsig.c147 return crypto_akcipher_set_priv_key(*ctx, key, keylen);
H A Drsa-pkcs1pad.c159 err = crypto_akcipher_set_priv_key(ctx->child, key, keylen);
H A Dtestmgr.c4109 err = crypto_akcipher_set_priv_key(tfm, key, vecs->key_len);
/linux-master/crypto/asymmetric_keys/
H A Dpublic_key.c221 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen);
330 ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen);
/linux-master/include/crypto/
H A Dakcipher.h481 * crypto_akcipher_set_priv_key() - Invoke set private key operation
493 static inline int crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, function
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c553 ret = crypto_akcipher_set_priv_key(ctx->fallback_tfm, key, keylen);
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c516 ret = crypto_akcipher_set_priv_key(ctx->akcipher_fbk, key, keylen);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1153 ret = crypto_akcipher_set_priv_key(ctx->rsa.soft_tfm, key, keylen);

Completed in 285 milliseconds