Searched refs:sha1_process (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/arm/cpu/armv8/
H A Dsha1_ce_glue.c13 void sha1_process(sha1_context *ctx, const unsigned char *data, function
/u-boot/lib/
H A Dsha1.c221 __weak void sha1_process(sha1_context *ctx, const unsigned char *data, function
256 sha1_process(ctx, ctx->buffer, 1);
262 sha1_process(ctx, input, ilen / 64);

Completed in 46 milliseconds