Searched refs:crypto_akcipher_set_pub_key (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/crypto/ |
| A D | api-akcipher.rst | 14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
|
| /linux/crypto/ |
| A D | sig.c | 125 return crypto_akcipher_set_pub_key(*ctx, key, keylen); in crypto_sig_set_pubkey()
|
| A D | rsa-pkcs1pad.c | 138 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
|
| A D | testmgr.c | 4152 err = crypto_akcipher_set_pub_key(tfm, key, vecs->key_len); in test_akcipher_one()
|
| /linux/crypto/asymmetric_keys/ |
| A D | public_key.c | 216 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_query() 337 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_eds_op()
|
| /linux/include/crypto/ |
| A D | akcipher.h | 401 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
|
| /linux/drivers/crypto/aspeed/ |
| A D | aspeed-acry.c | 539 ret = crypto_akcipher_set_pub_key(ctx->fallback_tfm, key, keylen); in aspeed_acry_rsa_set_pub_key()
|
| /linux/drivers/crypto/starfive/ |
| A D | jh7110-rsa.c | 508 ret = crypto_akcipher_set_pub_key(ctx->akcipher_fbk, key, keylen); in starfive_rsa_set_pub_key()
|
| /linux/drivers/crypto/hisilicon/hpre/ |
| A D | hpre_crypto.c | 1142 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setpubkey()
|
Completed in 26 milliseconds