OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pInitSecurityInterface
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
tls_schannel.c
56
INIT_SECURITY_INTERFACE
pInitSecurityInterface
;
65
pInitSecurityInterface
= (INIT_SECURITY_INTERFACE) GetProcAddress(
67
if (
pInitSecurityInterface
== NULL) {
76
global->sspi =
pInitSecurityInterface
();
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c
56
INIT_SECURITY_INTERFACE
pInitSecurityInterface
;
65
pInitSecurityInterface
= (INIT_SECURITY_INTERFACE) GetProcAddress(
67
if (
pInitSecurityInterface
== NULL) {
76
global->sspi =
pInitSecurityInterface
();
/external/wpa_supplicant_8/src/crypto/
tls_schannel.c
56
INIT_SECURITY_INTERFACE
pInitSecurityInterface
;
65
pInitSecurityInterface
= (INIT_SECURITY_INTERFACE) GetProcAddress(
67
if (
pInitSecurityInterface
== NULL) {
76
global->sspi =
pInitSecurityInterface
();
Completed in 17 milliseconds