Searched refs:sha1_process (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | sha1_ce_glue.c | 14 void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process() function
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha1.c | 250 __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 D | resource_tool.c | 62 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()
|