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

/freebsd-current/lib/libnetbsd/
H A Dsha1.h42 #define SHA1File SHA1_File macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsha1.h35 char *SHA1File(const char *, char *)
/freebsd-current/contrib/mtree/
H A Dcompare.c469 if ((digestbuf = SHA1File(p->fts_accpath, NULL)) == NULL) {
H A Dcreate.c271 if ((digestbuf = SHA1File(p->fts_accpath, NULL)) == NULL)
272 mtree_err("%s: SHA1File failed: %s", p->fts_accpath,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8598 INTERCEPTOR(char *, SHA1File, char *filename, char *buf) {
8600 COMMON_INTERCEPTOR_ENTER(ctx, SHA1File, filename, buf);
8603 char *ret = REAL(SHA1File)(filename, buf);
8635 COMMON_INTERCEPT_FUNCTION(SHA1File); \

Completed in 75 milliseconds