Home
last modified time | relevance | path

Searched refs:SchannelCred (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dtls-sspi.c1687 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()
1768SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER | SP_PROT_TLS1_… in http_sspi_find_credentials()
1770SchannelCred.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()
1777SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_CLIENT | SP_PROT_TLS1_1_CLIENT | SP_PROT_TLS1_… in http_sspi_find_credentials()
[all …]