Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
DTlsConfig.c804 CONST UINT8 *SslSessionId; in TlsGetSessionId() local
818 SslSessionId = SSL_SESSION_get_id (Session, (unsigned int *)SessionIdLen); in TlsGetSessionId()
819 CopyMem (SessionId, SslSessionId, *SessionIdLen); in TlsGetSessionId()