Lines Matching full:words
59 * v1 = constant -8 / +8, copied into four words in key_schedule_128()
61 * v3 = Rcon (x4 words) in key_schedule_128()
62 * v6 = constant 8, copied into four words in key_schedule_128()
63 * v7 = constant 0x11B, copied into four words in key_schedule_128()
64 * v8 = constant for byteswapping words in key_schedule_128()
110 /* XOR words for next subkey */ in key_schedule_128()
168 * v1 = constant -8 / +8, copied into four words in key_schedule_192()
170 * v5 = Rcon (x4 words) (already shifted on big-endian) in key_schedule_192()
171 * v6 = constant 8, copied into four words in key_schedule_192()
172 * v8 = constant for byteswapping words in key_schedule_192()
174 * The left two words of v3 are ignored. in key_schedule_192()
205 * Last 6 words in v2:v3l. Compute next 6 words into in key_schedule_192()
241 * Write out the two left 128-bit words in key_schedule_192()
255 * Shift words for next iteration. in key_schedule_192()
263 * The loop wrote the first 50 subkey words, but we need in key_schedule_192()
306 * v1 = constant -8 / +8, copied into four words in key_schedule_256()
308 * v6 = Rcon (x4 words) (already shifted on big-endian) in key_schedule_256()
309 * v7 = constant 8, copied into four words in key_schedule_256()
310 * v8 = constant for byteswapping words in key_schedule_256()
312 * The left two words of v3 are ignored. in key_schedule_256()
342 * Current words are in v2:v3. Compute next word in v4. in key_schedule_256()
379 * Write out the two left 128-bit words in key_schedule_256()