HomeSort by relevance Sort by last modified time
    Searched refs:ECDSA_verify (Results 1 - 9 of 9) sorted by null

  /external/openssl/crypto/ecdsa/
ecs_vrf.c 83 int ECDSA_verify(int type, const unsigned char *dgst, int dgst_len,
ecdsatest.c 309 BIO_printf(out, "\ntesting ECDSA_sign() and ECDSA_verify() "
398 if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) != 1)
406 if (ECDSA_verify(0, digest, 20, signature, sig_len,
415 if (ECDSA_verify(0, wrong_digest, 20, signature, sig_len,
424 if (ECDSA_verify(0, digest, 20, signature, sig_len - 1,
471 if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) == 1)
484 if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) != 1)
ecdsa.h 222 int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen,
  /external/openssl/include/openssl/
ecdsa.h 222 int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen,
evp.h 244 (evp_verify_method *)ECDSA_verify, \
    [all...]
  /external/openssl/crypto/ec/
ec_pmeth.c 165 ret = ECDSA_verify(type, tbs, tbslen, sig, siglen, ec);
  /external/openssl/apps/
speed.c     [all...]
  /external/openssl/crypto/evp/
evp.h 244 (evp_verify_method *)ECDSA_verify, \
    [all...]
  /external/openssl/ssl/
s3_srvr.c     [all...]

Completed in 109 milliseconds