Home
last modified time | relevance | path

Searched refs:crypto_akcipher_set_pub_key (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/Documentation/crypto/
Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/linux-5.19.10/crypto/asymmetric_keys/
Dpublic_key.c183 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_query()
253 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_eds_op()
417 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in public_key_verify_signature()
/linux-5.19.10/include/crypto/
Dakcipher.h388 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
/linux-5.19.10/crypto/
Drsa-pkcs1pad.c115 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
Dtestmgr.c4002 err = crypto_akcipher_set_pub_key(tfm, key, vecs->key_len); in test_akcipher_one()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1119 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setpubkey()