Home
last modified time | relevance | path

Searched refs:SHA1End (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libnetbsd/
H A Dsha1.h41 #define SHA1End SHA1_End macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.h33 char *SHA1End(SHA1_CTX *, char *)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8602 INTERCEPTOR(char *, SHA1End, void *context, char *buf) {
8604 COMMON_INTERCEPTOR_ENTER(ctx, SHA1End, context, buf);
8607 char *ret = REAL(SHA1End)(context, buf);
8648 COMMON_INTERCEPT_FUNCTION(SHA1End); \