Searched refs:DSA_sign_setup (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | DSA_sign.pod | 5 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.
|
D | DSA_do_sign.pod | 22 L<DSA_sign_setup(3)> may be used to precompute part
|
D | DSA_meth_new.pod | 129 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/ |
D | dsa_sign.c | 20 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup() function
|
/third_party/openssl/include/openssl/ |
D | dsa.h | 102 DEPRECATEDIN_1_2_0(int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp))
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 445 DSA_F_DSA_SIGN_SETUP:107:DSA_sign_setup
|
/third_party/openssl/util/ |
D | libcrypto.num | 731 DSA_sign_setup 730 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_2_0,DSA
|
/third_party/openssl/ |
D | CHANGES | 10156 *) Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent
|