Lines Matching refs:pm_len
395 unsigned int pm_len;
406 pm_len = block_nb << 6;
408 memset(ctx->block + ctx->len, 0, pm_len - ctx->len);
410 UNPACK32(len_b, ctx->block + pm_len - 4);
592 unsigned int pm_len;
603 pm_len = block_nb << 7;
605 memset(ctx->block + ctx->len, 0, pm_len - ctx->len);
607 UNPACK32(len_b, ctx->block + pm_len - 4);
694 unsigned int pm_len;
705 pm_len = block_nb << 7;
707 memset(ctx->block + ctx->len, 0, pm_len - ctx->len);
709 UNPACK32(len_b, ctx->block + pm_len - 4);
794 unsigned int pm_len;
805 pm_len = block_nb << 6;
807 memset(ctx->block + ctx->len, 0, pm_len - ctx->len);
809 UNPACK32(len_b, ctx->block + pm_len - 4);