Searched refs:ECDSA_sign_setup (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecdsa_sign.c | 51 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, in ECDSA_sign_setup() function
|
/third_party/openssl/crypto/ec/ |
H A D | ecdsa_sign.c | 51 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, in ECDSA_sign_setup() function
|
/third_party/openssl/test/ |
H A D | ecdsatest.c | 65 * It uses the low-level ECDSA_sign_setup instead of EVP to control the RNG. 129 /* create the signature via ECDSA_sign_setup to avoid use of ECDSA nonces */ in x9_62_tests() 131 if (!TEST_true(ECDSA_sign_setup(key, NULL, &kinv, &rp)) in x9_62_tests() 372 && TEST_int_eq(ECDSA_sign_setup(eckey, NULL, &kinv, &rp), 1) in test_ecdsa_sig_NULL()
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 186 if (ctx->kattest && !ECDSA_sign_setup(ctx->ec, NULL, &ctx->kinv, &ctx->r)) in ecdsa_sign()
|
/third_party/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 186 if (ctx->kattest && !ECDSA_sign_setup(ctx->ec, NULL, &ctx->kinv, &ctx->r)) in ecdsa_sign()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 1374 * see ECDSA_sign_setup 1401 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, 1427 * see ECDSA_sign_setup
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 1374 * see ECDSA_sign_setup 1401 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, 1427 * see ECDSA_sign_setup
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 1200 * see ECDSA_sign_setup 1227 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp); 1251 * see ECDSA_sign_setup
|
Completed in 14 milliseconds