Searched refs:roundConstant (Results 1 – 1 of 1) sorted by relevance
157 uint32_t i, *ks = ctx->K, roundConstant = 0x01000000; in aesInitForEncr() local163 for (i = 0; i < 7; i++, ks += 8, roundConstant <<= 1) { in aesInitForEncr()164 ks[8] = ks[0] ^ roundConstant in aesInitForEncr()