Searched refs:GetSessionDataBufferSize (Results 1 – 1 of 1) sorted by relevance
979 UINTN GetSessionDataBufferSize; in TlsConnectSession() local1151 GetSessionDataBufferSize = DEF_BUF_LEN; in TlsConnectSession()1152 GetSessionDataBuffer = AllocateZeroPool (GetSessionDataBufferSize); in TlsConnectSession()1162 &GetSessionDataBufferSize in TlsConnectSession()1166 GetSessionDataBuffer = AllocateZeroPool (GetSessionDataBufferSize); in TlsConnectSession()1176 &GetSessionDataBufferSize in TlsConnectSession()1184 ASSERT(GetSessionDataBufferSize == sizeof (EFI_TLS_SESSION_STATE)); in TlsConnectSession()1462 UINTN GetSessionDataBufferSize; in HttpsReceive() local1473 GetSessionDataBufferSize = 0; in HttpsReceive()1672 GetSessionDataBufferSize = DEF_BUF_LEN; in HttpsReceive()[all …]