Home
last modified time | relevance | path

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

/external/fio/crc/
Dmd5.c8 static void md5_transform(uint32_t *hash, uint32_t const *in) in md5_transform() function
115 md5_transform(mctx->hash, mctx->block); in fio_md5_update()
121 md5_transform(mctx->hash, mctx->block); in fio_md5_update()
138 md5_transform(mctx->hash, mctx->block); in fio_md5_final()
146 md5_transform(mctx->hash, mctx->block); in fio_md5_final()
/external/toybox/toys/lsb/
Dmd5sum.c81 static void md5_transform(void) in md5_transform() function
205 transform = sha1 ? sha1_transform : md5_transform; in do_hash()