Home
last modified time | relevance | path

Searched refs:GetSessionDataBufferSize (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpsSupport.c979 UINTN GetSessionDataBufferSize; in TlsConnectSession() local
1151 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() local
1473 GetSessionDataBufferSize = 0; in HttpsReceive()
1672 GetSessionDataBufferSize = DEF_BUF_LEN; in HttpsReceive()
[all …]