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

/u-boot/drivers/crypto/hash/
H A Dhash_sw.c89 static void hash_update_sha256(void *ctx, const void *ibuf, uint32_t ilen) function
174 .update = hash_update_sha256,
/u-boot/common/
H A Dhash.c74 static int __maybe_unused hash_update_sha256(struct hash_algo *algo, void *ctx, function
252 .hash_update = hash_update_sha256,

Completed in 41 milliseconds