Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-sspi.c1686 SCHANNEL_CRED SchannelCred; /* Schannel credential data */ in http_sspi_find_credentials() local
1751 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()
1767SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_SERVER | SP_PROT_TLS1_1_SERVER | SP_PROT_TLS1_… in http_sspi_find_credentials()
1769SchannelCred.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()
1776SchannelCred.grbitEnabledProtocols = SP_PROT_TLS1_2_CLIENT | SP_PROT_TLS1_1_CLIENT | SP_PROT_TLS1_… in http_sspi_find_credentials()
[all …]