Home
last modified time | relevance | path

Searched refs:DSA_sign_setup (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DDSA_sign.pod5 DSA_sign, DSA_sign_setup, DSA_verify - DSA signatures
18 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx, BIGNUM **kinvp, BIGNUM **rp);
34 DSA_sign_setup() is defined only for backward binary compatibility and
37 DSA_sign_setup() cannot be used anyway: calling this function will only
47 The random generator must be seeded when DSA_sign() (or DSA_sign_setup())
54 DSA_sign() and DSA_sign_setup() return 1 on success, 0 on error.
H A DDSA_meth_new.pod136 will be called in response to the application calling DSA_sign_setup(). The
137 parameters for the function have the same meaning as for DSA_sign_setup().
159 DSA_sign_setup(). The result is stored in the B<r> parameter. This function
H A DDSA_do_sign.pod30 L<DSA_sign_setup(3)> may be used to precompute part
/openssl/crypto/dsa/
H A Ddsa_sign.c28 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup() function
/openssl/include/openssl/
H A Ddsa.h139 OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in,
/openssl/doc/man7/
H A Dossl-guide-migration.pod1510 DSA_sign(), DSA_do_sign(), DSA_sign_setup(), DSA_verify(), DSA_do_verify()
/openssl/util/
H A Dlibcrypto.num710 DSA_sign_setup 730 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
/openssl/
H A DCHANGES.md16553 * Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent

Completed in 88 milliseconds