Searched refs:sessionKey (Results 1 – 2 of 2) sorted by relevance
214 final Integer sessionKey = new Integer(session); in updateSnapshot() local227 if (mRecordConfigs.containsKey(sessionKey)) { in updateSnapshot()228 if (updatedConfig.equals(mRecordConfigs.get(sessionKey))) { in updateSnapshot()232 mRecordConfigs.remove(sessionKey); in updateSnapshot()233 mRecordConfigs.put(sessionKey, updatedConfig); in updateSnapshot()237 mRecordConfigs.put(sessionKey, updatedConfig); in updateSnapshot()
144 unsigned char sessionKey[KEY_SIZE]; member255 if (AES_set_encrypt_key(pSession->sessionKey, KEY_SIZE_IN_BITS, in FwdLockConv_DeriveKeys()1131 if (!FwdLockGlue_GetRandomNumber(pSession->sessionKey, KEY_SIZE)) { in FwdLockConv_OpenSession()1133 } else if (!FwdLockGlue_EncryptKey(pSession->sessionKey, KEY_SIZE, in FwdLockConv_OpenSession()1141 memset(pSession->sessionKey, 0, KEY_SIZE); // Zero out key data. in FwdLockConv_OpenSession()