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

/u-boot/drivers/crypto/hash/
H A Dhash_sw.c41 static void hash_update_crc32(void *ctx, const void *ibuf, uint32_t ilen)
153 .update = hash_update_crc32,
40 static void hash_update_crc32(void *ctx, const void *ibuf, uint32_t ilen) function
/u-boot/common/
H A Dhash.c182 static int __maybe_unused hash_update_crc32(struct hash_algo *algo, void *ctx,
315 .hash_update = hash_update_crc32,
181 static int __maybe_unused hash_update_crc32(struct hash_algo *algo, void *ctx, function

Completed in 95 milliseconds