MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_TLS_PROTOCOL Struct Reference

Data Fields

EFI_TLS_SET_SESSION_DATA SetSessionData
 
EFI_TLS_GET_SESSION_DATA GetSessionData
 
EFI_TLS_BUILD_RESPONSE_PACKET BuildResponsePacket
 
EFI_TLS_PROCESS_PACKET ProcessPacket
 

Detailed Description

The EFI_TLS_PROTOCOL is used to create, destroy and manage TLS session. For detail of TLS, please refer to TLS related RFC.

Field Documentation

EFI_TLS_BUILD_RESPONSE_PACKET _EFI_TLS_PROTOCOL::BuildResponsePacket
EFI_TLS_GET_SESSION_DATA _EFI_TLS_PROTOCOL::GetSessionData
EFI_TLS_PROCESS_PACKET _EFI_TLS_PROTOCOL::ProcessPacket
EFI_TLS_SET_SESSION_DATA _EFI_TLS_PROTOCOL::SetSessionData