Searched refs:sha384_update (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/u-boot/ |
H A D | sha512.h | 31 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
|
/openbmc/u-boot/lib/ |
H A D | sha512.c | 272 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 D | tpm-v2.c | 108 sha384_update(&ctx_512, input, length); in tcg2_create_digest()
|
/openbmc/qemu/crypto/ |
H A D | hash-nettle.c | 86 .write = (qcrypto_nettle_write)sha384_update,
|
/openbmc/u-boot/common/ |
H A D | hash.c | 101 sha384_update((sha512_context *)ctx, buf, size); in hash_update_sha384()
|