Home
last modified time | relevance | path

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

/u-boot/include/u-boot/
A Dsha512.h31 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
/u-boot/lib/
A Dsha512.c273 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha384_update() function
310 sha384_update(&ctx, curr, chunk); in sha384_csum_wd()
315 sha384_update(&ctx, input, ilen); in sha384_csum_wd()
/u-boot/common/
A Dhash.c112 sha384_update((sha512_context *)ctx, buf, size); in hash_update_sha384()
/u-boot/lib/efi_loader/
A Defi_tcg2.c546 sha384_update(&ctx_512, input, length); in tcg2_create_digest()

Completed in 11 milliseconds