Home
last modified time | relevance | path

Searched refs:SHA (Results 1 - 8 of 8) sorted by relevance

/third_party/elfutils/tests/
H A Drun-debuginfod-find.sh386 SHA=f4a1a8062be998ae93b8f1cd744a398c6de6dbb1
391 archive_test 420e9e3308971f4b817cc5bf83928b41a6909d88 /usr/src/debug/hello3-1.0-2.x86_64/foobar////./../hello.c $SHA
392 archive_test 87c08d12c78174f1082b7c888b3238219b0eb265 /usr/src/debug/hello3-1.0-2.x86_64///foobar/./..//hello.c $SHA
395 archive_test c36708a78618d597dee15d0dc989f093ca5f9120 /usr/src/debug/hello2-1.0-2.x86_64/hello.c $SHA
396 archive_test 41a236eb667c362a1c4196018cc4581e09722b1b /usr/src/debug/hello2-1.0-2.x86_64/hello.c $SHA
398 archive_test bc1febfd03ca05e030f0d205f7659db29f8a4b30 /usr/src/debug/hello-1.0/hello.c $SHA
399 archive_test f0aa15b8aba4f3c28cac3c2a73801fefa644a9f2 /usr/src/debug/hello-1.0/hello.c $SHA
401 archive_test bbbf92ebee5228310e398609c23c2d7d53f6e2f9 /usr/src/debug/hello-1.0/hello.c $SHA
402 archive_test d44d42cbd7d915bc938c81333a21e355a6022fb7 /usr/src/debug/hello-1.0/hello.c $SHA
455 archive_test bc1febfd03ca05e030f0d205f7659db29f8a4b30 /usr/src/debug/hello-1.0/hello.c $SHA
[all...]
/third_party/curl/scripts/
H A Dmk-ca-bundle.pl44 my $MOD_SHA = "Digest::SHA";
47 $MOD_SHA = "Digest::SHA::PurePerl";
151 print "Digest::SHA.pm Version : ${Digest::SHA::VERSION}\n" if ($Digest::SHA::VERSION);
152 print "Digest::SHA::PurePerl.pm Version : ${Digest::SHA::PurePerl::VERSION}\n" if ($Digest::SHA::PurePerl::VERSION);
250 if ($Digest::SHA::VERSION || $Digest::SHA
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go458 SHA string `json:"sha"`
486 // commit by SHA. This is a workaround for git repos that error when
492 log.Printf("Checking out deqp %v commit %v \n", cfg.Remote, cfg.SHA)
493 if err := git.CheckoutCommit(cacheDir, git.ParseHash(cfg.SHA)); err != nil {
494 return deqpBuild{}, cause.Wrap(err, "Couldn't checkout deqp commit %v @ %v", cfg.Remote, cfg.SHA)
497 log.Printf("Checking out deqp %v @ %v into %v\n", cfg.Remote, cfg.SHA, cacheDir)
498 if err := git.CheckoutRemoteCommit(cacheDir, cfg.Remote, git.ParseHash(cfg.SHA)); err != nil {
499 return deqpBuild{}, cause.Wrap(err, "Couldn't checkout deqp commit %v @ %v", cfg.Remote, cfg.SHA)
505 return deqpBuild{}, cause.Wrap(err, "Couldn't fetch deqp sources %v @ %v", cfg.Remote, cfg.SHA)
512 return deqpBuild{}, cause.Wrap(err, "Couldn't apply deqp patch %v for %v @ %v", patch, cfg.Remote, cfg.SHA)
[all...]
/third_party/lzma/Asm/x86/
H A DSha256Opt.asm1 ; Sha256Opt.asm -- SHA-256 optimized code for SHA-256 x86 hardware instructions
/third_party/curl/tests/
H A Dsshserver.pl35 use Digest::SHA;
36 use Digest::SHA 'sha256_base64';
/third_party/libcoap/src/
H A Dcoap_oscore.c1792 TEXT_MAPPING(direct+HKDF-SHA-256, COSE_HKDF_ALG_HKDF_SHA_256),
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs589 pub const SHA: Nid = Nid(ffi::NID_sha); consts
/third_party/mbedtls/tests/
H A Dssl-opt.sh2006 # Allow SHA-1, because many of our test certificates use it
2177 key_file=data_files/server2.key force_ciphersuite=TLS-DHE-RSA-WITH-AES-128-CBC-SHA \
2437 "$P_CLI force_version=tls12 force_ciphersuite=TLS-DHE-RSA-WITH-AES-128-CBC-SHA" \
2486 key_file=data_files/server2.key force_ciphersuite=TLS-DHE-RSA-WITH-AES-128-CBC-SHA" \
2524 "$P_CLI force_ciphersuite=TLS-DHE-RSA-WITH-AES-128-CBC-SHA" \
2584 force_ciphersuite=TLS-DHE-RSA-WITH-AES-128-CBC-SHA" \
2604 run_test_psa TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
2700 # Tests for SHA-1 support
2701 run_test "SHA-1 forbidden by default in server certificate" \
2707 run_test "SHA
[all...]

Completed in 14 milliseconds