Searched refs:RMD160Transform (Results 1 – 2 of 2) sorted by relevance
42 void RMD160Transform(u_int32_t [5], const u_int8_t [RMD160_BLOCK_LENGTH])
122 RMD160Transform(ctx->state, ctx->buffer); in RMD160Update()128 RMD160Transform(ctx->state, input+off); in RMD160Update()167 RMD160Transform(u_int32_t state[5], const u_int8_t block[RMD160_BLOCK_LENGTH]) in RMD160Transform() function