Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsha1_ce_glue.c14 void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process() function
/rk3399_rockchip-uboot/lib/
H A Dsha1.c250 __weak void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process() function
292 sha1_process(ctx, ctx->buffer, 1); in sha1_update()
298 sha1_process(ctx, input, ilen / 64); in sha1_update()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c62 static void sha1_process(sha1_context *ctx, const unsigned char data[64]) in sha1_process() function
244 sha1_process (ctx, ctx->buffer); in sha1_update()
251 sha1_process (ctx, input); in sha1_update()