Searched refs:tempKey (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_changeauth.c165 TSS_KEY tempKey;
246 UnloadBlob_TSS_KEY(&offset, txBlob, &tempKey);
292 TSS_KEY tempKey;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_changeauth.c104 BYTE tempKey[512];
187 Trspi_LoadBlob_KEY_PARMS(&tempSize, tempKey, &keyParms);
217 tempSize, tempKey, pAuth,
/netbsd-current/external/bsd/elftosb/dist/common/
H A Drijndael.cpp1366 uint8_t tempKey[_MAX_KEY_COLUMNS][4]; local
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[
[all...]

Completed in 132 milliseconds