Searched refs:sessionKey (Results 1 – 2 of 2) sorted by relevance
149 final Integer sessionKey = new Integer(session); in updateSnapshot() local150 if (mRecordConfigs.containsKey(sessionKey)) { in updateSnapshot()154 if (updatedConfig.equals(mRecordConfigs.get(sessionKey))) { in updateSnapshot()158 mRecordConfigs.remove(sessionKey); in updateSnapshot()159 mRecordConfigs.put(sessionKey, updatedConfig); in updateSnapshot()163 mRecordConfigs.put(sessionKey, 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()