HomeSort by relevance Sort by last modified time
    Searched refs:schannel_cred (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
tls_schannel.c 45 SCHANNEL_CRED schannel_cred; member in struct:tls_connection
736 os_memset(&conn->schannel_cred, 0, sizeof(conn->schannel_cred));
737 conn->schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
738 conn->schannel_cred.grbitEnabledProtocols = SP_PROT_TLS1;
740 conn->schannel_cred.cSupportedAlgs = 1;
741 conn->schannel_cred.palgSupportedAlgs = algs;
742 conn->schannel_cred.dwFlags |= SCH_CRED_NO_DEFAULT_CREDS;
746 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 45 SCHANNEL_CRED schannel_cred; member in struct:tls_connection
729 os_memset(&conn->schannel_cred, 0, sizeof(conn->schannel_cred));
730 conn->schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
731 conn->schannel_cred.grbitEnabledProtocols = SP_PROT_TLS1;
733 conn->schannel_cred.cSupportedAlgs = 1;
734 conn->schannel_cred.palgSupportedAlgs = algs;
735 conn->schannel_cred.dwFlags |= SCH_CRED_NO_DEFAULT_CREDS;
739 &conn->schannel_cred, NULL, NULL, &conn->creds, &ts_expiry)
    [all...]

Completed in 23 milliseconds