Home
last modified time | relevance | path

Searched refs:roundConstant (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/lib/nanohub/
Daes.c157 uint32_t i, *ks = ctx->K, roundConstant = 0x01000000; in aesInitForEncr() local
163 for (i = 0; i < 7; i++, ks += 8, roundConstant <<= 1) { in aesInitForEncr()
164 ks[8] = ks[0] ^ roundConstant in aesInitForEncr()