Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dmd5.c142 static int md5_update(struct shash_desc *desc, const u8 *data, unsigned int len) in md5_update() function
221 .update = md5_update,
/openbmc/qemu/crypto/
H A Dhash-nettle.c62 .write = (qcrypto_nettle_write)md5_update,