Searched refs:RMD160Update (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.h | 38 void RMD160Update(RMD160_CTX *, const u_char *, uint32_t);
|
| H A D | xform_rmd160.c | 82 RMD160Update(ctx, buf, len); in RMD160Update_int()
|
| H A D | rmd160.c | 109 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()
|