Go to the source code of this file.
Defines | |
| #define | SHA1_DIGEST_LEN 20 |
| #define | SHA1_STRING_LEN (SHA1_DIGEST_LEN * 2 + 1) |
Functions | |
| char * | sha1_file (const char *filename, char *result_ptr=NULL) |
| #define SHA1_DIGEST_LEN 20 |
Definition at line 33 of file sha1.h.
Referenced by sha1_file().
| #define SHA1_STRING_LEN (SHA1_DIGEST_LEN * 2 + 1) |
Definition at line 34 of file sha1.h.
Referenced by sha1_file().
| char* sha1_file | ( | const char * | filename, | |
| char * | result_ptr = NULL | |||
| ) |
Definition at line 286 of file sha1.C.
References SHA1_DIGEST_LEN, SHA1_STRING_LEN, SHA1Final(), SHA1Init(), and SHA1Update().
Referenced by Dyninst::SerDesBin::writeHeaderPreamble().
1.6.1