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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_schannel.c39 SCHANNEL_CRED schannel_cred; member in struct:tls_connection
703 os_memset(&conn->schannel_cred, 0, sizeof(conn->schannel_cred));
704 conn->schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
705 conn->schannel_cred.grbitEnabledProtocols = SP_PROT_TLS1;
707 conn->schannel_cred.cSupportedAlgs = 1;
708 conn->schannel_cred.palgSupportedAlgs = algs;
709 conn->schannel_cred.dwFlags |= SCH_CRED_NO_DEFAULT_CREDS;
713 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
717 &conn->schannel_cred, NUL
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_schannel.c39 SCHANNEL_CRED schannel_cred; member in struct:tls_connection
703 os_memset(&conn->schannel_cred, 0, sizeof(conn->schannel_cred));
704 conn->schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
705 conn->schannel_cred.grbitEnabledProtocols = SP_PROT_TLS1;
707 conn->schannel_cred.cSupportedAlgs = 1;
708 conn->schannel_cred.palgSupportedAlgs = algs;
709 conn->schannel_cred.dwFlags |= SCH_CRED_NO_DEFAULT_CREDS;
713 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
717 &conn->schannel_cred, NUL
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_schannel.c39 SCHANNEL_CRED schannel_cred; member in struct:tls_connection
703 os_memset(&conn->schannel_cred, 0, sizeof(conn->schannel_cred));
704 conn->schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
705 conn->schannel_cred.grbitEnabledProtocols = SP_PROT_TLS1;
707 conn->schannel_cred.cSupportedAlgs = 1;
708 conn->schannel_cred.palgSupportedAlgs = algs;
709 conn->schannel_cred.dwFlags |= SCH_CRED_NO_DEFAULT_CREDS;
713 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry);
717 &conn->schannel_cred, NUL
[all...]

Completed in 148 milliseconds