sha1_result
sha1_result(ctx, digest);
extern void sha1_result(struct sha1_ctxt *, char[__min_size(SHA1_RESULTLEN)]);
#define SHA1Final(x, y) sha1_result((y), (x))
sha1_result((SHA1_CTX *) ctx, (caddr_t) buf);