sha1_calc
static int sha1_calc(uchar_t *, uchar_t *, uint_t);
static hash_info_t sha1_hash = {SHA1_HASHSIZE, CONFOUNDER_LEN, sha1_calc};