Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A Drijndael.cpp1364 unsigned uKeyColumns = m_uRounds - 6; in keySched() local
1370 for(j = 0;j < uKeyColumns;j++) in keySched()
1379 for(j = 0;(j < uKeyColumns) && (r <= m_uRounds); ) in keySched()
1381 for(;(j < uKeyColumns) && (t < 4); j++, t++) in keySched()
1396 tempKey[0][0] ^= S[tempKey[uKeyColumns-1][1]]; in keySched()
1397 tempKey[0][1] ^= S[tempKey[uKeyColumns-1][2]]; in keySched()
1398 tempKey[0][2] ^= S[tempKey[uKeyColumns-1][3]]; in keySched()
1399 tempKey[0][3] ^= S[tempKey[uKeyColumns-1][0]]; in keySched()
1402 if (uKeyColumns != 8) in keySched()
1404 for(j = 1; j < uKeyColumns; j++) in keySched()
[all …]