Searched refs:SHA1End (Results 1 – 3 of 3) sorted by relevance
41 #define SHA1End SHA1_End macro
33 char *SHA1End(SHA1_CTX *, char *)
8602 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); \