Symbol: DSA_SIG
crypto/libressl/crypto/dsa/dsa_ameth.c
585
DSA_SIG *dsa_sig;
crypto/libressl/crypto/dsa/dsa_asn1.c
105
.offset = offsetof(DSA_SIG, s),
crypto/libressl/crypto/dsa/dsa_asn1.c
117
.size = sizeof(DSA_SIG),
crypto/libressl/crypto/dsa/dsa_asn1.c
122
DSA_SIG *
crypto/libressl/crypto/dsa/dsa_asn1.c
123
d2i_DSA_SIG(DSA_SIG **a, const unsigned char **in, long len)
crypto/libressl/crypto/dsa/dsa_asn1.c
125
return (DSA_SIG *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/dsa/dsa_asn1.c
130
i2d_DSA_SIG(const DSA_SIG *a, unsigned char **out)
crypto/libressl/crypto/dsa/dsa_asn1.c
136
DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps)
crypto/libressl/crypto/dsa/dsa_asn1.c
145
DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s)
crypto/libressl/crypto/dsa/dsa_asn1.c
404
DSA_SIG *s;
crypto/libressl/crypto/dsa/dsa_asn1.c
427
DSA_SIG *s;
crypto/libressl/crypto/dsa/dsa_asn1.c
74
DSA_SIG *sig;
crypto/libressl/crypto/dsa/dsa_asn1.c
98
.offset = offsetof(DSA_SIG, r),
crypto/libressl/crypto/dsa/dsa_lib.c
223
DSA_SIG signature;
crypto/libressl/crypto/dsa/dsa_locl.h
67
DSA_SIG *(*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
crypto/libressl/crypto/dsa/dsa_locl.h
71
DSA_SIG *sig, DSA *dsa);
crypto/libressl/crypto/dsa/dsa_meth.c
92
DSA_SIG *(*sign)(const unsigned char *, int, DSA *))
crypto/libressl/crypto/dsa/dsa_ossl.c
101
DSA_SIG *ret = NULL;
crypto/libressl/crypto/dsa/dsa_ossl.c
313
dsa_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa)
crypto/libressl/crypto/dsa/dsa_ossl.c
72
static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
crypto/libressl/crypto/dsa/dsa_ossl.c
75
static int dsa_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
crypto/libressl/crypto/dsa/dsa_ossl.c
95
static DSA_SIG *
crypto/libressl/crypto/dsa/dsa_sign.c
66
DSA_SIG *
crypto/libressl/crypto/dsa/dsa_sign.c
78
DSA_SIG *
crypto/libressl/crypto/dsa/dsa_sign.c
81
return calloc(1, sizeof(DSA_SIG));
crypto/libressl/crypto/dsa/dsa_sign.c
85
DSA_SIG_free(DSA_SIG *sig)
crypto/libressl/crypto/dsa/dsa_vrf.c
66
DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa)
crypto/libressl/include/openssl/dsa.h
120
DSA_SIG * DSA_SIG_new(void);
crypto/libressl/include/openssl/dsa.h
121
void DSA_SIG_free(DSA_SIG *a);
crypto/libressl/include/openssl/dsa.h
122
int i2d_DSA_SIG(const DSA_SIG *a, unsigned char **pp);
crypto/libressl/include/openssl/dsa.h
123
DSA_SIG * d2i_DSA_SIG(DSA_SIG **v, const unsigned char **pp, long length);
crypto/libressl/include/openssl/dsa.h
124
void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
crypto/libressl/include/openssl/dsa.h
125
int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
crypto/libressl/include/openssl/dsa.h
127
DSA_SIG * DSA_do_sign(const unsigned char *dgst,int dlen,DSA *dsa);
crypto/libressl/include/openssl/dsa.h
129
DSA_SIG *sig,DSA *dsa);
crypto/libressl/include/openssl/dsa.h
226
DSA_SIG *(*sign)(const unsigned char *, int, DSA *));
crypto/openssh/ssh-dss.c
264
DSA_SIG *sig = NULL;
crypto/openssh/ssh-dss.c
334
DSA_SIG *dsig = NULL;
lib/libssh/openbsd-compat/openssl-compat.h
131
void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
lib/libssh/openbsd-compat/openssl-compat.h
135
int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);