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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_changeauth.c 165 TSS_KEY tempKey;
246 UnloadBlob_TSS_KEY(&offset, txBlob, &tempKey);
292 TSS_KEY tempKey;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_changeauth.c 104 BYTE tempKey[512];
187 Trspi_LoadBlob_KEY_PARMS(&tempSize, tempKey, &keyParms);
217 tempSize, tempKey, pAuth,
  /src/external/bsd/elftosb/dist/common/
rijndael.cpp 1366 uint8_t tempKey[_MAX_KEY_COLUMNS][4];
1372 *((uint32_t*)(tempKey[j])) = *((uint32_t*)(key[j]));
1383 *((uint32_t*)m_expandedKey[r][t]) = *((uint32_t*)tempKey[j]);
1396 tempKey[0][0] ^= S[tempKey[uKeyColumns-1][1]];
1397 tempKey[0][1] ^= S[tempKey[uKeyColumns-1][2]];
1398 tempKey[0][2] ^= S[tempKey[uKeyColumns-1][3]];
1399 tempKey[0][3] ^= S[tempKey[uKeyColumns-1][0]]
    [all...]

Completed in 19 milliseconds