Home
last modified time | relevance | path

Searched refs:ECDSA_sign_ex (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdsa_sign.c38 return ECDSA_sign_ex(type, dgst, dlen, sig, siglen, NULL, NULL, eckey); in ECDSA_sign()
41 int ECDSA_sign_ex(int type, const unsigned char *dgst, int dlen, in ECDSA_sign_ex() function
/third_party/openssl/crypto/ec/
H A Decdsa_sign.c38 return ECDSA_sign_ex(type, dgst, dlen, sig, siglen, NULL, NULL, eckey); in ECDSA_sign()
41 int ECDSA_sign_ex(int type, const unsigned char *dgst, int dlen, in ECDSA_sign_ex() function
/third_party/openssl/test/
H A Decdsatest.c373 && TEST_int_eq(ECDSA_sign_ex(0, dgst, sizeof(dgst), NULL, &siglen, in test_ecdsa_sig_NULL()
377 && TEST_int_eq(ECDSA_sign_ex(0, dgst, sizeof(dgst), sig, &siglen0, in test_ecdsa_sig_NULL()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Decdsa_sig.c196 ret = ECDSA_sign_ex(0, tbs, tbslen, sig, &sltmp, ctx->kinv, ctx->r, ctx->ec); in ecdsa_sign()
/third_party/openssl/providers/implementations/signature/
H A Decdsa_sig.c196 ret = ECDSA_sign_ex(0, tbs, tbslen, sig, &sltmp, ctx->kinv, ctx->r, ctx->ec); in ecdsa_sign()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h1431 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_ex(int type, const unsigned char *dgst,
/third_party/openssl/include/openssl/
H A Dec.h1431 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_ex(int type, const unsigned char *dgst,
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h1255 int ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen,

Completed in 9 milliseconds