HomeSort by relevance Sort by last modified time
    Searched defs:hexval (Results 1 - 2 of 2) sorted by null

  /dalvik/libdex/
sha1.cpp 65 like md5sum does. Added functions hexval, verifyfile,
315 unsigned char hexval(char c) function
361 expected_digest[k]=hexval(checkline[j++]);
363 +hexval(checkline[j++]);
  /frameworks/compile/libbcc/lib/Support/
sha1.c 67 like md5sum does. Added functions hexval, verifyfile,
313 uint8_t hexval(char c) function
359 expected_digest[k]=hexval(checkline[j++]);
361 +hexval(checkline[j++]);

Completed in 433 milliseconds