Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Drmd160.h42 void RMD160Transform(u_int32_t [5], const u_int8_t [RMD160_BLOCK_LENGTH])
Drmd160.c122 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