Searched refs:akcipher_alg (Results 1 - 15 of 15) sorted by path

/linux-master/crypto/
H A Dakcipher.c47 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
55 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
76 struct akcipher_alg *akcipher = __crypto_akcipher_alg(alg);
132 static void akcipher_prepare_alg(struct akcipher_alg *alg)
156 int crypto_register_akcipher(struct akcipher_alg *alg)
176 void crypto_unregister_akcipher(struct akcipher_alg *alg)
H A 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 = {
H A Decrdsa.c267 static struct akcipher_alg ecrdsa_alg = {
H A Drsa-pkcs1pad.c626 struct akcipher_alg *rsa_alg;
H A Drsa.c380 static struct akcipher_alg rsa = {
H A Dsm2.c467 static struct akcipher_alg sm2 = {
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c210 static struct akcipher_alg ccp_rsa_defaults = {
232 struct akcipher_alg *alg_defaults;
249 struct akcipher_alg *alg;
H A Dccp-crypto.h68 struct akcipher_alg alg;
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c2006 static struct akcipher_alg rsa = {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1249 static struct akcipher_alg rsa = {
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c562 static struct akcipher_alg starfive_rsa = {
/linux-master/include/crypto/
H A Dakcipher.h78 * struct akcipher_alg - generic public key algorithm
117 struct akcipher_alg { struct
167 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg)
169 return container_of(alg, struct akcipher_alg, base);
178 static inline struct akcipher_alg *crypto_akcipher_alg(
300 struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
306 struct akcipher_alg *alg)
315 static inline int crypto_akcipher_errstat(struct akcipher_alg *alg, int err)
339 struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
364 struct akcipher_alg *al
[all...]
H A Dengine.h40 struct akcipher_alg base;
/linux-master/include/crypto/internal/
H A Dakcipher.h17 char head[offsetof(struct akcipher_alg, base)];
20 struct akcipher_alg alg;
118 static inline struct akcipher_alg *crypto_spawn_akcipher_alg(
121 return container_of(spawn->base.alg, struct akcipher_alg, base);
133 int crypto_register_akcipher(struct akcipher_alg *alg);
142 void crypto_unregister_akcipher(struct akcipher_alg *alg);

Completed in 433 milliseconds