Searched refs:howManyInBlock (Results 1 – 2 of 2) sorted by relevance
71 ctx->howManyInBlock = 0; in SLA1_Init()153 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Process()156 memcpy(&ctx->SLAblock[ctx->howManyInBlock], in SLA1_Process()158 ctx->howManyInBlock += siz; in SLA1_Process()163 memcpy(&ctx->SLAblock[ctx->howManyInBlock], in SLA1_Process()168 ctx->howManyInBlock = 0; in SLA1_Process()194 if (ctx->howManyInBlock > 55) { in SLA1_Final()200 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Final()214 ctx->SLAblock[ctx->howManyInBlock] = 0x80; in SLA1_Final()219 ctx->SLAblock[ctx->howManyInBlock] = 0x80; in SLA1_Final()[all …]
52 int howManyInBlock; member