Searched refs:ECDSA_verify (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | ECDSA_sign.pod | 6 ECDSA_verify, ECDSA_do_verify, ECDSA_sign_setup, ECDSA_sign_ex, 25 int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen, 65 ECDSA_verify() verifies that the signature in I<sig> of size I<siglen> is a 69 ECDSA_do_verify() is similar to ECDSA_verify() except the signature is 101 ECDSA_verify() and ECDSA_do_verify() return 1 for a valid 146 or using ECDSA_verify(): 148 ret = ECDSA_verify(0, digest, 32, buffer, buf_len, eckey);
|
/openssl/crypto/ec/ |
H A D | ecdsa_vrf.c | 41 int ECDSA_verify(int type, const unsigned char *dgst, int dgst_len, in ECDSA_verify() function
|
H A D | ec_pmeth.c | 160 ret = ECDSA_verify(type, tbs, tbslen, sig, siglen, ec); in pkey_ec_verify()
|
/openssl/test/ |
H A D | ecdsatest.c | 370 && TEST_int_eq(ECDSA_verify(0, dgst, sizeof(dgst), sig, siglen, in test_ecdsa_sig_NULL() 380 && TEST_int_eq(ECDSA_verify(0, dgst, sizeof(dgst), sig, siglen, in test_ecdsa_sig_NULL()
|
/openssl/include/openssl/ |
H A D | ec.h | 1466 OSSL_DEPRECATEDIN_3_0 int ECDSA_verify(int type, const unsigned char *dgst,
|
/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 440 return ECDSA_verify(0, tbs, tbslen, sig, siglen, ctx->ec); in ecdsa_verify_directly()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1531 ECDSA_do_sign_ex(), ECDSA_verify(), ECDSA_do_verify()
|
/openssl/util/ |
H A D | libcrypto.num | 3082 ECDSA_verify 3149 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
Completed in 41 milliseconds