Home
last modified time | relevance | path

Searched refs:SHA1File (Results 1 – 5 of 5) sorted by relevance

/src/lib/libnetbsd/
H A Dsha1.h42 #define SHA1File SHA1_File macro
/src/crypto/openssh/openbsd-compat/
H A Dsha1.h35 char *SHA1File(const char *, char *)
/src/contrib/mtree/
H A Dcompare.c474 if ((digestbuf = SHA1File(p->fts_accpath, NULL)) == NULL) { in compare()
H A Dcreate.c290 dosum(fp, indent, p, &offset, F_SHA1, SHA1File, SHA1KEY); in statf()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8612 INTERCEPTOR(char *, SHA1File, char *filename, char *buf) {
8614 COMMON_INTERCEPTOR_ENTER(ctx, SHA1File, filename, buf);
8617 char *ret = REAL(SHA1File)(filename, buf);
8649 COMMON_INTERCEPT_FUNCTION(SHA1File); \