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

  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c 20 @file ecc_verify_hash.c
46 int ecc_verify_hash(const unsigned char *sig, unsigned long siglen, function
162 /* $Source: /cvs/libtom/libtomcrypt/src/pk/ecc/ecc_verify_hash.c,v $ */
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 222 DO(ecc_verify_hash (buf[1], x, buf[0], 16, &stat, &pubKey));
224 DO(ecc_verify_hash (buf[1], x, buf[0], 16, &stat2, &privKey));
226 fprintf(stderr, "ecc_verify_hash failed %d, %d, ", stat, stat2);
x86_prof.c 1124 if ((err = ecc_verify_hash(buf[1], z, buf[0], 20, &stat, &key)) != CRYPT_OK) {
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 244 int ecc_verify_hash(const unsigned char *sig, unsigned long siglen,
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 183 milliseconds