Home
last modified time | relevance | path

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

/dragonfly/sys/opencrypto/
HDrmd160.h37 void RMD160Transform(u_int32_t [5], const u_char [64]);
HDrmd160.c119 RMD160Transform(ctx->state, ctx->buffer); in RMD160Update()
125 RMD160Transform(ctx->state, input+off); in RMD160Update()
160 RMD160Transform(u_int32_t state[5], const u_char block[64]) in RMD160Transform() function