Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A Drijndael.cpp1366 uint8_t tempKey[_MAX_KEY_COLUMNS][4]; in keySched() local
1372 *((uint32_t*)(tempKey[j])) = *((uint32_t*)(key[j])); in keySched()
1383 *((uint32_t*)m_expandedKey[r][t]) = *((uint32_t*)tempKey[j]); 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()
1400 tempKey[0][0] ^= rcon[rconpointer++]; in keySched()
1406 *((uint32_t*)tempKey[j]) ^= *((uint32_t*)tempKey[j-1]); in keySched()
1411 *((uint32_t*)tempKey[j]) ^= *((uint32_t*)tempKey[j-1]); in keySched()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_changeauth.c165 TSS_KEY tempKey; in TCSP_ChangeAuthAsymStart_Internal()
246 UnloadBlob_TSS_KEY(&offset, txBlob, &tempKey); in TCSP_ChangeAuthAsymStart_Internal()
292 TSS_KEY tempKey; in TCSP_ChangeAuthAsymFinish_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_changeauth.c104 BYTE tempKey[512]; in Tspi_ChangeAuthAsym()
187 Trspi_LoadBlob_KEY_PARMS(&tempSize, tempKey, &keyParms); in Tspi_ChangeAuthAsym()
217 tempSize, tempKey, pAuth, in Tspi_ChangeAuthAsym()