Searched refs:SchannelCred (Results 1 – 1 of 1) sorted by relevance
1686 SCHANNEL_CRED SchannelCred; /* Schannel credential data */ in http_sspi_find_credentials() local1751 ZeroMemory(&SchannelCred, sizeof(SchannelCred)); in http_sspi_find_credentials()1753 SchannelCred.dwVersion = SCHANNEL_CRED_VERSION; in http_sspi_find_credentials()1754 SchannelCred.cCreds = 1; in http_sspi_find_credentials()1755 SchannelCred.paCred = &storedContext; in http_sspi_find_credentials()1765 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER; in http_sspi_find_credentials()1767 …SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER | SP_PROT_TLS1_… in http_sspi_find_credentials()1769 …SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER | SP_PROT_TLS1_… in http_sspi_find_credentials()1774 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_CLIENT | SP_PROT_TLS1_1_CLIENT; in http_sspi_find_credentials()1776 …SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_CLIENT | SP_PROT_TLS1_1_CLIENT | SP_PROT_TLS1_… in http_sspi_find_credentials()[all …]