HomeSort by relevance Sort by last modified time
    Searched defs:sha1 (Results 1 - 25 of 549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/crypto/sha1/
fallback_test.go 7 package sha1 package
sha1block_decl.go 7 package sha1 package
sha1block_generic.go 7 package sha1 package
sha1block_s390x.go 5 package sha1 package
sha1block_amd64.go 5 package sha1 package
19 // blockAVX2 calculates sha1 for 2 block per iteration
sha1block_arm64.go 5 package sha1 package
  /prebuilts/go/linux-x86/src/crypto/sha1/
fallback_test.go 7 package sha1 package
sha1block_decl.go 7 package sha1 package
sha1block_generic.go 7 package sha1 package
sha1block_s390x.go 5 package sha1 package
sha1block_amd64.go 5 package sha1 package
19 // blockAVX2 calculates sha1 for 2 block per iteration
sha1block_arm64.go 5 package sha1 package
  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 33 uint8_t sha1[SHA_DIGEST_LENGTH]; member in struct:FileContents
  /external/skia/bin/
fetch-gn 19 sha1 = '113f5b30a7cfae72015600a119590d45d64c0d0d' if 'linux' in sys.platform else \
24 h = hashlib.sha1()
30 if sha1_of_file(dst) != sha1:
32 f.write(urllib2.urlopen('https://chromium-gn.storage-download.googleapis.com/' + sha1).read())
21 'b1981c189f40c3ae42b965277ad1bc3449d26d2a' # Windows variable
  /external/skqp/bin/
fetch-gn 21 sha1 = open(gn_path + '.sha1').read().strip() variable
24 h = hashlib.sha1()
30 if sha1_of_file(gn_path) != sha1:
32 f.write(urllib2.urlopen('https://chromium-gn.storage-download.googleapis.com/' + sha1).read())
39 if sha1_of_file(gn_copy_path) != sha1:
  /external/libchrome/crypto/
signature_creator_unittest.cc 13 #include "base/sha1.h"
33 crypto::SignatureCreator::SHA1));
69 std::string sha1 = base::SHA1HashString(data); local
70 // Sign sha1 of the input data.
73 key.get(), crypto::SignatureCreator::SHA1,
74 reinterpret_cast<const uint8_t*>(sha1.c_str()), sha1.size(), &signature));
  /external/llvm/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /external/webrtc/webrtc/base/
sha1digest_unittest.cc 17 std::string Sha1(const std::string& input) {
18 Sha1Digest sha1; local
19 return ComputeDigest(&sha1, input);
23 Sha1Digest sha1; local
25 EXPECT_EQ(20U, sha1.Size());
29 // Test vectors from sha1.c.
30 EXPECT_EQ("da39a3ee5e6b4b0d3255bfef95601890afd80709", Sha1(""));
31 EXPECT_EQ("a9993e364706816aba3e25717850c26c9cd0d89d", Sha1("abc"));
33 Sha1("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"));
35 EXPECT_EQ("34aa973cd4c4daa4f61eeb2bdbad27316534016f", Sha1(a_million_as))
39 Sha1Digest sha1; local
52 Sha1Digest sha1; local
62 Sha1Digest sha1; local
70 Sha1Digest sha1; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
18 #include "llvm/Support/SHA1.h"
23 /// A raw_ostream that hash the content using the sha1 algorithm.
25 SHA1 State;
33 /// Return the current SHA1 hash for the content of the stream
34 StringRef sha1() { function in class:llvm::raw_sha1_ostream

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>