HomeSort by relevance Sort by last modified time
    Searched refs:SHA (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.h 1 /* crypto/sha/sha.h */
70 #error SHA is disabled.
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
115 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
sha_locl.h 1 /* crypto/sha/sha_locl.h */
63 #include <openssl/sha.h>
126 fips_md_init(SHA)
128 fips_md_init_ctx(SHA1, SHA)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
sha.h 1 /* crypto/sha/sha.h */
70 #error SHA is disabled.
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
115 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
  /external/openssl/crypto/sha/
sha.h 1 /* crypto/sha/sha.h */
70 #error SHA is disabled.
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
115 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
sha_locl.h 1 /* crypto/sha/sha_locl.h */
63 #include <openssl/sha.h>
126 fips_md_init(SHA)
128 fips_md_init_ctx(SHA1, SHA)
  /external/openssl/include/openssl/
sha.h 1 /* crypto/sha/sha.h */
70 #error SHA is disabled.
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
115 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
  /external/tcpdump/
print-arp.c 96 #define SHA(ap) (ar_sha(ap))
372 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap))));
378 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap))));
390 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap))));
  /external/smack/src/org/jivesoftware/smack/util/
StringUtils.java 601 * Hashes a String using the SHA-1 algorithm and returns the result as a
619 digest = MessageDigest.getInstance("SHA-1");
622 System.err.println("Failed to load the SHA-1 MessageDigest. " +
  /external/chromium_org/tools/
bisect-perf-regression.py 166 # Patch template to add a new file, DEPS.sha under src folder.
170 # once build is produced, it reads SHA value from this file and appends it
172 DEPS_SHA_PATCH = """diff --git src/DEPS.sha src/DEPS.sha
175 +++ src/DEPS.sha
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 828 milliseconds