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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/external/
fetch_kc_cts.py 35 SHA1 = "5995452bfa07e3eb6d7238eb68279f55056485d5"
41 SHA1,
  /external/libchrome/crypto/
hmac.h 6 // only support SHA1 for the hash algorithm, but this can be extended easily.
30 SHA1,
signature_creator.h 30 SHA1,
signature_verifier.h 27 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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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:
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DigestAlgorithm.java 32 * Digest-Algorithms attribute, only support SHA or SHA1 algorithm names in .SF and
35 SHA1("SHA1", "SHA-1"),
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java 14 public class SHA1
16 private SHA1()
41 * SHA1 HMac
62 * SHA1 HMac
81 super("PBEwithHmacSHA", null, false, PKCS12, SHA1, 160, 0);
88 private static final String PREFIX = SHA1.class.getName();
97 provider.addAlgorithm("Alg.Alias.MessageDigest.SHA1", "SHA-1");
101 addHMACAlgorithm(provider, "SHA1", PREFIX + "$HashMac", PREFIX + "$KeyGenerator");
102 addHMACAlias(provider, "SHA1", PKCSObjectIdentifiers.id_hmacWithSHA1);
103 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...]
  /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); }

Completed in 1496 milliseconds

1 2 3 4 5 6 7 8 91011>>