check_sha1_signature  241 builtin/fast-export.c 		if (check_sha1_signature(sha1, buf, size, typename(type)) < 0)
check_sha1_signature 1365 builtin/index-pack.c 		if (check_sha1_signature(d->sha1, base_obj->data,
check_sha1_signature   31 builtin/mktag.c 			ret = check_sha1_signature(repl, buffer, size, expected_type);
check_sha1_signature  992 cache.h        extern int check_sha1_signature(const unsigned char *sha1, void *buf, unsigned long size, const char *type);
check_sha1_signature  261 object.c       		if (check_sha1_signature(repl, NULL, 0, NULL) < 0) {
check_sha1_signature  271 object.c       		if (check_sha1_signature(repl, buffer, size, typename(type)) < 0) {
check_sha1_signature  124 pack-check.c   		else if (check_sha1_signature(entries[i].sha1, data, size, typename(type)))