Searched refs:sw_hash_update (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/crypto/hash/
H A Dhash_sw.c212 static int sw_hash_update(struct udevice *dev, void *ctx, const void *ibuf, uint32_t ilen) function
256 rc = sw_hash_update(dev, ctx, cur, chunk);
264 rc = sw_hash_update(dev, ctx, ibuf, ilen);
286 .hash_update = sw_hash_update,

Completed in 225 milliseconds