Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/
Dakcipher.h117 struct akcipher_alg { struct
167 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
169 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
178 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
300 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
306 struct akcipher_alg *alg) in akcipher_get_stat()
315 static inline int crypto_akcipher_errstat(struct akcipher_alg *alg, int err) in crypto_akcipher_errstat()
339 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
364 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
425 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
[all …]
Dengine.h40 struct akcipher_alg base;
/Linux-v6.6/include/crypto/internal/
Dakcipher.h17 char head[offsetof(struct akcipher_alg, base)];
20 struct akcipher_alg alg;
118 static inline struct akcipher_alg *crypto_spawn_akcipher_alg( in crypto_spawn_akcipher_alg()
121 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()
133 int crypto_register_akcipher(struct akcipher_alg *alg);
142 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/Linux-v6.6/crypto/
Dakcipher.c47 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
55 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
76 struct akcipher_alg *akcipher = __crypto_akcipher_alg(alg); in crypto_akcipher_report_stat()
132 static void akcipher_prepare_alg(struct akcipher_alg *alg) in akcipher_prepare_alg()
156 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher()
176 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 = {
Decrdsa.c267 static struct akcipher_alg ecrdsa_alg = {
Drsa.c350 static struct akcipher_alg rsa = {
Dsm2.c467 static struct akcipher_alg sm2 = {
Drsa-pkcs1pad.c603 struct akcipher_alg *rsa_alg; in pkcs1pad_create()
/Linux-v6.6/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-v6.6/Documentation/crypto/
Dapi-akcipher.rst5 :functions: akcipher_alg akcipher_request
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-rsa.c588 static struct akcipher_alg starfive_rsa = {
/Linux-v6.6/drivers/crypto/aspeed/
Daspeed-acry.c573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dqat_asym_algs.c1249 static struct akcipher_alg rsa = {
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2003 static struct akcipher_alg rsa = {