Searched refs:GetSessionDataBuffer (Results 1 – 1 of 1) sorted by relevance
978 UINT8 *GetSessionDataBuffer; in TlsConnectSession() local1152 GetSessionDataBuffer = AllocateZeroPool (GetSessionDataBufferSize); in TlsConnectSession()1153 if (GetSessionDataBuffer == NULL) { in TlsConnectSession()1161 GetSessionDataBuffer, in TlsConnectSession()1165 FreePool (GetSessionDataBuffer); in TlsConnectSession()1166 GetSessionDataBuffer = AllocateZeroPool (GetSessionDataBufferSize); in TlsConnectSession()1167 if (GetSessionDataBuffer == NULL) { in TlsConnectSession()1175 GetSessionDataBuffer, in TlsConnectSession()1180 FreePool(GetSessionDataBuffer); in TlsConnectSession()1185 HttpInstance->TlsSessionState = *(EFI_TLS_SESSION_STATE *) GetSessionDataBuffer; in TlsConnectSession()[all …]