Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsha256_ce_glue.c14 void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process() function
/rk3399_rockchip-uboot/lib/
H A Dsha256.c215 __weak void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process() function
253 sha256_process(ctx, ctx->buffer, 1); in sha256_update()
259 sha256_process(ctx, input, length / 64); in sha256_update()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c334 static void sha256_process(sha256_context *ctx, const uint8_t data[64]) in sha256_process() function
495 sha256_process(ctx, ctx->buffer); in sha256_update()
502 sha256_process(ctx, input); in sha256_update()