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

  /external/elfutils/tests/
sha1-tst.c 42 static const char expected1[SHA1_DIGEST_SIZE] =
45 if (memcmp (buf, expected1, SHA1_DIGEST_SIZE) != 0)
55 static const char expected2[SHA1_DIGEST_SIZE] =
58 if (memcmp (buf, expected2, SHA1_DIGEST_SIZE) != 0)
69 static const char expected3[SHA1_DIGEST_SIZE] =
72 if (memcmp (buf, expected3, SHA1_DIGEST_SIZE) != 0)
  /external/chromium_org/third_party/libjingle/source/talk/base/
sha1.h 22 #define SHA1_DIGEST_SIZE 20
26 void SHA1Final(SHA1_CTX* context, uint8 digest[SHA1_DIGEST_SIZE]);
sha1digest.h 39 enum { kSize = SHA1_DIGEST_SIZE };
sha1.cc 256 void SHA1Final(SHA1_CTX* context, uint8 digest[SHA1_DIGEST_SIZE]) {
268 for (int i = 0; i < SHA1_DIGEST_SIZE; ++i) {
  /external/chromium_org/third_party/smhasher/src/
sha1.h 15 #define SHA1_DIGEST_SIZE 20
19 void SHA1_Final(SHA1_CTX* context, uint8_t digest[SHA1_DIGEST_SIZE]);
sha1.cpp 209 void SHA1_Final(SHA1_CTX* context, uint8_t digest[SHA1_DIGEST_SIZE])
223 for (i = 0; i < SHA1_DIGEST_SIZE; i++) {
268 void digest_to_hex(const uint8_t digest[SHA1_DIGEST_SIZE], char *output)
273 for (i = 0; i < SHA1_DIGEST_SIZE/4; i++) {
  /external/elfutils/lib/
sha1.h 35 #define SHA1_DIGEST_SIZE 20
  /external/elfutils/src/
ldgeneric.c     [all...]

Completed in 341 milliseconds