Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Drmd160.h38 void RMD160Update(RMD160_CTX *, const u_char *, uint32_t);
H A Dxform_rmd160.c82 RMD160Update(ctx, buf, len); in RMD160Update_int()
H A Drmd160.c109 RMD160Update(RMD160_CTX *ctx, const u_char *input, uint32_t len) in RMD160Update() function
151 RMD160Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in RMD160Final()
152 RMD160Update(ctx, size, 8); in RMD160Final()