Searched refs:DSA_sign_setup (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | DSA_sign.pod | 5 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 D | DSA_meth_new.pod | 136 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 D | DSA_do_sign.pod | 30 L<DSA_sign_setup(3)> may be used to precompute part
|
/openssl/crypto/dsa/ |
H A D | dsa_sign.c | 28 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup() function
|
/openssl/include/openssl/ |
H A D | dsa.h | 139 OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in,
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1510 DSA_sign(), DSA_do_sign(), DSA_sign_setup(), DSA_verify(), DSA_do_verify()
|
/openssl/util/ |
H A D | libcrypto.num | 710 DSA_sign_setup 730 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
|
/openssl/ |
H A D | CHANGES.md | 16617 * Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent
|
Completed in 64 milliseconds