Searched refs:schannel_cred (Results 1 – 1 of 1) sorted by relevance
165 set_ssl_version_min_max(SCHANNEL_CRED *schannel_cred, struct connectdata *conn) in set_ssl_version_min_max() argument181 schannel_cred->grbitEnabledProtocols |= SP_PROT_TLS1_0_CLIENT; in set_ssl_version_min_max()184 schannel_cred->grbitEnabledProtocols |= SP_PROT_TLS1_1_CLIENT; in set_ssl_version_min_max()187 schannel_cred->grbitEnabledProtocols |= SP_PROT_TLS1_2_CLIENT; in set_ssl_version_min_max()326 set_ssl_ciphers(SCHANNEL_CRED *schannel_cred, char *ciphers) in set_ssl_ciphers() argument343 schannel_cred->palgSupportedAlgs = algIds; in set_ssl_ciphers()344 schannel_cred->cSupportedAlgs = algCount; in set_ssl_ciphers()420 SCHANNEL_CRED schannel_cred; in schannel_connect_step1() local512 memset(&schannel_cred, 0, sizeof(schannel_cred)); in schannel_connect_step1()513 schannel_cred.dwVersion = SCHANNEL_CRED_VERSION; in schannel_connect_step1()[all …]