Searched refs:sspi (Results 1 – 2 of 2) sorted by relevance
31 PSecurityFunctionTable sspi; member70 global->sspi = pInitSecurityInterface(); in schannel_load_lib()71 if (global->sspi == NULL) { in schannel_load_lib()153 global->sspi->DeleteSecurityContext(&conn->context); in tls_connection_shutdown()238 status = global->sspi->InitializeSecurityContextW( in tls_conn_hs_clienthello()243 status = global->sspi->InitializeSecurityContextA( in tls_conn_hs_clienthello()264 global->sspi->FreeContextBuffer(outbufs[0].pvBuffer); in tls_conn_hs_clienthello()291 status = global->sspi->QueryContextAttributes( in tls_get_eap()363 status = global->sspi->InitializeSecurityContextW( in tls_connection_handshake()368 status = global->sspi->InitializeSecurityContextA( in tls_connection_handshake()[all …]
37 PSecurityFunctionTable sspi; member76 global->sspi = pInitSecurityInterface(); in schannel_load_lib()77 if (global->sspi == NULL) { in schannel_load_lib()159 global->sspi->DeleteSecurityContext(&conn->context); in tls_connection_shutdown()245 status = global->sspi->InitializeSecurityContextW( in tls_conn_hs_clienthello()250 status = global->sspi->InitializeSecurityContextA( in tls_conn_hs_clienthello()272 global->sspi->FreeContextBuffer(outbufs[0].pvBuffer); in tls_conn_hs_clienthello()299 status = global->sspi->QueryContextAttributes( in tls_get_eap()372 status = global->sspi->InitializeSecurityContextW( in tls_connection_handshake()377 status = global->sspi->InitializeSecurityContextA( in tls_connection_handshake()[all …]