Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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_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
H A DDSA_do_sign.pod30 L<DSA_sign_setup(3)> may be used to precompute part
/freebsd/crypto/openssl/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
/freebsd/crypto/openssl/include/openssl/
H A Ddsa.h139 OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1038 DSA_sign_setup;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1520 DSA_sign(), DSA_do_sign(), DSA_sign_setup(), DSA_verify(), DSA_do_verify()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1565 MLINKS+= DSA_sign.3 DSA_sign_setup.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num710 DSA_sign_setup 730 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
/freebsd/crypto/openssl/
H A DCHANGES.md16916 * Add new function BN_rand_range(), and fix DSA_sign_setup() to prevent