Home
last modified time | relevance | path

Searched refs:ECDSA_sign_setup (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DECDSA_sign.pod6 ECDSA_verify, ECDSA_do_verify, ECDSA_sign_setup, ECDSA_sign_ex,
33 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp);
77 ECDSA_sign_setup() may be used to precompute parts of the signing operation.
95 ECDSA_sign(), ECDSA_sign_ex() and ECDSA_sign_setup() return 1 if successful
/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_sign.c51 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, in ECDSA_sign_setup() function
/freebsd/crypto/openssl/test/
H A Decdsatest.c65 * 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 setup_tests()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Decdsa_sig.c186 if (ctx->kattest && !ECDSA_sign_setup(ctx->ec, NULL, &ctx->kinv, &ctx->r)) in ecdsa_sign()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1401 OSSL_DEPRECATEDIN_3_0 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1070 ECDSA_sign_setup;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1509 ECDSA_sign(), ECDSA_sign_ex(), ECDSA_sign_setup(), ECDSA_do_sign(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1384 MLINKS+= ECDSA_sign.3 ECDSA_sign_setup.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3741 ECDSA_sign_setup 3826 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC