Lines Matching defs:schannel_cred
357 set_ssl_ciphers(SCHANNEL_CRED *schannel_cred, char *ciphers,
372 schannel_cred->dwFlags |= SCH_USE_STRONG_CRYPTO;
379 schannel_cred->palgSupportedAlgs = algIds;
380 schannel_cred->cSupportedAlgs = algCount;
983 SCHANNEL_CRED schannel_cred = { 0 };
984 schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
985 schannel_cred.dwFlags = flags;
986 schannel_cred.grbitEnabledProtocols = enabled_protocols;
1000 result = set_ssl_ciphers(&schannel_cred, ciphers, algIds);
1007 schannel_cred.dwFlags = flags | SCH_USE_STRONG_CRYPTO;
1012 schannel_cred.cCreds = 1;
1013 schannel_cred.paCred = client_certs;
1020 &schannel_cred, NULL, NULL,