Searched refs:digestbuf (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcompare.c135 char *digestbuf; local
396 if ((digestbuf = MD5File(p->fts_accpath, NULL)) == NULL) {
402 if (strcmp(s->md5digest, digestbuf)) {
405 tab, s->md5digest, digestbuf);
408 free(digestbuf);
414 if ((digestbuf = RMD160File(p->fts_accpath, NULL)) == NULL) {
420 if (strcmp(s->rmd160digest, digestbuf)) {
423 tab, s->rmd160digest, digestbuf);
426 free(digestbuf);
432 if ((digestbuf
[all...]
H A Dcreate.c161 char *digestbuf; local
216 if ((digestbuf = MD5File(p->fts_accpath, NULL)) == NULL)
218 output(&indent, "md5=%s", digestbuf);
219 free(digestbuf);
224 if ((digestbuf = RMD160File(p->fts_accpath, NULL)) == NULL)
226 output(&indent, "rmd160=%s", digestbuf);
227 free(digestbuf);
232 if ((digestbuf = SHA1File(p->fts_accpath, NULL)) == NULL)
234 output(&indent, "sha1=%s", digestbuf);
235 free(digestbuf);
[all...]

Completed in 73 milliseconds