OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sspi
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
security.h
31
#include <
sspi
.h>
winineti.h
25
#include <
sspi
.h>
/external/wpa_supplicant_8/src/crypto/
tls_schannel.c
10
* FIX: Go through all
SSPI
functions and verify what needs to be freed
23
#include <
sspi
.h>
31
PSecurityFunctionTable
sspi
;
member in struct:tls_global
70
global->
sspi
= pInitSecurityInterface();
71
if (global->
sspi
== NULL) {
153
global->
sspi
->DeleteSecurityContext(&conn->context);
238
status = global->
sspi
->InitializeSecurityContextW(
243
status = global->
sspi
->InitializeSecurityContextA(
264
global->
sspi
->FreeContextBuffer(outbufs[0].pvBuffer);
291
status = global->
sspi
->QueryContextAttributes
[
all
...]
Completed in 57 milliseconds