Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
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( 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/include/crypto/
A Dakcipher.h96 struct akcipher_alg { struct
142 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
144 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
153 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
275 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
405 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
427 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
A Dengine.h40 struct akcipher_alg base;
/linux/crypto/
A 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()
105 static void akcipher_prepare_alg(struct akcipher_alg *alg) in akcipher_prepare_alg()
125 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher()
145 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher()
A Decdsa.c261 static struct akcipher_alg ecdsa_nist_p521 = {
283 static struct akcipher_alg ecdsa_nist_p384 = {
305 static struct akcipher_alg ecdsa_nist_p256 = {
327 static struct akcipher_alg ecdsa_nist_p192 = {
A Decrdsa.c267 static struct akcipher_alg ecrdsa_alg = {
A Drsa.c385 static struct akcipher_alg rsa = {
A Drsa-pkcs1pad.c626 struct akcipher_alg *rsa_alg; in pkcs1pad_create()
/linux/drivers/crypto/ccp/
A 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()
A Dccp-crypto.h68 struct akcipher_alg alg;
/linux/Documentation/crypto/
A Dapi-akcipher.rst5 :functions: akcipher_alg akcipher_request
/linux/drivers/crypto/aspeed/
A Daspeed-acry.c573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()
/linux/drivers/crypto/starfive/
A Djh7110-rsa.c565 static struct akcipher_alg starfive_rsa = {
/linux/drivers/crypto/intel/qat/qat_common/
A Dqat_asym_algs.c1302 static struct akcipher_alg rsa = {
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c2008 static struct akcipher_alg rsa = {

Completed in 38 milliseconds