Searched refs:sha256_process (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | sha256_ce_glue.c | 14 void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process() function
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha256.c | 215 __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 D | resource_tool.c | 334 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()
|