Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTls1.h65 #define TLS10_PROTOCOL_VERSION_MINOR 0x01 macro
/device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
DTlsDriver.c268 TlsService->TlsCtx = TlsCtxNew (TLS10_PROTOCOL_VERSION_MAJOR, TLS10_PROTOCOL_VERSION_MINOR); in TlsDriverEntryPoint()
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpsSupport.c891 (RecordHeader.Version.Minor == TLS10_PROTOCOL_VERSION_MINOR || in TlsReceiveOnePdu()
1502 (RecordHeader.Version.Minor == TLS10_PROTOCOL_VERSION_MINOR || in HttpsReceive()
1608 (RecordHeader.Version.Minor == TLS10_PROTOCOL_VERSION_MINOR || in HttpsReceive()