HomeSort by: relevance | last modified time | path
    Searched refs:m_expandedKey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
rijndael.h 107 uint8_t m_expandedKey[_MAX_ROUNDS+1][4][4];
rijndael.cpp 1383 *((uint32_t*)m_expandedKey[r][t]) = *((uint32_t*)tempKey[j]);
1426 *((uint32_t*)m_expandedKey[r][t]) = *((uint32_t*)tempKey[j]);
1444 w = m_expandedKey[r][0];
1446 w = m_expandedKey[r][1];
1448 w = m_expandedKey[r][2];
1450 w = m_expandedKey[r][3];
1460 *((uint32_t*)temp[0]) = *((uint32_t*)(a )) ^ *((uint32_t*)m_expandedKey[0][0]);
1461 *((uint32_t*)temp[1]) = *((uint32_t*)(a+ 4)) ^ *((uint32_t*)m_expandedKey[0][1]);
1462 *((uint32_t*)temp[2]) = *((uint32_t*)(a+ 8)) ^ *((uint32_t*)m_expandedKey[0][2]);
1463 *((uint32_t*)temp[3]) = *((uint32_t*)(a+12)) ^ *((uint32_t*)m_expandedKey[0][3])
    [all...]

Completed in 16 milliseconds