Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DDSA_sign.pod5 DSA_sign, DSA_sign_setup, DSA_verify - DSA signatures
14 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx, BIGNUM **kinvp, BIGNUM **rp);
26 DSA_sign_setup() is defined only for backward binary compatibility and
29 DSA_sign_setup() cannot be used anyway: calling this function will only
39 The random generator must be seeded when DSA_sign() (or DSA_sign_setup())
46 DSA_sign() and DSA_sign_setup() return 1 on success, 0 on error.
DDSA_do_sign.pod22 L<DSA_sign_setup(3)> may be used to precompute part
DDSA_meth_new.pod129 will be called in response to the application calling DSA_sign_setup(). The
130 parameters for the function have the same meaning as for DSA_sign_setup().
152 DSA_sign_setup(). The result is stored in the B<r> parameter. This function
/third_party/openssl/crypto/dsa/
Ddsa_sign.c20 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup() function
/third_party/openssl/include/openssl/
Ddsa.h102 DEPRECATEDIN_1_2_0(int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp))
/third_party/openssl/crypto/err/
Dopenssl.txt445 DSA_F_DSA_SIGN_SETUP:107:DSA_sign_setup
/third_party/openssl/util/
Dlibcrypto.num731 DSA_sign_setup 730 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_2_0,DSA
/third_party/openssl/
DCHANGES10156 *) Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent