Searched refs:ECDSA_verify (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | ECDSA_SIG_new.pod | 7 ECDSA_verify, ECDSA_do_verify, ECDSA_sign_setup, ECDSA_sign_ex, 28 int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen, 87 ECDSA_verify() verifies that the signature in B<sig> of size B<siglen> is a 91 ECDSA_do_verify() is similar to ECDSA_verify() except the signature is 130 ECDSA_verify() and ECDSA_do_verify() return 1 for a valid 174 or using ECDSA_verify(): 176 ret = ECDSA_verify(0, digest, 32, buffer, buf_len, eckey);
|
/third_party/openssl/crypto/ec/ |
D | ecdsa_vrf.c | 35 int ECDSA_verify(int type, const unsigned char *dgst, int dgst_len, in ECDSA_verify() function
|
D | ec_pmeth.c | 146 ret = ECDSA_verify(type, tbs, tbslen, sig, siglen, ec); in pkey_ec_verify()
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1270 int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen,
|
/third_party/openssl/apps/ |
D | speed.c | 1163 ret = ECDSA_verify(0, buf, 20, ecdsasig, ecdsasiglen, ecdsa[testnum]); in ECDSA_verify_loop() 2901 st = ECDSA_verify(0, loopargs[i].buf, 20, loopargs[i].buf2, in speed_main()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1293 #define ECDSA_verify BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ECDSA_verify) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 501 EC_F_ECDSA_VERIFY:253:ECDSA_verify
|
/third_party/openssl/util/ |
D | libcrypto.num | 3197 ECDSA_verify 3149 1_1_0 EXIST::FUNCTION:EC
|