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

/u-boot/drivers/crypto/hash/
H A Dhash_sw.c105 static void hash_update_sha384(void *ctx, const void *ibuf, uint32_t ilen) function
181 .update = hash_update_sha384,
/u-boot/common/
H A Dhash.c101 static int __maybe_unused hash_update_sha384(struct hash_algo *algo, void *ctx, function
273 .hash_update = hash_update_sha384,

Completed in 68 milliseconds