Searched refs:MDS1 (Results 1 – 1 of 1) sorted by relevance
37 uint32_t MDS1[256]; member193 …return cs->MDS1[(X) & 0xff] ^ cs->MDS2[((X) >> 8) & 0xff] ^ cs->MDS3[((X) >> 16) & 0xff] ^ cs->MDS… in MDS_mul()203 …cs->MDS1[i] = ((uint32_t)y[0]) ^ ((uint32_t)MD1[y[0]] << 8) ^ ((uint32_t)MD2[y[0]] << 16) ^ ((uint… in precomputeMDS()