Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Drmd160.h36 void RMD160Transform(uint32_t [5], const u_char [64]);
H A Drmd160.c118 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 Dsanitizer_common_interceptors.inc8761 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); \