Searched refs:ECDSA_verify (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/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);
|
| /freebsd/crypto/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()
|
| /freebsd/crypto/openssl/test/ |
| H A D | ecdsatest.c | 372 && TEST_int_eq(ECDSA_verify(0, dgst, sizeof(dgst), sig, siglen, in test_ecdsa_sig_NULL() 385 && TEST_int_eq(ECDSA_verify(0, dgst, sizeof(dgst), sig, siglen, in test_ecdsa_sig_NULL()
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_secalgo.c | 529 ecdsa_evp_256_md.verify = (void*)ECDSA_verify; in ecdsa_evp_workaround_init() 533 ecdsa_evp_384_md.verify = (void*)ECDSA_verify; in ecdsa_evp_workaround_init()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 1458 OSSL_DEPRECATEDIN_3_0 int ECDSA_verify(int type, const unsigned char *dgst,
|
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | ecdsa_sig.c | 448 return ECDSA_verify(0, tbs, tbslen, sig, siglen, ctx->ec);
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | crypto.c | 400 ret = ECDSA_verify(-1, digest.data, digest.length, in ecdsa_verify_signature()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 1072 ECDSA_verify;
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 1541 ECDSA_do_sign_ex(), ECDSA_verify(), ECDSA_do_verify()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1587 MLINKS+= ECDSA_sign.3 ECDSA_verify.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 3082 ECDSA_verify 3149 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|