Searched refs:md2_total (Results 1 – 2 of 2) sorted by relevance
89 ctx->md2_total = 0; in md2_init()122 left = (ctx->md2_total & 0xF); in md2_update()125 ctx->md2_total += ilen; in md2_update()163 pad_byte = (u8)(MD2_BLOCK_SIZE - (ctx->md2_total % MD2_BLOCK_SIZE)); in md2_final()164 for(i = (ctx->md2_total % MD2_BLOCK_SIZE); i < MD2_BLOCK_SIZE; i++){ in md2_final()
28 u64 md2_total; member