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

  /external/llvm/utils/
UpdateCMakeLists.pl 97 my $digestB = Digest::MD5->new->addfile(*FILE)->hexdigest;
100 if ($digestA ne $digestB) {
  /libcore/luni/src/main/java/java/security/
MessageDigest.java 297 * @param digestb
301 public static boolean isEqual(byte[] digesta, byte[] digestb) {
302 if (digesta.length != digestb.length) {
306 if (digesta[i] != digestb[i]) {

Completed in 1591 milliseconds