#include <string.h>
#include <stdio.h>
#include "xyssl/sha1.h"
Go to the source code of this file.
Functions | |
static int | sha1_wrapper (char *filename, unsigned char *sum) |
static int | sha1_print (char *filename) |
static int | sha1_check (char *filename) |
int | main (int argc, char *argv[]) |
Definition at line 131 of file sha1sum.c.
References sha1_check(), and sha1_print().
static int sha1_check | ( | char * | filename | ) | [static] |
static int sha1_print | ( | char * | filename | ) | [static] |
static int sha1_wrapper | ( | char * | filename, | |
unsigned char * | sum | |||
) | [static] |
Definition at line 30 of file sha1sum.c.
References sha1_file().
Referenced by sha1_check(), and sha1_print().