blk_SHA1_Update 245 block-sha1/sha1.c blk_SHA1_Update(ctx, pad, 1 + (63 & (55 - i))); blk_SHA1_Update 246 block-sha1/sha1.c blk_SHA1_Update(ctx, padlen, 8); blk_SHA1_Update 16 block-sha1/sha1.h void blk_SHA1_Update(blk_SHA_CTX *ctx, const void *dataIn, unsigned long len); blk_SHA1_Update 21 block-sha1/sha1.h #define git_SHA1_Update blk_SHA1_Update