Home
last modified time | relevance | path

Searched refs:sha384_update (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dsha512.h31 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
/openbmc/u-boot/lib/
H A Dsha512.c272 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha384_update() function
309 sha384_update(&ctx, curr, chunk); in sha384_csum_wd()
314 sha384_update(&ctx, input, ilen); in sha384_csum_wd()
H A Dtpm-v2.c108 sha384_update(&ctx_512, input, length); in tcg2_create_digest()
/openbmc/qemu/crypto/
H A Dhash-nettle.c86 .write = (qcrypto_nettle_write)sha384_update,
/openbmc/u-boot/common/
H A Dhash.c101 sha384_update((sha512_context *)ctx, buf, size); in hash_update_sha384()