Symbol: ECDSA_SIG
crypto/libressl/crypto/ec/ec_kmeth.c
245
ECDSA_SIG *(*sign_sig)(const unsigned char *dgst,
crypto/libressl/crypto/ec/ec_kmeth.c
259
const ECDSA_SIG *sig, EC_KEY *eckey))
crypto/libressl/crypto/ec/ec_kmeth.c
313
ECDSA_SIG *(**psign_sig)(const unsigned char *dgst,
crypto/libressl/crypto/ec/ec_kmeth.c
330
const ECDSA_SIG *sig, EC_KEY *eckey))
crypto/libressl/crypto/ec/ec_lcl.h
469
ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len,
crypto/libressl/crypto/ec/ec_lcl.h
475
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/libressl/crypto/ec/ec_lcl.h
486
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/libressl/crypto/ecdsa/ecs_asn1.c
100
i2d_ECDSA_SIG(const ECDSA_SIG *a, unsigned char **out)
crypto/libressl/crypto/ecdsa/ecs_asn1.c
105
ECDSA_SIG *
crypto/libressl/crypto/ecdsa/ecs_asn1.c
108
return (ECDSA_SIG *)ASN1_item_new(&ECDSA_SIG_it);
crypto/libressl/crypto/ecdsa/ecs_asn1.c
112
ECDSA_SIG_free(ECDSA_SIG *a)
crypto/libressl/crypto/ecdsa/ecs_asn1.c
118
ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps)
crypto/libressl/crypto/ecdsa/ecs_asn1.c
127
ECDSA_SIG_get0_r(const ECDSA_SIG *sig)
crypto/libressl/crypto/ecdsa/ecs_asn1.c
133
ECDSA_SIG_get0_s(const ECDSA_SIG *sig)
crypto/libressl/crypto/ecdsa/ecs_asn1.c
139
ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)
crypto/libressl/crypto/ecdsa/ecs_asn1.c
64
.offset = offsetof(ECDSA_SIG, r),
crypto/libressl/crypto/ecdsa/ecs_asn1.c
71
.offset = offsetof(ECDSA_SIG, s),
crypto/libressl/crypto/ecdsa/ecs_asn1.c
83
.size = sizeof(ECDSA_SIG),
crypto/libressl/crypto/ecdsa/ecs_asn1.c
87
ECDSA_SIG *ECDSA_SIG_new(void);
crypto/libressl/crypto/ecdsa/ecs_asn1.c
88
void ECDSA_SIG_free(ECDSA_SIG *a);
crypto/libressl/crypto/ecdsa/ecs_asn1.c
89
ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **a, const unsigned char **in, long len);
crypto/libressl/crypto/ecdsa/ecs_asn1.c
90
int i2d_ECDSA_SIG(const ECDSA_SIG *a, unsigned char **out);
crypto/libressl/crypto/ecdsa/ecs_asn1.c
92
ECDSA_SIG *
crypto/libressl/crypto/ecdsa/ecs_asn1.c
93
d2i_ECDSA_SIG(ECDSA_SIG **a, const unsigned char **in, long len)
crypto/libressl/crypto/ecdsa/ecs_asn1.c
95
return (ECDSA_SIG *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/ecdsa/ecs_lib.c
202
ECDSA_SIG signature;
crypto/libressl/crypto/ecdsa/ecs_locl.h
94
ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len,
crypto/libressl/crypto/ecdsa/ecs_ossl.c
120
ECDSA_SIG *s;
crypto/libressl/crypto/ecdsa/ecs_ossl.c
258
static ECDSA_SIG *
crypto/libressl/crypto/ecdsa/ecs_ossl.c
267
ECDSA_SIG *ret;
crypto/libressl/crypto/ecdsa/ecs_ossl.c
408
ECDSA_SIG *
crypto/libressl/crypto/ecdsa/ecs_ossl.c
423
ECDSA_SIG *s;
crypto/libressl/crypto/ecdsa/ecs_ossl.c
446
ecdsa_do_verify(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig,
crypto/libressl/crypto/ecdsa/ecs_ossl.c
539
const ECDSA_SIG *sig, EC_KEY *eckey)
crypto/libressl/crypto/ecdsa/ecs_ossl.c
72
static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dgst_len,
crypto/libressl/crypto/ecdsa/ecs_ossl.c
77
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/libressl/crypto/ecdsa/ecs_sign.c
70
ECDSA_SIG *
crypto/libressl/crypto/ecdsa/ecs_sign.c
76
ECDSA_SIG *
crypto/libressl/crypto/ecdsa/ecs_vrf.c
79
ECDSA_do_verify(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig,
crypto/libressl/crypto/gost/gost_locl.h
101
extern ECDSA_SIG *gost2001_do_sign(BIGNUM *md, GOST_KEY *eckey);
crypto/libressl/crypto/gost/gost_locl.h
102
extern int gost2001_do_verify(BIGNUM *md, ECDSA_SIG *sig, GOST_KEY *ec);
crypto/libressl/crypto/gost/gostr341001.c
146
ECDSA_SIG *
crypto/libressl/crypto/gost/gostr341001.c
149
ECDSA_SIG *newsig = NULL;
crypto/libressl/crypto/gost/gostr341001.c
250
gost2001_do_verify(BIGNUM *md, ECDSA_SIG *sig, GOST_KEY *ec)
crypto/libressl/crypto/gost/gostr341001_pmeth.c
103
static ECDSA_SIG *
crypto/libressl/crypto/gost/gostr341001_pmeth.c
106
ECDSA_SIG *s;
crypto/libressl/crypto/gost/gostr341001_pmeth.c
119
pack_signature_le(ECDSA_SIG *s, int order, unsigned char *sig, size_t *siglen)
crypto/libressl/crypto/gost/gostr341001_pmeth.c
236
ECDSA_SIG *unpacked_sig = NULL;
crypto/libressl/crypto/gost/gostr341001_pmeth.c
291
ECDSA_SIG *s = NULL;
crypto/libressl/crypto/gost/gostr341001_pmeth.c
70
static ECDSA_SIG *
crypto/libressl/crypto/gost/gostr341001_pmeth.c
73
ECDSA_SIG *s;
crypto/libressl/crypto/gost/gostr341001_pmeth.c
86
pack_signature_cp(ECDSA_SIG *s, int order, unsigned char *sig, size_t *siglen)
crypto/libressl/include/openssl/ecdsa.h
103
ECDSA_SIG *ECDSA_SIG_new(void);
crypto/libressl/include/openssl/ecdsa.h
108
void ECDSA_SIG_free(ECDSA_SIG *sig);
crypto/libressl/include/openssl/ecdsa.h
116
int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
crypto/libressl/include/openssl/ecdsa.h
125
ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
crypto/libressl/include/openssl/ecdsa.h
132
void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
crypto/libressl/include/openssl/ecdsa.h
134
const BIGNUM *ECDSA_SIG_get0_r(const ECDSA_SIG *sig);
crypto/libressl/include/openssl/ecdsa.h
135
const BIGNUM *ECDSA_SIG_get0_s(const ECDSA_SIG *sig);
crypto/libressl/include/openssl/ecdsa.h
142
int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s);
crypto/libressl/include/openssl/ecdsa.h
151
ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dgst_len,
crypto/libressl/include/openssl/ecdsa.h
164
ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
crypto/libressl/include/openssl/ecdsa.h
177
const ECDSA_SIG *sig, EC_KEY* eckey);
crypto/libressl/include/openssl/ecdsa.h
273
ECDSA_SIG *(*sign_sig)(const unsigned char *dgst,
crypto/libressl/include/openssl/ecdsa.h
280
const ECDSA_SIG *sig, EC_KEY *eckey));
crypto/libressl/include/openssl/ecdsa.h
287
ECDSA_SIG *(**psign_sig)(const unsigned char *dgst,
crypto/libressl/include/openssl/ecdsa.h
294
const ECDSA_SIG *sig, EC_KEY *eckey));
crypto/libressl/include/openssl/ecdsa.h
82
ECDSA_SIG *(*ecdsa_do_sign)(const unsigned char *dgst, int dgst_len,
crypto/libressl/include/openssl/ecdsa.h
87
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/libressl/tls/tls_signer.c
383
static ECDSA_SIG *
crypto/libressl/tls/tls_signer.c
388
ECDSA_SIG *ecdsa_sig = NULL;
crypto/openssh/ssh-ecdsa-sk.c
239
ECDSA_SIG *esig = NULL;
crypto/openssh/ssh-ecdsa.c
231
ECDSA_SIG *esig = NULL;
crypto/openssh/ssh-ecdsa.c
296
ECDSA_SIG *esig = NULL;
crypto/openssh/ssh-pkcs11-client.c
326
static ECDSA_SIG *
crypto/openssh/ssh-pkcs11-client.c
332
ECDSA_SIG *ret = NULL;
crypto/openssh/ssh-pkcs11.c
512
static ECDSA_SIG *
crypto/openssh/ssh-pkcs11.c
521
ECDSA_SIG *ret = NULL;
lib/libssh/openbsd-compat/openssl-compat.h
140
void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
lib/libssh/openbsd-compat/openssl-compat.h
144
int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s);