Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dsha512.c158 static int sha512_process(sha512_context *ctx, const unsigned char data[128]) in sha512_process() function
256 if ((ret = sha512_process(ctx, ctx->buffer)) != 0) in sha512_update()
265 if ((ret = sha512_process(ctx, input)) != 0) in sha512_update()
301 if ((ret = sha512_process(ctx, ctx->buffer)) != 0) in sha512_finish()
317 if ((ret = sha512_process(ctx, ctx->buffer)) != 0) in sha512_finish()