Symbol: akcipher_alg
crypto/akcipher.c
115
static void akcipher_prepare_alg(struct akcipher_alg *alg)
crypto/akcipher.c
135
int crypto_register_akcipher(struct akcipher_alg *alg)
crypto/akcipher.c
151
void crypto_unregister_akcipher(struct akcipher_alg *alg)
crypto/akcipher.c
56
struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
crypto/akcipher.c
64
struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
crypto/akcipher.c
96
.algsize = offsetof(struct akcipher_alg, base),
crypto/rsa-pkcs1pad.c
315
struct akcipher_alg *rsa_alg;
crypto/rsa.c
385
static struct akcipher_alg rsa = {
crypto/rsassa-pkcs1.c
358
struct akcipher_alg *rsa_alg;
drivers/crypto/aspeed/aspeed-acry.c
573
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
drivers/crypto/ccp/ccp-crypto-rsa.c
211
static struct akcipher_alg ccp_rsa_defaults = {
drivers/crypto/ccp/ccp-crypto-rsa.c
233
struct akcipher_alg *alg_defaults;
drivers/crypto/ccp/ccp-crypto-rsa.c
250
struct akcipher_alg *alg;
drivers/crypto/ccp/ccp-crypto.h
68
struct akcipher_alg alg;
drivers/crypto/hisilicon/hpre/hpre_crypto.c
1684
static struct akcipher_alg rsa = {
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
1302
static struct akcipher_alg rsa = {
drivers/crypto/starfive/jh7110-rsa.c
565
static struct akcipher_alg starfive_rsa = {
include/crypto/akcipher.h
128
static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg)
include/crypto/akcipher.h
130
return container_of(alg, struct akcipher_alg, base);
include/crypto/akcipher.h
139
static inline struct akcipher_alg *crypto_akcipher_alg(
include/crypto/akcipher.h
260
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
include/crypto/akcipher.h
352
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
include/crypto/akcipher.h
374
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
include/crypto/engine.h
40
struct akcipher_alg base;
include/crypto/internal/akcipher.h
118
static inline struct akcipher_alg *crypto_spawn_akcipher_alg(
include/crypto/internal/akcipher.h
121
return container_of(spawn->base.alg, struct akcipher_alg, base);
include/crypto/internal/akcipher.h
133
int crypto_register_akcipher(struct akcipher_alg *alg);
include/crypto/internal/akcipher.h
142
void crypto_unregister_akcipher(struct akcipher_alg *alg);
include/crypto/internal/akcipher.h
17
char head[offsetof(struct akcipher_alg, base)];
include/crypto/internal/akcipher.h
20
struct akcipher_alg alg;