Home
last modified time | relevance | path

Searched refs:akcipher_alg (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/include/crypto/
Dakcipher.h92 struct akcipher_alg { struct
139 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
141 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
150 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
272 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
290 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
314 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
338 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
365 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()
392 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
[all …]
/linux-5.19.10/include/crypto/internal/
Dakcipher.h17 char head[offsetof(struct akcipher_alg, base)];
20 struct akcipher_alg alg;
96 static inline struct akcipher_alg *crypto_spawn_akcipher_alg( in crypto_spawn_akcipher_alg()
99 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()
111 int crypto_register_akcipher(struct akcipher_alg *alg);
120 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux-5.19.10/crypto/
Dakcipher.c53 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
61 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
109 static void akcipher_prepare_alg(struct akcipher_alg *alg) in akcipher_prepare_alg()
123 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher()
141 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher()
Decdsa.c275 static struct akcipher_alg ecdsa_nist_p384 = {
297 static struct akcipher_alg ecdsa_nist_p256 = {
319 static struct akcipher_alg ecdsa_nist_p192 = {
Drsa.c246 static struct akcipher_alg rsa = {
Decrdsa.c267 static struct akcipher_alg ecrdsa_alg = {
Dsm2.c429 static struct akcipher_alg sm2 = {
Drsa-pkcs1pad.c606 struct akcipher_alg *rsa_alg; in pkcs1pad_create()
/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto-rsa.c210 static struct akcipher_alg ccp_rsa_defaults = {
232 struct akcipher_alg *alg_defaults;
249 struct akcipher_alg *alg; in ccp_register_rsa_alg()
Dccp-crypto.h68 struct akcipher_alg alg;
/linux-5.19.10/Documentation/crypto/
Dapi-akcipher.rst5 :functions: akcipher_alg akcipher_request
/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c50 struct akcipher_alg algo;
/linux-5.19.10/drivers/crypto/caam/
Dcaampkc.c39 struct akcipher_alg akcipher;
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1247 static struct akcipher_alg rsa = {
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1968 static struct akcipher_alg rsa = {