Searched refs:nMatrixInd (Results 1 – 1 of 1) sorted by relevance
201 for ( int nMatrixInd = 0; nMatrixInd < 7; ++nMatrixInd ) in GetWordHashAsUINT32() local203 if ( ( nChar & ( 1 << nMatrixInd ) ) != 0 ) in GetWordHashAsUINT32()204 nHighResult = nHighResult ^ pEncryptionMatrix[15 - nLen + nInd][nMatrixInd]; in GetWordHashAsUINT32()
Completed in 8 milliseconds