Lines Matching defs:enabled_protocols
168 schannel_set_ssl_version_min_max(DWORD *enabled_protocols,
198 (*enabled_protocols) |= SP_PROT_TLS1_0_CLIENT;
201 (*enabled_protocols) |= SP_PROT_TLS1_1_CLIENT;
204 (*enabled_protocols) |= SP_PROT_TLS1_2_CLIENT;
211 (*enabled_protocols) |= SP_PROT_TLS1_3_CLIENT;
465 DWORD enabled_protocols = 0;
531 result = schannel_set_ssl_version_min_max(&enabled_protocols, cf, data);
961 (DWORD)~enabled_protocols;
986 schannel_cred.grbitEnabledProtocols = enabled_protocols;
989 if((enabled_protocols & SP_PROT_TLS1_3_CLIENT)) {