Symbol: sig_alg
crypto/ecdsa-p1363.c
103
struct sig_alg *ecdsa_alg;
crypto/ecdsa-x962.c
105
struct sig_alg *alg = crypto_sig_alg(ctx->child);
crypto/ecdsa-x962.c
180
struct sig_alg *ecdsa_alg;
crypto/ecdsa.c
191
static struct sig_alg ecdsa_nist_p521 = {
crypto/ecdsa.c
214
static struct sig_alg ecdsa_nist_p384 = {
crypto/ecdsa.c
237
static struct sig_alg ecdsa_nist_p256 = {
crypto/ecdsa.c
260
static struct sig_alg ecdsa_nist_p192 = {
crypto/ecrdsa.c
266
static struct sig_alg ecrdsa_alg = {
crypto/mldsa.c
125
static struct sig_alg crypto_mldsa_algs[] = {
crypto/sig.c
111
static int sig_prepare_alg(struct sig_alg *alg)
crypto/sig.c
137
int crypto_register_sig(struct sig_alg *alg)
crypto/sig.c
150
void crypto_unregister_sig(struct sig_alg *alg)
crypto/sig.c
21
struct sig_alg *alg = crypto_sig_alg(sig);
crypto/sig.c
29
struct sig_alg *alg = crypto_sig_alg(sig);
crypto/sig.c
77
.algsize = offsetof(struct sig_alg, base),
include/crypto/internal/sig.h
17
char head[offsetof(struct sig_alg, base)];
include/crypto/internal/sig.h
20
struct sig_alg alg;
include/crypto/internal/sig.h
42
int crypto_register_sig(struct sig_alg *alg);
include/crypto/internal/sig.h
51
void crypto_unregister_sig(struct sig_alg *alg);
include/crypto/internal/sig.h
92
static inline struct sig_alg *crypto_spawn_sig_alg(struct crypto_sig_spawn
include/crypto/internal/sig.h
95
return container_of(spawn->base.alg, struct sig_alg, base);
include/crypto/sig.h
106
static inline struct sig_alg *__crypto_sig_alg(struct crypto_alg *alg)
include/crypto/sig.h
108
return container_of(alg, struct sig_alg, base);
include/crypto/sig.h
111
static inline struct sig_alg *crypto_sig_alg(struct crypto_sig *tfm)
include/crypto/sig.h
140
struct sig_alg *alg = crypto_sig_alg(tfm);
include/crypto/sig.h
157
struct sig_alg *alg = crypto_sig_alg(tfm);
include/crypto/sig.h
174
struct sig_alg *alg = crypto_sig_alg(tfm);
include/crypto/sig.h
196
struct sig_alg *alg = crypto_sig_alg(tfm);
include/crypto/sig.h
219
struct sig_alg *alg = crypto_sig_alg(tfm);
include/crypto/sig.h
240
struct sig_alg *alg = crypto_sig_alg(tfm);
include/crypto/sig.h
261
struct sig_alg *alg = crypto_sig_alg(tfm);