Lines Matching defs:digestbuf
143 char *digestbuf;
438 if ((digestbuf = MD5File(p->fts_accpath, NULL)) == NULL) {
444 if (strcmp(s->md5digest, digestbuf)) {
449 tab, MD5KEY, s->md5digest, digestbuf);
452 free(digestbuf);
458 if ((digestbuf = RMD160File(p->fts_accpath, NULL)) == NULL) {
464 if (strcmp(s->rmd160digest, digestbuf)) {
469 tab, RMD160KEY, s->rmd160digest, digestbuf);
472 free(digestbuf);
478 if ((digestbuf = SHA1File(p->fts_accpath, NULL)) == NULL) {
484 if (strcmp(s->sha1digest, digestbuf)) {
489 tab, SHA1KEY, s->sha1digest, digestbuf);
492 free(digestbuf);
498 if ((digestbuf = SHA256_File(p->fts_accpath, NULL)) == NULL) {
504 if (strcmp(s->sha256digest, digestbuf)) {
509 tab, SHA256KEY, s->sha256digest, digestbuf);
512 free(digestbuf);
517 if ((digestbuf = SHA384_File(p->fts_accpath, NULL)) == NULL) {
523 if (strcmp(s->sha384digest, digestbuf)) {
528 tab, SHA384KEY, s->sha384digest, digestbuf);
531 free(digestbuf);
536 if ((digestbuf = SHA512_File(p->fts_accpath, NULL)) == NULL) {
542 if (strcmp(s->sha512digest, digestbuf)) {
547 tab, SHA512KEY, s->sha512digest, digestbuf);
550 free(digestbuf);