Home
last modified time | relevance | path

Searched refs:ks (Results 1 – 4 of 4) 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()
165 ^ (((uint32_t)FwdSbox[(ks[ 7] >> 16) & 0xff]) << 24) in aesInitForEncr()
166 ^ (((uint32_t)FwdSbox[(ks[ 7] >> 8) & 0xff]) << 16) in aesInitForEncr()
167 ^ (((uint32_t)FwdSbox[(ks[ 7] >> 0) & 0xff]) << 8) in aesInitForEncr()
168 ^ (((uint32_t)FwdSbox[(ks[ 7] >> 24) & 0xff]) << 0); in aesInitForEncr()
169 ks[9] = ks[1] ^ ks[8]; in aesInitForEncr()
170 ks[10] = ks[2] ^ ks[9]; in aesInitForEncr()
171 ks[11] = ks[3] ^ ks[10]; in aesInitForEncr()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dgetargs.c1663 char *ks; in vgetargskeywords() local
1669 ks = PyString_AsString(key); in vgetargskeywords()
1671 if (!strcmp(ks, kwlist[i])) { in vgetargskeywords()
1680 ks); in vgetargskeywords()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetargs.c1663 char *ks; in vgetargskeywords() local
1669 ks = PyString_AsString(key); in vgetargskeywords()
1671 if (!strcmp(ks, kwlist[i])) { in vgetargskeywords()
1680 ks); in vgetargskeywords()
/device/google/marlin/common/
Dbase.mk300 KS := ks