Home
last modified time | relevance | path

Searched defs:sha512_update (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dsha512.c336 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha512_update() function
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c421 void sha512_update(struct sha512_ctx *ctx, const void *p, size_t size) in sha512_update() function