Searched refs:SP_PROT_SSL2_CLIENT (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | schannel.h | 29 #define SP_PROT_SSL2_CLIENT 8 macro 49 #define SP_PROT_SSL2 (SP_PROT_SSL2_CLIENT | SP_PROT_SSL2_SERVER)
|
/reactos/modules/rostests/winetests/secur32/ |
H A D | schannel.c | 200 X(SP_PROT_SSL2_CLIENT, "SSL 2 client"); in test_supported_protocols()
|
/reactos/dll/win32/schannel/ |
H A D | schannel_wine.c | 169 …{{'S','S','L',' ','2','.','0',0}, SP_PROT_SSL2_CLIENT, FALSE, TRUE}, /* NOTE: TRUE, TRUE on Window… in read_config()
|
/reactos/dll/win32/winhttp/ |
H A D | request.c | 1597 if (mask & WINHTTP_FLAG_SECURE_PROTOCOL_SSL2) ret |= SP_PROT_SSL2_CLIENT; in map_secure_protocols()
|