Home
last modified time | relevance | path

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

/src/crypto/krb5/src/windows/leashdll/
H A Dleash-int.h94 BOOL GetSecurityLogonSessionData(PSECURITY_LOGON_SESSION_DATA * ppSessionData);
H A Dlshfunc.c568 GetSecurityLogonSessionData(PSECURITY_LOGON_SESSION_DATA * ppSessionData) in GetSecurityLogonSessionData() function
612 if ( GetSecurityLogonSessionData(&pSessionData) ) { in IsKerberosLogon()
/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c434 GetSecurityLogonSessionData(HANDLE hToken, PSECURITY_LOGON_SESSION_DATA * ppSessionData) in GetSecurityLogonSessionData() function
479 GetSecurityLogonSessionData( pInfo->hToken, &pLogonSessionData ); in KFW_Logon_Event()
/src/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c535 GetSecurityLogonSessionData(PSECURITY_LOGON_SESSION_DATA * ppSessionData) in GetSecurityLogonSessionData() function
966 if ( supported && GetSecurityLogonSessionData(&pSessionData) ) { in GetMSTGT()