Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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.
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
A DDSA_do_sign.pod30 L<DSA_sign_setup(3)> may be used to precompute part
/openssl-master/crypto/dsa/
A Ddsa_sign.c28 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup() function
/openssl-master/include/openssl/
A Ddsa.h134 OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in,
/openssl-master/doc/man7/
A Dmigration_guide.pod1432 DSA_sign(), DSA_do_sign(), DSA_sign_setup(), DSA_verify(), DSA_do_verify()
/openssl-master/util/
A Dlibcrypto.num710 DSA_sign_setup 730 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
/openssl-master/
A DCHANGES.md14678 * Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent

Completed in 37 milliseconds