Searched refs:ECDSA_sign (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecdsa_sign.c | 35 int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char in ECDSA_sign() function
|
H A D | ec_pmeth.c | 136 ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec); in pkey_ec_sign()
|
/third_party/openssl/crypto/ec/ |
H A D | ecdsa_sign.c | 35 int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char in ECDSA_sign() function
|
H A D | ec_pmeth.c | 136 ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec); in pkey_ec_sign()
|
/third_party/openssl/test/ |
H A D | ecdsatest.c | 362 && TEST_int_eq(ECDSA_sign(0, dgst, sizeof(dgst), NULL, &siglen0, in test_ecdsa_sig_NULL() 366 && TEST_int_eq(ECDSA_sign(0, dgst, sizeof(dgst), sig, &siglen, in test_ecdsa_sig_NULL()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 1414 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign(int type, const unsigned char *dgst,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 1414 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign(int type, const unsigned char *dgst,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 1239 int ECDSA_sign(int type, const unsigned char *dgst, int dgstlen,
|
Completed in 8 milliseconds