Searched refs:SchannelCred (Results 1 – 1 of 1) sorted by relevance
1687 SCHANNEL_CRED SchannelCred; /* Schannel credential data */ in http_sspi_find_credentials() local1752 ZeroMemory(&SchannelCred, sizeof(SchannelCred)); in http_sspi_find_credentials()1754 SchannelCred.dwVersion = SCHANNEL_CRED_VERSION; in http_sspi_find_credentials()1755 SchannelCred.cCreds = 1; in http_sspi_find_credentials()1756 SchannelCred.paCred = &storedContext; in http_sspi_find_credentials()1766 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER; in http_sspi_find_credentials()1768 …SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER | SP_PROT_TLS1_… in http_sspi_find_credentials()1770 …SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER | SP_PROT_TLS1_… in http_sspi_find_credentials()1775 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_CLIENT | SP_PROT_TLS1_1_CLIENT; in http_sspi_find_credentials()1777 …SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_CLIENT | SP_PROT_TLS1_1_CLIENT | SP_PROT_TLS1_… in http_sspi_find_credentials()[all …]