Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dsha256.c58 static void sha256_process(sha256_context *ctx, const uint8_t data[64]) in sha256_process() function
207 sha256_process(ctx, ctx->buffer); in sha256_update()
214 sha256_process(ctx, input); in sha256_update()