Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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.
H A 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
H A DDSA_do_sign.pod22 L<DSA_sign_setup(3)> may be used to precompute part
/netbsd-src/crypto/external/bsd/openssl/dist/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_do_sign.pod30 L<DSA_sign_setup(3)> may be used to precompute part
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
H A Ddsa_sign.c20 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) in DSA_sign_setup() function
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Ddsa.h102 DEPRECATEDIN_1_2_0(int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp))
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddsa.h134 OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in,
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map1038 DSA_sign_setup;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt445 DSA_F_DSA_SIGN_SETUP:107:DSA_sign_setup
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dmigration_guide.pod1489 DSA_sign(), DSA_do_sign(), DSA_sign_setup(), DSA_verify(), DSA_do_verify()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num731 DSA_sign_setup 730 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_2_0,DSA
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES10206 *) Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent