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

/linux-master/crypto/
H A Dsig.c138 return crypto_akcipher_set_pub_key(*ctx, key, keylen);
H A Drsa-pkcs1pad.c138 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen);
H A Dtestmgr.c4107 err = crypto_akcipher_set_pub_key(tfm, key, vecs->key_len);
/linux-master/crypto/asymmetric_keys/
H A Dpublic_key.c223 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen);
332 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen);
/linux-master/include/crypto/
H A Dakcipher.h459 * crypto_akcipher_set_pub_key() - Invoke set public key operation
471 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, function
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c539 ret = crypto_akcipher_set_pub_key(ctx->fallback_tfm, key, keylen);
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c503 ret = crypto_akcipher_set_pub_key(ctx->akcipher_fbk, key, keylen);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1140 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen);

Completed in 571 milliseconds