Searched refs:uKeyLenInBytes (Results 1 – 1 of 1) sorted by relevance
1003 uint32_t uKeyLenInBytes; in init() local1009 uKeyLenInBytes = 16; in init()1013 uKeyLenInBytes = 24; in init()1017 uKeyLenInBytes = 32; in init()1031 for(uint32_t i = 0;i < uKeyLenInBytes;i++)keyMatrix[i >> 2][i & 3] = key[i]; in init()