/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
DigestAlgorithm.java | 26 SHA1("SHA-1"), 51 case SHA1: 53 case SHA1: 62 case SHA1:
|
/libcore/luni/src/test/java/tests/security/spec/ |
PSSParameterSpecTest.java | 71 MGF1ParameterSpec.SHA1, 20, 1); 86 new PSSParameterSpec(null, "MGF1", MGF1ParameterSpec.SHA1, 20, 1); 103 new PSSParameterSpec("SHA-1", null, MGF1ParameterSpec.SHA1, 20, 1); 121 MGF1ParameterSpec.SHA1, -20, 1); 139 MGF1ParameterSpec.SHA1, 20, -1); 163 MGF1ParameterSpec.SHA1, 20, 1); 173 MGF1ParameterSpec.SHA1, 20, 1); 183 MGF1ParameterSpec.SHA1, 20, 1); 184 assertTrue(MGF1ParameterSpec.SHA1.equals(pssps.getMGFParameters())); 215 MGF1ParameterSpec.SHA1, 20, 1) [all...] |
/external/deqp/external/ |
fetch_kc_cts.py | 35 SHA1 = "5995452bfa07e3eb6d7238eb68279f55056485d5" 41 SHA1,
|
/external/llvm/include/llvm/Support/ |
SHA1.h | 1 //==- SHA1.h - SHA1 implementation for LLVM --*- C++ -*-==// 10 // (http://oauth.googlecode.com/svn/code/c/liboauth/src/sha1.c) 27 /// A class that wrap the SHA1 algorithm. 28 class SHA1 { 30 SHA1() { init(); } 44 /// Return a reference to the current raw 160-bits SHA1 for the digested data 50 /// Return a reference to the current raw 160-bits SHA1 for the digested data 51 /// since the last call to init(). This is suitable for getting the SHA1 at
|
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/syslinux/utils/ |
sha1pass | 4 use Digest::SHA1; 32 $pass = Digest::SHA1::sha1_base64($salt, $pass);
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
EvpMdRef.java | 40 } else if ((SHA1.JCA_NAME.equals(algorithmUpper)) || (SHA1.OID.equals(algorithmUpper))) { 41 return SHA1.JCA_NAME; 60 } else if (SHA1.JCA_NAME.equals(algorithmUpper)) { 61 return EvpMdRef.SHA1.EVP_MD; 78 } else if (SHA1.JCA_NAME.equals(algorithmUpper)) { 79 return EvpMdRef.SHA1.SIZE_BYTES; 92 } else if (evpMdRef == SHA1.EVP_MD) { 93 return SHA1.JCA_NAME; 116 static final class SHA1 { [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
|
/prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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
|
/build/make/tools/releasetools/ |
ota_package_parser.py | 34 def StashBlocks(self, SHA1, blocks): 35 if SHA1 in self.stash_map: 36 logging.info("already stashed {}: {}".format(SHA1, blocks)) 41 self.stash_map[SHA1] = blocks 43 def FreeBlocks(self, SHA1): 44 assert self.stash_map.has_key(SHA1), "stash {} not found".format(SHA1) 45 self.current_stash_size -= self.stash_map[SHA1].size() 46 del self.stash_map[SHA1] 48 def HandleOverlapBlocks(self, SHA1, blocks) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 49 AlgorithmParameterSpec mgfSpec = MGF1ParameterSpec.SHA1; 83 + "as MGF1ParameterSpec.SHA1", 85 == MGF1ParameterSpec.SHA1); 99 AlgorithmParameterSpec mgfSpec = MGF1ParameterSpec.SHA1; 115 AlgorithmParameterSpec mgfSpec = MGF1ParameterSpec.SHA1; 131 AlgorithmParameterSpec mgfSpec = MGF1ParameterSpec.SHA1; 147 AlgorithmParameterSpec mgfSpec = MGF1ParameterSpec.SHA1;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
Twofish.java | 91 super("PBEwithSHAandTwofish-CBC", null, true, PKCS12, SHA1, 256, 128); 103 super(new CBCBlockCipher(new TwofishEngine()), PKCS12, SHA1, 256, 16);
|
/external/llvm/lib/Support/ |
SHA1.cpp | 1 //======- SHA1.h - Private copy of the SHA1 implementation ---*- C++ -* ======// 10 // (http://oauth.googlecode.com/svn/code/c/liboauth/src/sha1.c) 17 #include "llvm/Support/SHA1.h" 40 void SHA1::init() { 54 void SHA1::hashBlock() { 93 void SHA1::addUncounted(uint8_t data) { 107 void SHA1::writebyte(uint8_t data) { 112 void SHA1::update(ArrayRef<uint8_t> Data) { 117 void SHA1::pad() [all...] |