Searched refs:RMD160Update (Results 1 – 6 of 6) sorted by relevance
/dragonfly/sys/opencrypto/ |
H A D | rmd160.h | 38 void RMD160Update(RMD160_CTX *, const u_char *, u_int32_t);
|
H A D | rmd160.c | 107 RMD160Update(RMD160_CTX *ctx, const u_char *input, u_int32_t len) in RMD160Update() function 149 RMD160Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in RMD160Final() 150 RMD160Update(ctx, size, 8); in RMD160Final()
|
H A D | xform.c | 1034 RMD160Update(ctx, buf, len); in RMD160Update_int()
|
/dragonfly/contrib/dhcpcd/compat/crypt/ |
H A D | hmac.c | 96 (void *)RMD160Init, (void *)RMD160Update, (void *)RMD160Final,
|
/dragonfly/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 338 RMD160Update(ctx, indata, insize); in __archive_ripemd160update()
|
/dragonfly/sys/dev/disk/dm/crypt/ |
H A D | dm_target_crypt.c | 313 RMD160Update(&ctx, priv->crypto_key, klen); in essiv_ivgen_ctor()
|