Searched refs:schannel_cred (Results 1 – 1 of 1) sorted by relevance
173 set_ssl_version_min_max(SCHANNEL_CRED *schannel_cred, struct connectdata *conn) in set_ssl_version_min_max() argument189 schannel_cred->grbitEnabledProtocols |= SP_PROT_TLS1_0_CLIENT; in set_ssl_version_min_max()192 schannel_cred->grbitEnabledProtocols |= SP_PROT_TLS1_1_CLIENT; in set_ssl_version_min_max()195 schannel_cred->grbitEnabledProtocols |= SP_PROT_TLS1_2_CLIENT; in set_ssl_version_min_max()334 set_ssl_ciphers(SCHANNEL_CRED *schannel_cred, char *ciphers) in set_ssl_ciphers() argument351 schannel_cred->palgSupportedAlgs = algIds; in set_ssl_ciphers()352 schannel_cred->cSupportedAlgs = algCount; in set_ssl_ciphers()426 SCHANNEL_CRED schannel_cred; in schannel_connect_step1() local514 memset(&schannel_cred, 0, sizeof(schannel_cred)); in schannel_connect_step1()515 schannel_cred.dwVersion = SCHANNEL_CRED_VERSION; in schannel_connect_step1()[all …]