Home
last modified time | relevance | path

Searched refs:sha1sum (Results 1 – 25 of 28) sorted by relevance

12

/third_party/harfbuzz/test/shaping/
Drecord-test.sh5 if which sha1sum 2>/dev/null >/dev/null; then
6 SHA1SUM=sha1sum
104 sha1sum=`$SHA1SUM "$dir/font.subset.ttf" | cut -d' ' -f1`
105 subset="data/in-house/fonts/$sha1sum.ttf"
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drecord-test.sh5 if which sha1sum 2>/dev/null >/dev/null; then
6 SHA1SUM=sha1sum
106 sha1sum=`$SHA1SUM "$dir/font.subset.ttf" | cut -d' ' -f1`
107 subset="data/in-house/fonts/$sha1sum.ttf"
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drecord-test.sh5 if which sha1sum 2>/dev/null >/dev/null; then
6 SHA1SUM=sha1sum
104 sha1sum=`$SHA1SUM "$dir/font.subset.ttf" | cut -d' ' -f1`
105 subset="data/in-house/fonts/$sha1sum.ttf"
/third_party/uboot/u-boot-2020.01/cmd/
Dsha1sum.c39 sha1sum, 5, 1, do_sha1sum,
48 sha1sum, 4, 1, do_sha1sum,
DMakefile126 obj-$(CONFIG_CMD_SHA1SUM) += sha1sum.o
/third_party/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh23 DOCKER_IMAGE_NAME=${DOCKERHUB_ORGANIZATION}_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
28 …DOCKER_IMAGE_NAME=${DOCKERHUB_ORGANIZATION}/${DOCKERFILE_PREFIX}_$(sha1sum $DOCKERFILE_DIR/Dockerf…
/third_party/grpc/tools/run_tests/dockerize/
Dbuild_interop_image.sh85 if command -v sha1sum > /dev/null;
87 …BASE_IMAGE=${BASE_NAME}:$(sha1sum "tools/dockerfile/interoptest/$BASE_NAME/Dockerfile" | cut -f1 -…
Dbuild_and_run_docker.sh36 DOCKER_IMAGE_NAME=$(basename "$DOCKERFILE_DIR"):$(sha1sum "$DOCKERFILE_DIR/Dockerfile" | cut -f1 -d…
Dbuild_docker_and_run_tests.sh33 DOCKER_IMAGE_NAME=$(basename "$DOCKERFILE_DIR"):$(sha1sum "$DOCKERFILE_DIR/Dockerfile" | cut -f1 -d…
/third_party/protobuf/kokoro/linux/cpp_distcheck/
Dbuild.sh13 DOCKER_IMAGE_NAME=protobuf/protoc_$(sha1sum protoc-artifacts/Dockerfile | cut -f1 -d " ")
/third_party/protobuf/kokoro/linux/dockerfile/
Dpush_testing_images.sh18 DOCKER_IMAGE_NAME=$(basename $DOCKERFILE_DIR)_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
/third_party/grpc/third_party/rake-compiler-dock/
Dpush_testing_images.sh37 DOCKER_IMAGE_NAME=${NAME}_$(sha1sum ${NAME}/Dockerfile | cut -f1 -d\ )
/third_party/grpc/tools/dockerfile/
Dpush_testing_images.sh40 DOCKER_IMAGE_TAG=$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
/third_party/toybox/tests/
Dtar.test31 tee xxd-pipe | head -c $(($1*512)) | sha1sum | sed "s/ .*//"
35 head -c $(($1*512)) | sha1sum | sed "s/ .*//"
/third_party/protobuf/kokoro/release/protoc/linux/
Dbuild.sh29 DOCKER_IMAGE_NAME=protobuf/protoc_$(sha1sum protoc-artifacts/Dockerfile | cut -f1 -d " ")
/third_party/mbedtls/programs/
D.gitignore9 hash/sha1sum
/third_party/toybox/generated/
Dnewtoys.h226 USE_SHA1SUM(NEWTOY(sha1sum, "bc(check)s(status)[!bc]", TOYFLAG_USR|TOYFLAG_BIN))
227 USE_TOYBOX_LIBCRYPTO(USE_SHA224SUM(OLDTOY(sha224sum, sha1sum, TOYFLAG_USR|TOYFLAG_BIN)))
228 USE_TOYBOX_LIBCRYPTO(USE_SHA256SUM(OLDTOY(sha256sum, sha1sum, TOYFLAG_USR|TOYFLAG_BIN)))
229 USE_TOYBOX_LIBCRYPTO(USE_SHA384SUM(OLDTOY(sha384sum, sha1sum, TOYFLAG_USR|TOYFLAG_BIN)))
230 USE_TOYBOX_LIBCRYPTO(USE_SHA512SUM(OLDTOY(sha512sum, sha1sum, TOYFLAG_USR|TOYFLAG_BIN)))
/third_party/uboot/u-boot-2020.01/lib/
Dsha1.c410 unsigned char sha1sum[20]; in sha1_self_test() local
427 sha1_finish (&ctx, sha1sum); in sha1_self_test()
429 if (memcmp (sha1sum, sha1_test_sum[i], 20) != 0) { in sha1_self_test()
/third_party/mbedtls/library/
Dsha1.c541 unsigned char sha1sum[20]; in mbedtls_sha1_self_test() local
576 if( ( ret = mbedtls_sha1_finish_ret( &ctx, sha1sum ) ) != 0 ) in mbedtls_sha1_self_test()
579 if( memcmp( sha1sum, sha1_test_sum[i], 20 ) != 0 ) in mbedtls_sha1_self_test()
Drsa.c2660 unsigned char sha1sum[20]; in mbedtls_rsa_self_test() local
2740 if( mbedtls_sha1_ret( rsa_plaintext, PT_LEN, sha1sum ) != 0 ) in mbedtls_rsa_self_test()
2750 sha1sum, rsa_ciphertext ) != 0 ) in mbedtls_rsa_self_test()
2764 sha1sum, rsa_ciphertext ) != 0 ) in mbedtls_rsa_self_test()
Dssl_tls.c373 unsigned char sha1sum[20]; in ssl3_prf() local
399 if( ( ret = mbedtls_sha1_finish_ret( &sha1, sha1sum ) ) != 0 ) in ssl3_prf()
406 if( ( ret = mbedtls_md5_update_ret( &md5, sha1sum, 20 ) ) != 0 ) in ssl3_prf()
417 mbedtls_platform_zeroize( sha1sum, sizeof( sha1sum ) ); in ssl3_prf()
6188 unsigned char sha1sum[20]; in ssl_calc_finished_ssl() local
6234 mbedtls_sha1_finish_ret( &sha1, sha1sum ); in ssl_calc_finished_ssl()
6247 mbedtls_sha1_update_ret( &sha1, sha1sum, 20 ); in ssl_calc_finished_ssl()
6257 mbedtls_platform_zeroize( sha1sum, sizeof( sha1sum ) ); in ssl_calc_finished_ssl()
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-publish.md65 As of `npm@5`, both a sha1sum and an integrity field with a sha512sum of the
/third_party/openssl/doc/man1/
Ddgst.pod88 Used by programs like B<sha1sum>.
/third_party/libwebsockets/READMEs/
DREADME.generic-sessions.md168 # $ echo -n "jipdocesExunt" | sha1sum
/third_party/toybox/
DBUILD.gn863 "sha1sum",

12