Searched refs:ks (Results 1 – 10 of 10) 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()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 …]
10 # Spawn /system/bin/efsks and /system/bin/ks13 # Access USB host ks bridge drivers24 # ks checks the writeback path (dir) for the EFS block devices to make sure it is valid
129 /system/bin/ks u:object_r:mdm_helper_exec:s0
7 # Spawn /system/bin/efsks and /system/bin/ks13 # Access USB host ks bridge drivers
68 /vendor/bin/ks u:object_r:kickstart_exec:s0
166 on property:ro.hw.ks.ready=1
22 vendor/qcom/shamu/proprietary/ks:system/bin/ks:qcom \
115 system/bin/ks \
23 /system/bin/ks
7 system/bin/ks:qcom