Searched refs:sessionKey (Results 1 – 1 of 1) sorted by relevance
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()