crypto/heimdal/lib/hx509/crypto.c
1053
DSA *dsa;
crypto/libecc/src/examples/sig/dsa/dsa.c
456
#ifdef DSA
crypto/openssh/ssh-dss.c
148
DSA *private;
crypto/openssh/sshkey.h
133
DSA *dsa;
crypto/openssl/crypto/dsa/dsa_ameth.c
152
DSA *dsa = ossl_dsa_key_from_pkcs8(p8, NULL, NULL);
crypto/openssl/crypto/dsa/dsa_ameth.c
234
DSA *dsa;
crypto/openssl/crypto/dsa/dsa_ameth.c
271
static int do_dsa_print(BIO *bp, const DSA *x, int off, int ptype)
crypto/openssl/crypto/dsa/dsa_ameth.c
322
DSA *dsa;
crypto/openssl/crypto/dsa/dsa_ameth.c
358
DSA *dsa;
crypto/openssl/crypto/dsa/dsa_ameth.c
39
DSA *dsa = NULL;
crypto/openssl/crypto/dsa/dsa_ameth.c
432
DSA *dsa = from->pkey.dsa;
crypto/openssl/crypto/dsa/dsa_ameth.c
482
DSA *dsa = ossl_dsa_new(pctx->libctx);
crypto/openssl/crypto/dsa/dsa_ameth.c
500
DSA *dsa = from->pkey.dsa;
crypto/openssl/crypto/dsa/dsa_ameth.c
501
DSA *dupkey = NULL;
crypto/openssl/crypto/dsa/dsa_ameth.c
88
DSA *dsa;
crypto/openssl/crypto/dsa/dsa_asn1.c
34
DSA_free((DSA *)*pval);
crypto/openssl/crypto/dsa/dsa_asn1.c
42
ASN1_EMBED(DSA, version, INT32),
crypto/openssl/crypto/dsa/dsa_asn1.c
43
ASN1_SIMPLE(DSA, params.p, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
44
ASN1_SIMPLE(DSA, params.q, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
45
ASN1_SIMPLE(DSA, params.g, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
46
ASN1_SIMPLE(DSA, pub_key, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
47
ASN1_SIMPLE(DSA, priv_key, CBIGNUM)
crypto/openssl/crypto/dsa/dsa_asn1.c
48
} static_ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
crypto/openssl/crypto/dsa/dsa_asn1.c
50
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(DSA, DSAPrivateKey, DSAPrivateKey)
crypto/openssl/crypto/dsa/dsa_asn1.c
53
ASN1_SIMPLE(DSA, params.p, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
54
ASN1_SIMPLE(DSA, params.q, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
55
ASN1_SIMPLE(DSA, params.g, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
56
} static_ASN1_SEQUENCE_END_cb(DSA, DSAparams)
crypto/openssl/crypto/dsa/dsa_asn1.c
58
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(DSA, DSAparams, DSAparams)
crypto/openssl/crypto/dsa/dsa_asn1.c
61
ASN1_SIMPLE(DSA, pub_key, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
62
ASN1_SIMPLE(DSA, params.p, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
63
ASN1_SIMPLE(DSA, params.q, BIGNUM),
crypto/openssl/crypto/dsa/dsa_asn1.c
64
ASN1_SIMPLE(DSA, params.g, BIGNUM)
crypto/openssl/crypto/dsa/dsa_asn1.c
65
} static_ASN1_SEQUENCE_END_cb(DSA, DSAPublicKey)
crypto/openssl/crypto/dsa/dsa_asn1.c
67
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(DSA, DSAPublicKey, DSAPublicKey)
crypto/openssl/crypto/dsa/dsa_asn1.c
69
DSA *DSAparams_dup(const DSA *dsa)
crypto/openssl/crypto/dsa/dsa_backend.c
121
DSA *ossl_dsa_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf,
crypto/openssl/crypto/dsa/dsa_backend.c
135
DSA *dsa = NULL;
crypto/openssl/crypto/dsa/dsa_backend.c
30
int ossl_dsa_key_fromdata(DSA *dsa, const OSSL_PARAM params[],
crypto/openssl/crypto/dsa/dsa_backend.c
64
int ossl_dsa_is_foreign(const DSA *dsa)
crypto/openssl/crypto/dsa/dsa_backend.c
67
if (dsa->engine != NULL || DSA_get_method((DSA *)dsa) != DSA_OpenSSL())
crypto/openssl/crypto/dsa/dsa_backend.c
80
DSA *ossl_dsa_dup(const DSA *dsa, int selection)
crypto/openssl/crypto/dsa/dsa_backend.c
82
DSA *dupkey = NULL;
crypto/openssl/crypto/dsa/dsa_check.c
103
int ossl_dsa_check_pairwise(const DSA *dsa)
crypto/openssl/crypto/dsa/dsa_check.c
22
static int dsa_precheck_params(const DSA *dsa, int *ret)
crypto/openssl/crypto/dsa/dsa_check.c
45
int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret)
crypto/openssl/crypto/dsa/dsa_check.c
66
int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret)
crypto/openssl/crypto/dsa/dsa_check.c
80
int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key, int *ret)
crypto/openssl/crypto/dsa/dsa_check.c
89
int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret)
crypto/openssl/crypto/dsa/dsa_depr.c
31
DSA *DSA_generate_parameters(int bits,
crypto/openssl/crypto/dsa/dsa_depr.c
38
DSA *ret;
crypto/openssl/crypto/dsa/dsa_gen.c
26
int ossl_dsa_generate_ffc_parameters(DSA *dsa, int type, int pbits, int qbits,
crypto/openssl/crypto/dsa/dsa_gen.c
47
int DSA_generate_parameters_ex(DSA *dsa, int bits,
crypto/openssl/crypto/dsa/dsa_key.c
114
static int dsa_keygen_pairwise_test(DSA *dsa, OSSL_CALLBACK *cb, void *cbarg)
crypto/openssl/crypto/dsa/dsa_key.c
147
static int dsa_keygen(DSA *dsa)
crypto/openssl/crypto/dsa/dsa_key.c
31
static int dsa_keygen(DSA *dsa);
crypto/openssl/crypto/dsa/dsa_key.c
33
int DSA_generate_key(DSA *dsa)
crypto/openssl/crypto/dsa/dsa_key.c
42
int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
crypto/openssl/crypto/dsa/dsa_key.c
75
static int dsa_keygen_knownanswer_test(DSA *dsa, BN_CTX *ctx,
crypto/openssl/crypto/dsa/dsa_lib.c
101
ENGINE *DSA_get0_engine(DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
106
int DSA_set_method(DSA *dsa, const DSA_METHOD *meth)
crypto/openssl/crypto/dsa/dsa_lib.c
127
const DSA_METHOD *DSA_get_method(DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
132
static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx)
crypto/openssl/crypto/dsa/dsa_lib.c
134
DSA *ret = OPENSSL_zalloc(sizeof(*ret));
crypto/openssl/crypto/dsa/dsa_lib.c
195
DSA *DSA_new_method(ENGINE *engine)
crypto/openssl/crypto/dsa/dsa_lib.c
200
DSA *ossl_dsa_new(OSSL_LIB_CTX *libctx)
crypto/openssl/crypto/dsa/dsa_lib.c
206
DSA *DSA_new(void)
crypto/openssl/crypto/dsa/dsa_lib.c
212
void DSA_free(DSA *r)
crypto/openssl/crypto/dsa/dsa_lib.c
244
int DSA_up_ref(DSA *r)
crypto/openssl/crypto/dsa/dsa_lib.c
256
void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx)
crypto/openssl/crypto/dsa/dsa_lib.c
26
static DSA *dsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx);
crypto/openssl/crypto/dsa/dsa_lib.c
261
void DSA_get0_pqg(const DSA *d,
crypto/openssl/crypto/dsa/dsa_lib.c
267
int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g)
crypto/openssl/crypto/dsa/dsa_lib.c
283
const BIGNUM *DSA_get0_p(const DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
288
const BIGNUM *DSA_get0_q(const DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
293
const BIGNUM *DSA_get0_g(const DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
298
const BIGNUM *DSA_get0_pub_key(const DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
30
int DSA_set_ex_data(DSA *d, int idx, void *arg)
crypto/openssl/crypto/dsa/dsa_lib.c
303
const BIGNUM *DSA_get0_priv_key(const DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
308
void DSA_get0_key(const DSA *d,
crypto/openssl/crypto/dsa/dsa_lib.c
317
int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key)
crypto/openssl/crypto/dsa/dsa_lib.c
332
int DSA_security_bits(const DSA *d)
crypto/openssl/crypto/dsa/dsa_lib.c
340
int DSA_bits(const DSA *dsa)
crypto/openssl/crypto/dsa/dsa_lib.c
347
FFC_PARAMS *ossl_dsa_get0_params(DSA *dsa)
crypto/openssl/crypto/dsa/dsa_lib.c
35
void *DSA_get_ex_data(const DSA *d, int idx)
crypto/openssl/crypto/dsa/dsa_lib.c
352
int ossl_dsa_ffc_params_fromdata(DSA *dsa, const OSSL_PARAM params[])
crypto/openssl/crypto/dsa/dsa_lib.c
41
DH *DSA_dup_DH(const DSA *r)
crypto/openssl/crypto/dsa/dsa_lib.c
86
void DSA_clear_flags(DSA *d, int flags)
crypto/openssl/crypto/dsa/dsa_lib.c
91
int DSA_test_flags(const DSA *d, int flags)
crypto/openssl/crypto/dsa/dsa_lib.c
96
void DSA_set_flags(DSA *d, int flags)
crypto/openssl/crypto/dsa/dsa_local.h
48
DSA_SIG *(*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
crypto/openssl/crypto/dsa/dsa_local.h
49
int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/dsa/dsa_local.h
52
DSA_SIG *sig, DSA *dsa);
crypto/openssl/crypto/dsa/dsa_local.h
53
int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, const BIGNUM *a1,
crypto/openssl/crypto/dsa/dsa_local.h
57
int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
crypto/openssl/crypto/dsa/dsa_local.h
59
int (*init)(DSA *dsa);
crypto/openssl/crypto/dsa/dsa_local.h
60
int (*finish)(DSA *dsa);
crypto/openssl/crypto/dsa/dsa_local.h
64
int (*dsa_paramgen)(DSA *dsa, int bits,
crypto/openssl/crypto/dsa/dsa_local.h
69
int (*dsa_keygen)(DSA *dsa);
crypto/openssl/crypto/dsa/dsa_local.h
72
DSA_SIG *ossl_dsa_do_sign_int(const unsigned char *dgst, int dlen, DSA *dsa,
crypto/openssl/crypto/dsa/dsa_meth.c
103
DSA_SIG *(*DSA_meth_get_sign(const DSA_METHOD *dsam))(const unsigned char *, int, DSA *)
crypto/openssl/crypto/dsa/dsa_meth.c
109
DSA_SIG *(*sign)(const unsigned char *, int, DSA *))
crypto/openssl/crypto/dsa/dsa_meth.c
115
int (*DSA_meth_get_sign_setup(const DSA_METHOD *dsam))(DSA *, BN_CTX *, BIGNUM **, BIGNUM **)
crypto/openssl/crypto/dsa/dsa_meth.c
121
int (*sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **))
crypto/openssl/crypto/dsa/dsa_meth.c
127
int (*DSA_meth_get_verify(const DSA_METHOD *dsam))(const unsigned char *, int, DSA_SIG *, DSA *)
crypto/openssl/crypto/dsa/dsa_meth.c
133
int (*verify)(const unsigned char *, int, DSA_SIG *, DSA *))
crypto/openssl/crypto/dsa/dsa_meth.c
139
int (*DSA_meth_get_mod_exp(const DSA_METHOD *dsam))(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
crypto/openssl/crypto/dsa/dsa_meth.c
146
int (*mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
crypto/openssl/crypto/dsa/dsa_meth.c
154
int (*DSA_meth_get_bn_mod_exp(const DSA_METHOD *dsam))(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *,
crypto/openssl/crypto/dsa/dsa_meth.c
161
int (*bn_mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
crypto/openssl/crypto/dsa/dsa_meth.c
168
int (*DSA_meth_get_init(const DSA_METHOD *dsam))(DSA *)
crypto/openssl/crypto/dsa/dsa_meth.c
173
int DSA_meth_set_init(DSA_METHOD *dsam, int (*init)(DSA *))
crypto/openssl/crypto/dsa/dsa_meth.c
179
int (*DSA_meth_get_finish(const DSA_METHOD *dsam))(DSA *)
crypto/openssl/crypto/dsa/dsa_meth.c
184
int DSA_meth_set_finish(DSA_METHOD *dsam, int (*finish)(DSA *))
crypto/openssl/crypto/dsa/dsa_meth.c
190
int (*DSA_meth_get_paramgen(const DSA_METHOD *dsam))(DSA *, int, const unsigned char *, int, int *, unsigned long *,
crypto/openssl/crypto/dsa/dsa_meth.c
197
int (*paramgen)(DSA *, int, const unsigned char *, int, int *,
crypto/openssl/crypto/dsa/dsa_meth.c
204
int (*DSA_meth_get_keygen(const DSA_METHOD *dsam))(DSA *)
crypto/openssl/crypto/dsa/dsa_meth.c
209
int DSA_meth_set_keygen(DSA_METHOD *dsam, int (*keygen)(DSA *))
crypto/openssl/crypto/dsa/dsa_ossl.c
204
static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
crypto/openssl/crypto/dsa/dsa_ossl.c
210
static int dsa_sign_setup_no_digest(DSA *dsa, BN_CTX *ctx_in,
crypto/openssl/crypto/dsa/dsa_ossl.c
217
static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in,
crypto/openssl/crypto/dsa/dsa_ossl.c
28
static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
crypto/openssl/crypto/dsa/dsa_ossl.c
29
static int dsa_sign_setup_no_digest(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/dsa/dsa_ossl.c
31
static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
crypto/openssl/crypto/dsa/dsa_ossl.c
356
DSA_SIG *sig, DSA *dsa)
crypto/openssl/crypto/dsa/dsa_ossl.c
36
DSA_SIG *sig, DSA *dsa);
crypto/openssl/crypto/dsa/dsa_ossl.c
37
static int dsa_init(DSA *dsa);
crypto/openssl/crypto/dsa/dsa_ossl.c
38
static int dsa_finish(DSA *dsa);
crypto/openssl/crypto/dsa/dsa_ossl.c
461
static int dsa_init(DSA *dsa)
crypto/openssl/crypto/dsa/dsa_ossl.c
468
static int dsa_finish(DSA *dsa)
crypto/openssl/crypto/dsa/dsa_ossl.c
76
DSA_SIG *ossl_dsa_do_sign_int(const unsigned char *dgst, int dlen, DSA *dsa,
crypto/openssl/crypto/dsa/dsa_pmeth.c
118
DSA *dsa = (DSA *)EVP_PKEY_get0_DSA(ctx->pkey);
crypto/openssl/crypto/dsa/dsa_pmeth.c
209
DSA *dsa = NULL;
crypto/openssl/crypto/dsa/dsa_pmeth.c
242
DSA *dsa = NULL;
crypto/openssl/crypto/dsa/dsa_pmeth.c
255
return DSA_generate_key((DSA *)EVP_PKEY_get0_DSA(pkey));
crypto/openssl/crypto/dsa/dsa_pmeth.c
89
DSA *dsa = (DSA *)EVP_PKEY_get0_DSA(ctx->pkey);
crypto/openssl/crypto/dsa/dsa_prn.c
22
int DSA_print_fp(FILE *fp, const DSA *x, int off)
crypto/openssl/crypto/dsa/dsa_prn.c
37
int DSAparams_print_fp(FILE *fp, const DSA *x)
crypto/openssl/crypto/dsa/dsa_prn.c
53
int DSA_print(BIO *bp, const DSA *x, int off)
crypto/openssl/crypto/dsa/dsa_prn.c
60
ret = EVP_PKEY_set1_DSA(pk, (DSA *)x);
crypto/openssl/crypto/dsa/dsa_prn.c
67
int DSAparams_print(BIO *bp, const DSA *x)
crypto/openssl/crypto/dsa/dsa_prn.c
74
ret = EVP_PKEY_set1_DSA(pk, (DSA *)x);
crypto/openssl/crypto/dsa/dsa_sign.c
119
int DSA_size(const DSA *dsa)
crypto/openssl/crypto/dsa/dsa_sign.c
154
unsigned char *sig, unsigned int *siglen, DSA *dsa,
crypto/openssl/crypto/dsa/dsa_sign.c
181
unsigned char *sig, unsigned int *siglen, DSA *dsa)
crypto/openssl/crypto/dsa/dsa_sign.c
195
const unsigned char *sigbuf, int siglen, DSA *dsa)
crypto/openssl/crypto/dsa/dsa_sign.c
22
DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
crypto/openssl/crypto/dsa/dsa_sign.c
28
int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp)
crypto/openssl/crypto/dsa/dsa_vrf.c
20
DSA *dsa)
crypto/openssl/crypto/err/err_all_legacy.c
80
IMPLEMENT_LEGACY_ERR_LOAD(DSA)
crypto/openssl/crypto/evp/p_lib.c
882
static DSA *evp_pkey_get0_DSA_int(const EVP_PKEY *pkey)
crypto/openssl/crypto/evp/p_lib.c
891
const DSA *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey)
crypto/openssl/crypto/evp/p_lib.c
896
int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key)
crypto/openssl/crypto/evp/p_lib.c
910
DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey)
crypto/openssl/crypto/evp/p_lib.c
912
DSA *ret = evp_pkey_get0_DSA_int(pkey);
crypto/openssl/crypto/pem/pem_all.c
109
DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb,
crypto/openssl/crypto/pem/pem_all.c
117
IMPLEMENT_PEM_write_cb(DSAPrivateKey, DSA, PEM_STRING_DSA, DSAPrivateKey)
crypto/openssl/crypto/pem/pem_all.c
118
IMPLEMENT_PEM_rw(DSA_PUBKEY, DSA, PEM_STRING_PUBLIC, DSA_PUBKEY)
crypto/openssl/crypto/pem/pem_all.c
120
DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb, void *u)
crypto/openssl/crypto/pem/pem_all.c
129
IMPLEMENT_PEM_rw(DSAparams, DSA, PEM_STRING_DSAPARAMS, DSAparams)
crypto/openssl/crypto/pem/pem_all.c
30
static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa);
crypto/openssl/crypto/pem/pem_all.c
93
static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa)
crypto/openssl/crypto/pem/pem_all.c
95
DSA *dtmp;
crypto/openssl/crypto/pem/pvkfmt.c
375
DSA *ossl_b2i_DSA_after_header(const unsigned char **in, unsigned int bitlen,
crypto/openssl/crypto/pem/pvkfmt.c
379
DSA *dsa = NULL;
crypto/openssl/crypto/pem/pvkfmt.c
563
static int check_bitlen_dsa(const DSA *dsa, int ispub, unsigned int *magic);
crypto/openssl/crypto/pem/pvkfmt.c
564
static void write_dsa(unsigned char **out, const DSA *dsa, int ispub);
crypto/openssl/crypto/pem/pvkfmt.c
699
static int check_bitlen_dsa(const DSA *dsa, int ispub, unsigned int *pmagic)
crypto/openssl/crypto/pem/pvkfmt.c
727
static void write_dsa(unsigned char **out, const DSA *dsa, int ispub)
crypto/openssl/crypto/pem/pvkfmt.c
984
DSA *b2i_DSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u,
crypto/openssl/crypto/pem/pvkfmt.c
993
DSA *b2i_DSA_PVK_bio(BIO *in, pem_password_cb *cb, void *u)
crypto/openssl/crypto/x509/x_all.c
402
DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa)
crypto/openssl/crypto/x509/x_all.c
404
return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa);
crypto/openssl/crypto/x509/x_all.c
407
int i2d_DSAPrivateKey_fp(FILE *fp, const DSA *dsa)
crypto/openssl/crypto/x509/x_all.c
409
return ASN1_i2d_fp_of(DSA, i2d_DSAPrivateKey, fp, dsa);
crypto/openssl/crypto/x509/x_all.c
412
DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa)
crypto/openssl/crypto/x509/x_all.c
414
return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa);
crypto/openssl/crypto/x509/x_all.c
417
int i2d_DSA_PUBKEY_fp(FILE *fp, const DSA *dsa)
crypto/openssl/crypto/x509/x_all.c
419
return ASN1_i2d_fp_of(DSA, i2d_DSA_PUBKEY, fp, dsa);
crypto/openssl/crypto/x509/x_all.c
423
DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa)
crypto/openssl/crypto/x509/x_all.c
425
return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa);
crypto/openssl/crypto/x509/x_all.c
428
int i2d_DSAPrivateKey_bio(BIO *bp, const DSA *dsa)
crypto/openssl/crypto/x509/x_all.c
430
return ASN1_i2d_bio_of(DSA, i2d_DSAPrivateKey, bp, dsa);
crypto/openssl/crypto/x509/x_all.c
433
DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa)
crypto/openssl/crypto/x509/x_all.c
435
return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa);
crypto/openssl/crypto/x509/x_all.c
438
int i2d_DSA_PUBKEY_bio(BIO *bp, const DSA *dsa)
crypto/openssl/crypto/x509/x_all.c
440
return ASN1_i2d_bio_of(DSA, i2d_DSA_PUBKEY, bp, dsa);
crypto/openssl/crypto/x509/x_pubkey.c
730
DSA *d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length)
crypto/openssl/crypto/x509/x_pubkey.c
733
DSA *key = NULL;
crypto/openssl/crypto/x509/x_pubkey.c
753
DSA *ossl_d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length)
crypto/openssl/crypto/x509/x_pubkey.c
755
DSA *key = NULL;
crypto/openssl/crypto/x509/x_pubkey.c
776
int i2d_DSA_PUBKEY(const DSA *a, unsigned char **pp)
crypto/openssl/crypto/x509/x_pubkey.c
787
(void)EVP_PKEY_assign_DSA(pktmp, (DSA *)a);
crypto/openssl/engines/e_capi.c
1014
DSA *dsa)
crypto/openssl/engines/e_capi.c
1081
static int capi_dsa_free(DSA *dsa)
crypto/openssl/engines/e_capi.c
139
DSA *dsa);
crypto/openssl/engines/e_capi.c
140
static int capi_dsa_free(DSA *dsa);
crypto/openssl/engines/e_capi.c
643
DSA *dkey = NULL;
crypto/openssl/fuzz/asn1.c
353
DO_TEST_NO_PRINT(DSA, d2i_DSAPrivateKey, i2d_DSAPrivateKey);
crypto/openssl/fuzz/asn1.c
354
DO_TEST_NO_PRINT(DSA, d2i_DSAPublicKey, i2d_DSAPublicKey);
crypto/openssl/fuzz/asn1.c
355
DO_TEST_NO_PRINT(DSA, d2i_DSAparams, i2d_DSAparams);
crypto/openssl/fuzz/dtlsserver.c
3450
DSA *dsakey = NULL;
crypto/openssl/fuzz/server.c
2338
DSA *dsakey = NULL;
crypto/openssl/include/crypto/dsa.h
27
DSA *ossl_dsa_new(OSSL_LIB_CTX *libctx);
crypto/openssl/include/crypto/dsa.h
28
void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx);
crypto/openssl/include/crypto/dsa.h
30
int ossl_dsa_generate_ffc_parameters(DSA *dsa, int type, int pbits, int qbits,
crypto/openssl/include/crypto/dsa.h
34
unsigned char *sig, unsigned int *siglen, DSA *dsa,
crypto/openssl/include/crypto/dsa.h
38
FFC_PARAMS *ossl_dsa_get0_params(DSA *dsa);
crypto/openssl/include/crypto/dsa.h
39
int ossl_dsa_ffc_params_fromdata(DSA *dsa, const OSSL_PARAM params[]);
crypto/openssl/include/crypto/dsa.h
40
int ossl_dsa_key_fromdata(DSA *dsa, const OSSL_PARAM params[],
crypto/openssl/include/crypto/dsa.h
42
DSA *ossl_dsa_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf,
crypto/openssl/include/crypto/dsa.h
45
int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
crypto/openssl/include/crypto/dsa.h
47
int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret);
crypto/openssl/include/crypto/dsa.h
48
int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret);
crypto/openssl/include/crypto/dsa.h
49
int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key,
crypto/openssl/include/crypto/dsa.h
51
int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret);
crypto/openssl/include/crypto/dsa.h
52
int ossl_dsa_check_pairwise(const DSA *dsa);
crypto/openssl/include/crypto/dsa.h
53
int ossl_dsa_is_foreign(const DSA *dsa);
crypto/openssl/include/crypto/dsa.h
54
DSA *ossl_dsa_dup(const DSA *dsa, int selection);
crypto/openssl/include/crypto/pem.h
31
DSA *ossl_b2i_DSA_after_header(const unsigned char **in, unsigned int bitlen,
crypto/openssl/include/crypto/pem.h
42
DSA *b2i_DSA_PVK_bio(BIO *in, pem_password_cb *cb, void *u);
crypto/openssl/include/crypto/pem.h
43
DSA *b2i_DSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u,
crypto/openssl/include/crypto/x509.h
345
DSA *ossl_d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length);
crypto/openssl/include/openssl/dsa.h
106
(DSA *)ASN1_d2i_fp((void *(*)(void))DSA_new, \
crypto/openssl/include/openssl/dsa.h
112
ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAparams, bp, x)
crypto/openssl/include/openssl/dsa.h
114
ASN1_i2d_bio_of(DSA, i2d_DSAparams, bp, x)
crypto/openssl/include/openssl/dsa.h
116
DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, DSA, DSAparams)
crypto/openssl/include/openssl/dsa.h
118
DSA *dsa);
crypto/openssl/include/openssl/dsa.h
120
DSA_SIG *sig, DSA *dsa);
crypto/openssl/include/openssl/dsa.h
126
OSSL_DEPRECATEDIN_3_0 int DSA_set_method(DSA *dsa, const DSA_METHOD *);
crypto/openssl/include/openssl/dsa.h
127
OSSL_DEPRECATEDIN_3_0 const DSA_METHOD *DSA_get_method(DSA *d);
crypto/openssl/include/openssl/dsa.h
129
OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
crypto/openssl/include/openssl/dsa.h
130
OSSL_DEPRECATEDIN_3_0 DSA *DSA_new_method(ENGINE *engine);
crypto/openssl/include/openssl/dsa.h
131
OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
crypto/openssl/include/openssl/dsa.h
133
OSSL_DEPRECATEDIN_3_0 int DSA_up_ref(DSA *r);
crypto/openssl/include/openssl/dsa.h
134
OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);
crypto/openssl/include/openssl/dsa.h
135
OSSL_DEPRECATEDIN_3_0 int DSA_bits(const DSA *d);
crypto/openssl/include/openssl/dsa.h
136
OSSL_DEPRECATEDIN_3_0 int DSA_security_bits(const DSA *d);
crypto/openssl/include/openssl/dsa.h
138
OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in,
crypto/openssl/include/openssl/dsa.h
142
unsigned int *siglen, DSA *dsa);
crypto/openssl/include/openssl/dsa.h
145
int siglen, DSA *dsa);
crypto/openssl/include/openssl/dsa.h
149
OSSL_DEPRECATEDIN_3_0 int DSA_set_ex_data(DSA *d, int idx, void *arg);
crypto/openssl/include/openssl/dsa.h
150
OSSL_DEPRECATEDIN_3_0 void *DSA_get_ex_data(const DSA *d, int idx);
crypto/openssl/include/openssl/dsa.h
153
DSA, DSAPublicKey)
crypto/openssl/include/openssl/dsa.h
155
DSA, DSAPrivateKey)
crypto/openssl/include/openssl/dsa.h
157
DSA, DSAparams)
crypto/openssl/include/openssl/dsa.h
163
DSA *DSA_generate_parameters(int bits, unsigned char *seed, int seed_len,
crypto/openssl/include/openssl/dsa.h
171
OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits,
crypto/openssl/include/openssl/dsa.h
178
OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);
crypto/openssl/include/openssl/dsa.h
180
OSSL_DEPRECATEDIN_3_0 int DSAparams_print(BIO *bp, const DSA *x);
crypto/openssl/include/openssl/dsa.h
181
OSSL_DEPRECATEDIN_3_0 int DSA_print(BIO *bp, const DSA *x, int off);
crypto/openssl/include/openssl/dsa.h
183
OSSL_DEPRECATEDIN_3_0 int DSAparams_print_fp(FILE *fp, const DSA *x);
crypto/openssl/include/openssl/dsa.h
184
OSSL_DEPRECATEDIN_3_0 int DSA_print_fp(FILE *bp, const DSA *x, int off);
crypto/openssl/include/openssl/dsa.h
202
OSSL_DEPRECATEDIN_3_0 DH *DSA_dup_DH(const DSA *r);
crypto/openssl/include/openssl/dsa.h
205
OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
crypto/openssl/include/openssl/dsa.h
207
OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
crypto/openssl/include/openssl/dsa.h
208
OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
crypto/openssl/include/openssl/dsa.h
210
OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
crypto/openssl/include/openssl/dsa.h
212
OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_p(const DSA *d);
crypto/openssl/include/openssl/dsa.h
213
OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_q(const DSA *d);
crypto/openssl/include/openssl/dsa.h
214
OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_g(const DSA *d);
crypto/openssl/include/openssl/dsa.h
215
OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_pub_key(const DSA *d);
crypto/openssl/include/openssl/dsa.h
216
OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_priv_key(const DSA *d);
crypto/openssl/include/openssl/dsa.h
217
OSSL_DEPRECATEDIN_3_0 void DSA_clear_flags(DSA *d, int flags);
crypto/openssl/include/openssl/dsa.h
218
OSSL_DEPRECATEDIN_3_0 int DSA_test_flags(const DSA *d, int flags);
crypto/openssl/include/openssl/dsa.h
219
OSSL_DEPRECATEDIN_3_0 void DSA_set_flags(DSA *d, int flags);
crypto/openssl/include/openssl/dsa.h
220
OSSL_DEPRECATEDIN_3_0 ENGINE *DSA_get0_engine(DSA *d);
crypto/openssl/include/openssl/dsa.h
233
OSSL_DEPRECATEDIN_3_0 DSA_SIG *(*DSA_meth_get_sign(const DSA_METHOD *dsam))(const unsigned char *, int, DSA *);
crypto/openssl/include/openssl/dsa.h
235
DSA_SIG *(*sign)(const unsigned char *, int, DSA *));
crypto/openssl/include/openssl/dsa.h
236
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_sign_setup(const DSA_METHOD *dsam))(DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
crypto/openssl/include/openssl/dsa.h
238
int (*sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **));
crypto/openssl/include/openssl/dsa.h
239
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_verify(const DSA_METHOD *dsam))(const unsigned char *, int, DSA_SIG *, DSA *);
crypto/openssl/include/openssl/dsa.h
241
int (*verify)(const unsigned char *, int, DSA_SIG *, DSA *));
crypto/openssl/include/openssl/dsa.h
242
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_mod_exp(const DSA_METHOD *dsam))(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
crypto/openssl/include/openssl/dsa.h
245
int (*mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
crypto/openssl/include/openssl/dsa.h
248
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_bn_mod_exp(const DSA_METHOD *dsam))(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
crypto/openssl/include/openssl/dsa.h
251
int (*bn_mod_exp)(DSA *, BIGNUM *, const BIGNUM *, const BIGNUM *,
crypto/openssl/include/openssl/dsa.h
253
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_init(const DSA_METHOD *dsam))(DSA *);
crypto/openssl/include/openssl/dsa.h
255
int (*init)(DSA *));
crypto/openssl/include/openssl/dsa.h
256
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_finish(const DSA_METHOD *dsam))(DSA *);
crypto/openssl/include/openssl/dsa.h
258
int (*finish)(DSA *));
crypto/openssl/include/openssl/dsa.h
259
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_paramgen(const DSA_METHOD *dsam))(DSA *, int, const unsigned char *, int, int *, unsigned long *,
crypto/openssl/include/openssl/dsa.h
262
int (*paramgen)(DSA *, int, const unsigned char *, int, int *,
crypto/openssl/include/openssl/dsa.h
264
OSSL_DEPRECATEDIN_3_0 int (*DSA_meth_get_keygen(const DSA_METHOD *dsam))(DSA *);
crypto/openssl/include/openssl/dsa.h
266
int (*keygen)(DSA *));
crypto/openssl/include/openssl/pem.h
463
DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, DSAPrivateKey, DSA)
crypto/openssl/include/openssl/pem.h
464
DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSA_PUBKEY, DSA)
crypto/openssl/include/openssl/pem.h
465
DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA)
crypto/openssl/include/openssl/x509.h
592
OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa);
crypto/openssl/include/openssl/x509.h
593
OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_fp(FILE *fp, const DSA *dsa);
crypto/openssl/include/openssl/x509.h
594
OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa);
crypto/openssl/include/openssl/x509.h
595
OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_fp(FILE *fp, const DSA *dsa);
crypto/openssl/include/openssl/x509.h
640
OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa);
crypto/openssl/include/openssl/x509.h
641
OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_bio(BIO *bp, const DSA *dsa);
crypto/openssl/include/openssl/x509.h
642
OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa);
crypto/openssl/include/openssl/x509.h
643
OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_bio(BIO *bp, const DSA *dsa);
crypto/openssl/include/openssl/x509.h
731
DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0, DSA, DSA_PUBKEY)
crypto/openssl/providers/common/der/der_dsa_key.c
20
int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa)
crypto/openssl/providers/common/der/der_dsa_sig.c
27
DSA *dsa, int mdnid)
crypto/openssl/providers/common/include/prov/der_dsa.h
93
int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa);
crypto/openssl/providers/common/include/prov/der_dsa.h
96
DSA *dsa, int mdnid);
crypto/openssl/providers/common/include/prov/securitycheck.h
27
int ossl_dsa_check_key(const DSA *dsa, int sign);
crypto/openssl/providers/common/securitycheck.c
149
int ossl_dsa_check_key(const DSA *dsa, int sign)
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1232
MAKE_DECODER("DSA", dsa, dsa, DSA);
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
282
IMPLEMENT_MSBLOB(DSA, dsa);
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
283
IMPLEMENT_MS(DSA, dsa);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1702
MAKE_ENCODER(dsa, dsa, DSA, der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1703
MAKE_ENCODER(dsa, dsa, DSA, pem);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
118
const DSA *dsa = key;
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
151
params = ossl_dsa_get0_params((DSA *)dsa);
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
101
static int dsa_key_todata(DSA *dsa, OSSL_PARAM_BLD *bld, OSSL_PARAM params[],
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
135
const DSA *dsa = keydata;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
154
const DSA *dsa1 = keydata1;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
155
const DSA *dsa2 = keydata2;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
186
FFC_PARAMS *dsaparams1 = ossl_dsa_get0_params((DSA *)dsa1);
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
187
FFC_PARAMS *dsaparams2 = ossl_dsa_get0_params((DSA *)dsa2);
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
196
DSA *dsa = keydata;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
220
DSA *dsa = keydata;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
315
DSA *dsa = key;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
350
static int dsa_validate_domparams(const DSA *dsa, int checktype)
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
357
static int dsa_validate_public(const DSA *dsa)
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
368
static int dsa_validate_private(const DSA *dsa)
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
381
const DSA *dsa = keydata;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
440
DSA *dsa = templ;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
595
DSA *dsa = NULL;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
702
DSA *dsa = NULL;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
706
dsa = *(DSA **)reference;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
708
*(DSA **)reference = NULL;
crypto/openssl/providers/implementations/signature/dsa_sig.c
74
DSA *dsa;
crypto/openssl/test/dsa_no_digest_size_test.c
28
static DSA *dsakey;
crypto/openssl/test/dsa_no_digest_size_test.c
34
static DSA *load_dsa_params(void)
crypto/openssl/test/dsa_no_digest_size_test.c
98
DSA *dsa = DSA_new();
crypto/openssl/test/dsatest.c
193
DSA *dsa = NULL;
crypto/openssl/test/dsatest.c
477
DSA *dsa = NULL;
crypto/openssl/test/dsatest.c
568
DSA *dsa = NULL;
crypto/openssl/test/endecode_test.c
1000
IMPLEMENT_TEST_SUITE_PARAMS(DSA, "DSA")
crypto/openssl/test/endecode_test.c
1001
IMPLEMENT_TEST_SUITE_LEGACY(DSA, "DSA")
crypto/openssl/test/endecode_test.c
1002
IMPLEMENT_TEST_SUITE_MSBLOB(DSA, "DSA")
crypto/openssl/test/endecode_test.c
1003
IMPLEMENT_TEST_SUITE_UNPROTECTED_PVK(DSA, "DSA")
crypto/openssl/test/endecode_test.c
1005
IMPLEMENT_TEST_SUITE_PROTECTED_PVK(DSA, "DSA")
crypto/openssl/test/endecode_test.c
1483
MAKE_DOMAIN_KEYS(DSA, "DSA", DSA_params);
crypto/openssl/test/endecode_test.c
1553
ADD_TEST_SUITE(DSA);
crypto/openssl/test/endecode_test.c
1554
ADD_TEST_SUITE_PARAMS(DSA);
crypto/openssl/test/endecode_test.c
1555
ADD_TEST_SUITE_LEGACY(DSA);
crypto/openssl/test/endecode_test.c
1556
ADD_TEST_SUITE_MSBLOB(DSA);
crypto/openssl/test/endecode_test.c
1557
ADD_TEST_SUITE_UNPROTECTED_PVK(DSA);
crypto/openssl/test/endecode_test.c
1559
ADD_TEST_SUITE_PROTECTED_PVK(DSA);
crypto/openssl/test/endecode_test.c
1664
FREE_DOMAIN_KEYS(DSA);
crypto/openssl/test/endecode_test.c
998
DOMAIN_KEYS(DSA);
crypto/openssl/test/endecode_test.c
999
IMPLEMENT_TEST_SUITE(DSA, "DSA", 1)
crypto/openssl/test/evp_extra_test.c
1681
DSA *dsa = NULL;
crypto/openssl/test/evp_libctx_test.c
121
DSA *dsa = NULL;
crypto/openssl/test/pem_read_depr_test.c
110
DSA *dsa = NULL;
crypto/openssl/test/pem_read_depr_test.c
131
DSA *dsa = NULL;
crypto/openssl/test/pem_read_depr_test.c
89
DSA *dsa = NULL;