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

  /build/blueprint/
.travis.install-ninja.sh 8 SCRIPT_HASH=$(sha1sum ${BASH_SOURCE[0]} | awk '{print $1}')
  /external/iptables/
release.sh 27 sha1sum "$TARBALL" >"$TARBALL.sha1sum";
31 sha1sum "$PATCH" >"$PATCH.sha1sum";
  /external/harfbuzz_ng/test/shaping/
record-test.sh 77 sha1sum=`sha1sum "$dir/font.ttf.subset" | cut -d' ' -f1`
78 subset="fonts/sha1sum/$sha1sum.ttf"
  /external/vboot_reference/utility/
vbutil_what_keys 80 rootkey=$(futility vbutil_key --unpack "$TMPFILE" | grep sha1sum | \
85 recoverykey=$(futility vbutil_key --unpack "$TMPFILE" | grep sha1sum | \
118 grep sha1sum | sed -e 's/^.*: *//')
  /external/vboot_reference/tests/futility/
test_sign_firmware.sh 95 | grep sha1sum \
108 ${loemdir}/vblock_A.${loemid} | grep sha1sum \
112 ${loemdir}/vblock_B.${loemid} | grep sha1sum \
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 40 sub sha1sum { subroutine
126 my $digest = sha1sum($path);
146 my $digest = sha1sum($path);
  /external/vboot_reference/firmware/lib/
vboot_display.c 509 char sha1sum[SHA1_DIGEST_SIZE * 2 + 1]; local
585 /* Add sha1sum for Root & Recovery keys */
588 FillInSha1Sum(sha1sum, key);
592 used += StrnAppend(buf + used, sha1sum,
598 FillInSha1Sum(sha1sum, key);
602 used += StrnAppend(buf + used, sha1sum,
608 FillInSha1Sum(sha1sum, &shared->kernel_subkey);
611 used += StrnAppend(buf + used, sha1sum, DEBUG_INFO_SIZE - used);
  /bootable/recovery/applypatch/
imgdiff_test.sh 57 sha1sum $1 | awk '{print $1}'
applypatch.cpp 129 std::vector<std::string> sha1sum(pairs);
137 sha1sum[i] = pieces[i*2+3].c_str();
222 if (ParseSha1(sha1sum[index[i]].c_str(), parsed_sha) != 0) {
223 printf("failed to parse sha1 %s in %s\n", sha1sum[index[i]].c_str(), filename);
231 size[index[i]], sha1sum[index[i]].c_str());
    [all...]
applypatch.sh 71 sha1sum $1 | awk '{print $1}'
  /bootable/recovery/tests/component/
applypatch_test.cpp 41 static std::string sha1sum(const std::string& fname) { function
90 old_sha1 = sha1sum(old_file);
91 new_sha1 = sha1sum(new_file);
  /external/lz4/
Makefile 119 @sha1sum $(DISTRIBNAME) > $(DISTRIBNAME).sha1
  /development/build/tools/
mk_sdk_repo_xml.sh 39 if [[ ! -x $(which sha1sum) ]]; then
40 error "Missing tool: sha1sum (Linux: apt-get install coreutils; Mac: port install md5sha1sum)"
426 SHA1=$( sha1sum "$SRC" | cut -d " " -f 1 )
  /external/libvpx/libvpx/
libs.mk 426 $(qexec)[ -x "$$(which sha1sum)" ] && sha1sum=sha1sum;\
427 [ -x "$$(which shasum)" ] && sha1sum=shasum;\
428 [ -x "$$(which sha1)" ] && sha1sum=sha1;\
429 if [ -n "$${sha1sum}" ]; then\
435 (cd $(LIBVPX_TEST_DATA_PATH); $${sha1sum} -c);\
439 echo "Skipping test data integrity check, sha1sum not found.";\
  /external/vboot_reference/scripts/image_signing/
sign_official_build.sh 18 # sha1sum
81 load_kernel_test dumpe2fs sha1sum e2fsck; do
618 local new_kernb_hash=$(sha1sum ${new_kernb} | cut -f1 -d' ')
  /external/toybox/
Android.mk 333 sha1sum \
  /external/toybox/generated/
newtoys.h 199 USE_SHA1SUM(NEWTOY(sha1sum, "b", TOYFLAG_USR|TOYFLAG_BIN))
flags.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 410 $(qexec)if [ -x "$$(which sha1sum)" ]; then\
415 (cd $(LIBVPX_TEST_DATA_PATH); sha1sum -c);\
419 echo "Skipping test data integrity check, sha1sum not found.";\

Completed in 2584 milliseconds