Symbol: ECDSA_SIG
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
272
compat_ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3806
ECDSA_SIG *sig = NULL;
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
314
ECDSA_SIG *sig = NULL;
crypto/openssh/sk-usbhid.c
1043
ECDSA_SIG *sig = NULL;
crypto/openssh/ssh-ecdsa-sk.c
239
ECDSA_SIG *esig = NULL;
crypto/openssh/ssh-ecdsa.c
325
ECDSA_SIG *esig = NULL;
crypto/openssh/ssh-ecdsa.c
391
ECDSA_SIG *esig = NULL;
crypto/openssh/ssh-pkcs11-client.c
329
static ECDSA_SIG *
crypto/openssh/ssh-pkcs11-client.c
335
ECDSA_SIG *ret = NULL;
crypto/openssh/ssh-pkcs11.c
514
static ECDSA_SIG *
crypto/openssh/ssh-pkcs11.c
523
ECDSA_SIG *ret = NULL;
crypto/openssl/crypto/ec/ec_asn1.c
1178
DECLARE_ASN1_FUNCTIONS(ECDSA_SIG)
crypto/openssl/crypto/ec/ec_asn1.c
1179
DECLARE_ASN1_ENCODE_FUNCTIONS_name(ECDSA_SIG, ECDSA_SIG)
crypto/openssl/crypto/ec/ec_asn1.c
1183
ECDSA_SIG *ECDSA_SIG_new(void)
crypto/openssl/crypto/ec/ec_asn1.c
1185
ECDSA_SIG *sig = OPENSSL_zalloc(sizeof(*sig));
crypto/openssl/crypto/ec/ec_asn1.c
1190
void ECDSA_SIG_free(ECDSA_SIG *sig)
crypto/openssl/crypto/ec/ec_asn1.c
1199
ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **psig, const unsigned char **ppin, long len)
crypto/openssl/crypto/ec/ec_asn1.c
1201
ECDSA_SIG *sig;
crypto/openssl/crypto/ec/ec_asn1.c
1227
int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **ppout)
crypto/openssl/crypto/ec/ec_asn1.c
1268
void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps)
crypto/openssl/crypto/ec/ec_asn1.c
1276
const BIGNUM *ECDSA_SIG_get0_r(const ECDSA_SIG *sig)
crypto/openssl/crypto/ec/ec_asn1.c
1281
const BIGNUM *ECDSA_SIG_get0_s(const ECDSA_SIG *sig)
crypto/openssl/crypto/ec/ec_asn1.c
1286
int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)
crypto/openssl/crypto/ec/ec_asn1.c
1300
ECDSA_SIG sig;
crypto/openssl/crypto/ec/ec_key.c
1101
ECDSA_SIG *sig = NULL;
crypto/openssl/crypto/ec/ec_kmeth.c
235
ECDSA_SIG *(*sign_sig)(const unsigned char *dgst,
crypto/openssl/crypto/ec/ec_kmeth.c
252
const ECDSA_SIG *sig,
crypto/openssl/crypto/ec/ec_kmeth.c
309
ECDSA_SIG *(**psign_sig)(const unsigned char *dgst,
crypto/openssl/crypto/ec/ec_kmeth.c
329
const ECDSA_SIG *sig,
crypto/openssl/crypto/ec/ec_local.h
181
ECDSA_SIG *(*ecdsa_sign_sig)(const unsigned char *dgst, int dgstlen,
crypto/openssl/crypto/ec/ec_local.h
185
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/openssl/crypto/ec/ec_local.h
680
ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len,
crypto/openssl/crypto/ec/ec_local.h
687
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/openssl/crypto/ec/ec_local.h
711
ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len,
crypto/openssl/crypto/ec/ec_local.h
717
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/openssl/crypto/ec/ec_local.h
720
ECDSA_SIG *ossl_ecdsa_simple_sign_sig(const unsigned char *dgst, int dgst_len,
crypto/openssl/crypto/ec/ec_local.h
724
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/openssl/crypto/ec/ecdsa_ossl.c
101
ECDSA_SIG *s;
crypto/openssl/crypto/ec/ecdsa_ossl.c
270
ECDSA_SIG *ossl_ecdsa_simple_sign_sig(const unsigned char *dgst, int dgst_len,
crypto/openssl/crypto/ec/ecdsa_ossl.c
280
ECDSA_SIG *ret;
crypto/openssl/crypto/ec/ecdsa_ossl.c
422
ECDSA_SIG *s;
crypto/openssl/crypto/ec/ecdsa_ossl.c
445
const ECDSA_SIG *sig, EC_KEY *eckey)
crypto/openssl/crypto/ec/ecdsa_ossl.c
50
ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len,
crypto/openssl/crypto/ec/ecdsa_ossl.c
64
const ECDSA_SIG *sig, EC_KEY *eckey)
crypto/openssl/crypto/ec/ecdsa_ossl.c
78
ECDSA_SIG *s;
crypto/openssl/crypto/ec/ecdsa_sign.c
20
ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
crypto/openssl/crypto/ec/ecdsa_sign.c
25
ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen,
crypto/openssl/crypto/ec/ecdsa_vrf.c
27
const ECDSA_SIG *sig, EC_KEY *eckey)
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
130
static ECDSA_SIG *ecdsa_s390x_nistp_sign_sig(const unsigned char *dgst,
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
140
ECDSA_SIG *sig;
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
231
const ECDSA_SIG *sig, EC_KEY *eckey,
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
321
static ECDSA_SIG *ecdsa_s390x_nistp##bits##_sign_sig(const unsigned char *dgst, \
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
334
const ECDSA_SIG *sig, \
crypto/openssl/crypto/sm2/sm2_sign.c
207
static ECDSA_SIG *sm2_sig_gen(const EC_KEY *key, const BIGNUM *e)
crypto/openssl/crypto/sm2/sm2_sign.c
212
ECDSA_SIG *sig = NULL;
crypto/openssl/crypto/sm2/sm2_sign.c
330
static int sm2_sig_verify(const EC_KEY *key, const ECDSA_SIG *sig,
crypto/openssl/crypto/sm2/sm2_sign.c
414
ECDSA_SIG *ossl_sm2_do_sign(const EC_KEY *key,
crypto/openssl/crypto/sm2/sm2_sign.c
421
ECDSA_SIG *sig = NULL;
crypto/openssl/crypto/sm2/sm2_sign.c
438
const ECDSA_SIG *sig,
crypto/openssl/crypto/sm2/sm2_sign.c
464
ECDSA_SIG *s = NULL;
crypto/openssl/crypto/sm2/sm2_sign.c
504
ECDSA_SIG *s = NULL;
crypto/openssl/fuzz/asn1.c
366
DO_TEST_NO_PRINT(ECDSA_SIG, d2i_ECDSA_SIG, i2d_ECDSA_SIG);
crypto/openssl/include/crypto/sm2.h
37
ECDSA_SIG *ossl_sm2_do_sign(const EC_KEY *key,
crypto/openssl/include/crypto/sm2.h
45
const ECDSA_SIG *signature,
crypto/openssl/include/openssl/ec.h
1320
ECDSA_SIG *ECDSA_SIG_new(void);
crypto/openssl/include/openssl/ec.h
1325
void ECDSA_SIG_free(ECDSA_SIG *sig);
crypto/openssl/include/openssl/ec.h
1334
DECLARE_ASN1_ENCODE_FUNCTIONS_only(ECDSA_SIG, ECDSA_SIG)
crypto/openssl/include/openssl/ec.h
1349
void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
crypto/openssl/include/openssl/ec.h
1354
const BIGNUM *ECDSA_SIG_get0_r(const ECDSA_SIG *sig);
crypto/openssl/include/openssl/ec.h
1359
const BIGNUM *ECDSA_SIG_get0_s(const ECDSA_SIG *sig);
crypto/openssl/include/openssl/ec.h
1366
int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s);
crypto/openssl/include/openssl/ec.h
1376
OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,
crypto/openssl/include/openssl/ec.h
1389
OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst,
crypto/openssl/include/openssl/ec.h
1403
const ECDSA_SIG *sig, EC_KEY *eckey);
crypto/openssl/include/openssl/ec.h
1497
ECDSA_SIG *(*sign_sig)(const unsigned char *dgst,
crypto/openssl/include/openssl/ec.h
1508
int dgst_len, const ECDSA_SIG *sig,
crypto/openssl/include/openssl/ec.h
1535
ECDSA_SIG *(**psign_sig)(const unsigned char *dgst,
crypto/openssl/include/openssl/ec.h
1547
const ECDSA_SIG *sig,
crypto/openssl/test/acvp_test.c
246
ECDSA_SIG *sign = d2i_ECDSA_SIG(NULL, &sig, sig_len);
crypto/openssl/test/acvp_test.c
312
ECDSA_SIG *sign = NULL;
crypto/openssl/test/ecdsatest.c
84
ECDSA_SIG *signature = NULL;
crypto/openssl/test/sm2_internal_test.c
313
ECDSA_SIG *sig = NULL;