Searched refs:sha384_update (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/u-boot/ |
A D | sha512.h | 31 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
|
/u-boot/lib/ |
A D | sha512.c | 273 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 D | hash.c | 112 sha384_update((sha512_context *)ctx, buf, size); in hash_update_sha384()
|
/u-boot/lib/efi_loader/ |
A D | efi_tcg2.c | 546 sha384_update(&ctx_512, input, length); in tcg2_create_digest()
|
Completed in 11 milliseconds