Searched refs:DSA_do_verify (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | DSA_do_sign.pod | 5 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 D | DSA_meth_new.pod | 141 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 D | dsa_vrf.c | 19 int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, in DSA_do_verify() function
|
H A D | dsa_key.c | 135 if (DSA_do_verify(dgst, dgst_len, sig, dsa) != 1) in dsa_keygen_pairwise_test()
|
H A D | dsa_sign.c | 212 ret = DSA_do_verify(dgst, dgst_len, s, dsa); in DSA_verify()
|
/openssl/include/openssl/ |
H A D | dsa.h | 120 OSSL_DEPRECATEDIN_3_0 int DSA_do_verify(const unsigned char *dgst, int dgst_len,
|
/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 | 3451 DSA_do_verify 3525 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
|
/openssl/ |
H A D | CHANGES.md | 19843 * New functions DSA_do_sign and DSA_do_verify to provide access to
|
Completed in 89 milliseconds