Lines Matching refs:SchannelCred
1687 SCHANNEL_CRED SchannelCred; /* Schannel credential data */ in http_sspi_find_credentials() local
1752 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()
1779 …SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_CLIENT | SP_PROT_TLS1_1_CLIENT | SP_PROT_TLS1_… in http_sspi_find_credentials()
1786 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_SERVER | SP_PROT_SSL3_SERVER; in http_sspi_find_credentials()
1788 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_SERVER; in http_sspi_find_credentials()
1793 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_CLIENT | SP_PROT_SSL3_CLIENT; in http_sspi_find_credentials()
1795 SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_CLIENT; in http_sspi_find_credentials()
1805 …HTTP_MODE_SERVER ? SECPKG_CRED_INBOUND : SECPKG_CRED_OUTBOUND, NULL, &SchannelCred, NULL, NULL, &s… in http_sspi_find_credentials()
1887 SCHANNEL_CRED SchannelCred; /* Schannel credential data */ in http_sspi_make_credentials() local
2009 ZeroMemory(&SchannelCred, sizeof(SchannelCred)); in http_sspi_make_credentials()
2011 SchannelCred.dwVersion = SCHANNEL_CRED_VERSION; in http_sspi_make_credentials()
2012 SchannelCred.cCreds = 1; in http_sspi_make_credentials()
2013 SchannelCred.paCred = &storedContext; in http_sspi_make_credentials()
2020 SchannelCred.grbitEnabledProtocols = SP_PROT_SSL3TLS1; in http_sspi_make_credentials()
2026 …HTTP_MODE_SERVER ? SECPKG_CRED_INBOUND : SECPKG_CRED_OUTBOUND, NULL, &SchannelCred, NULL, NULL, &s… in http_sspi_make_credentials()