Searched defs:sha1_uint32 (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/lib/
H A Dsha1.h38 typedef uint32_t sha1_uint32; typedef
44 sha1_uint32 A;
45 sha1_uint32 B;
46 sha1_uint32 C;
47 sha1_uint32 D;
48 sha1_uint32 E;
50 sha1_uint32 total[2];
51 sha1_uint32 buflen;
52 char buffer[128] __attribute__ ((__aligned__ (__alignof__ (sha1_uint32))));

Completed in 61 milliseconds