Searched refs:RMD160Transform (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | rmd160.h | 36 void RMD160Transform(uint32_t [5], const u_char [64]);
|
H A D | rmd160.c | 118 RMD160Transform(ctx->state, ctx->buffer); in RMD160Update() 124 RMD160Transform(ctx->state, input+off); in RMD160Update() 159 RMD160Transform(uint32_t state[5], const u_char block[64]) in RMD160Transform() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 8761 INTERCEPTOR(void, RMD160Transform, u32 state[5], u16 buffer[16]) { 8763 COMMON_INTERCEPTOR_ENTER(ctx, RMD160Transform, state, buffer); 8768 REAL(RMD160Transform)(state, buffer); 8817 COMMON_INTERCEPT_FUNCTION(RMD160Transform); \
|