OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHA1_DIGEST_SIZE
(Results
1 - 3
of
3
) 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/elfutils/lib/
sha1.h
35
#define
SHA1_DIGEST_SIZE
20
/external/elfutils/src/
ldgeneric.c
[
all
...]
Completed in 43 milliseconds