Searched refs:schannel_cred (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dtls_schannel.c45 SCHANNEL_CRED schannel_cred; member in struct:tls_connection
709 os_memset(&conn->schannel_cred, 0, sizeof(conn->schannel_cred));
710 conn->schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
711 conn->schannel_cred.grbitEnabledProtocols = SP_PROT_TLS1;
713 conn->schannel_cred.cSupportedAlgs = 1;
714 conn->schannel_cred.palgSupportedAlgs = algs;
715 conn->schannel_cred.dwFlags |= SCH_CRED_NO_DEFAULT_CREDS;
719 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
723 &conn->schannel_cred, NUL
[all...]

Completed in 46 milliseconds