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

1 2 3 4 5 6 7 8 91011

  /external/libchrome/crypto/
hmac.h 6 // only support SHA1 for the hash algorithm, but this can be extended easily.
30 SHA1,
signature_creator.h 35 SHA1,
signature_verifier.h 32 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
  /libcore/ojluni/src/main/java/java/security/spec/
MGF1ParameterSpec.java 44 * { OID id-sha1 PARAMETERS NULL }|
64 public static final MGF1ParameterSpec SHA1 =
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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)
28 /// A class that wrap the SHA1 algorithm.
29 class SHA1 {
31 SHA1() { init(); }
45 /// Return a reference to the current raw 160-bits SHA1 for the digested data
51 /// Return a reference to the current raw 160-bits SHA1 for the digested data
52 /// since the last call to init(). This is suitable for getting the SHA1 at
57 /// Returns a raw 160-bit SHA1 hash for the given data
    [all...]
  /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:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java 20 public class SHA1
22 private SHA1()
47 * SHA1 HMac
68 * SHA1 HMac
87 super("PBEwithHmacSHA", null, false, PKCS12, SHA1, 160, 0);
94 private static final String PREFIX = SHA1.class.getName();
103 provider.addAlgorithm("Alg.Alias.MessageDigest.SHA1", "SHA-1");
107 addHMACAlgorithm(provider, "SHA1", PREFIX + "$HashMac", PREFIX + "$KeyGenerator");
108 addHMACAlias(provider, "SHA1", PKCSObjectIdentifiers.id_hmacWithSHA1);
109 addHMACAlias(provider, "SHA1", IANAObjectIdentifiers.hmacSHA1)
    [all...]
  /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...]
OpenSSLMessageDigestJDK.java 33 * Holds the EVP_MD for the hashing algorithm, e.g. EVP_get_digestbyname("sha1");
166 public static final class SHA1 extends OpenSSLMessageDigestJDK {
167 public SHA1() throws NoSuchAlgorithmException {
168 super(EvpMdRef.SHA1.EVP_MD, EvpMdRef.SHA1.SIZE_BYTES);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 78 public static class SHA1 extends OpenSSLDigest {
79 public SHA1() { super("SHA-1", 64); }
  /libcore/benchmarks/src/benchmarks/regression/
DigestBenchmark.java 35 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
DigitallySigned.java 33 SHA1,
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionEnum.java 34 SHA1(Hashing.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...]
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 26 SHA1 // import crypto/sha1
31 MD5SHA1 // no implementation; MD5+SHA1 used for TLS RSA
45 SHA1: 20,
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 26 SHA1 // import crypto/sha1
31 MD5SHA1 // no implementation; MD5+SHA1 used for TLS RSA
45 SHA1: 20,
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1.c 83 uint8_t *SHA1(const uint8_t *data, size_t len, uint8_t *out) {

Completed in 999 milliseconds

1 2 3 4 5 6 7 8 91011