Home
last modified time | relevance | path

Searched refs:DSA_do_verify (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DDSA_do_sign.pod5 DSA_do_sign, DSA_do_verify - raw DSA signature operations
17 int DSA_do_verify(const unsigned char *dgst, int dgst_len,
34 DSA_do_verify() verifies that the signature B<sig> matches a given
40 DSA_do_sign() returns the signature, NULL on error. DSA_do_verify()
H A DDSA_meth_new.pod141 response to the application calling DSA_do_verify() (or DSA_verify()). The
142 parameters for the function have the same meaning as for DSA_do_verify().
/openssl/crypto/dsa/
H A Ddsa_vrf.c19 int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, in DSA_do_verify() function
H A Ddsa_key.c135 if (DSA_do_verify(dgst, dgst_len, sig, dsa) != 1) in dsa_keygen_pairwise_test()
H A Ddsa_sign.c212 ret = DSA_do_verify(dgst, dgst_len, s, dsa); in DSA_verify()
/openssl/include/openssl/
H A Ddsa.h120 OSSL_DEPRECATEDIN_3_0 int DSA_do_verify(const unsigned char *dgst, int dgst_len,
/openssl/doc/man7/
H A Dossl-guide-migration.pod1510 DSA_sign(), DSA_do_sign(), DSA_sign_setup(), DSA_verify(), DSA_do_verify()
/openssl/util/
H A Dlibcrypto.num3451 DSA_do_verify 3525 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
/openssl/
H A DCHANGES.md19843 * New functions DSA_do_sign and DSA_do_verify to provide access to

Completed in 89 milliseconds