Searched refs:DSA_do_verify (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/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().
|
| /freebsd/crypto/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()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | dsa.h | 119 OSSL_DEPRECATEDIN_3_0 int DSA_do_verify(const unsigned char *dgst, int dgst_len,
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 987 DSA_do_verify;
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 1520 DSA_sign(), DSA_do_sign(), DSA_sign_setup(), DSA_verify(), DSA_do_verify()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1525 MLINKS+= DSA_do_sign.3 DSA_do_verify.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 3451 DSA_do_verify 3525 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 20666 * New functions DSA_do_sign and DSA_do_verify to provide access to
|