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

/freebsd-13-stable/sys/opencrypto/
H A Drmd160.h37 void RMD160Transform(uint32_t [5], const u_char [64]);
H A Drmd160.c121 RMD160Transform(ctx->state, ctx->buffer);
127 RMD160Transform(ctx->state, input+off);
162 RMD160Transform(uint32_t state[5], const u_char block[64]) function
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Drmd160.h42 void RMD160Transform(u_int32_t [5], const u_int8_t [RMD160_BLOCK_LENGTH])
H A Drmd160.c122 RMD160Transform(ctx->state, ctx->buffer);
128 RMD160Transform(ctx->state, input+off);
167 RMD160Transform(u_int32_t state[5], const u_int8_t block[RMD160_BLOCK_LENGTH]) function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8440 INTERCEPTOR(void, RMD160Transform, u32 state[5], u16 buffer[16]) {
8442 COMMON_INTERCEPTOR_ENTER(ctx, RMD160Transform, state, buffer);
8447 REAL(RMD160Transform)(state, buffer);
8496 COMMON_INTERCEPT_FUNCTION(RMD160Transform); \

Completed in 75 milliseconds