Home
last modified time | relevance | path

Searched refs:SecurityType (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/dports/security/xray-core/Xray-core-1.5.0/common/protocol/
H A Dheaders.pb.go23 type SecurityType int32 type
26 SecurityType_UNKNOWN SecurityType = 0
27 SecurityType_LEGACY SecurityType = 1
28 SecurityType_AUTO SecurityType = 2
29 SecurityType_AES128_GCM SecurityType = 3
30 SecurityType_CHACHA20_POLY1305 SecurityType = 4
31 SecurityType_NONE SecurityType = 5
32 SecurityType_ZERO SecurityType = 6
57 func (x SecurityType) Enum() *SecurityType {
58 p := new(SecurityType)
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/common/protocol/
H A Dheaders.pb.go28 type SecurityType int32 type
31 SecurityType_UNKNOWN SecurityType = 0
32 SecurityType_LEGACY SecurityType = 1
33 SecurityType_AUTO SecurityType = 2
34 SecurityType_AES128_GCM SecurityType = 3
35 SecurityType_CHACHA20_POLY1305 SecurityType = 4
36 SecurityType_NONE SecurityType = 5
37 SecurityType_ZERO SecurityType = 6
62 func (x SecurityType) Enum() *SecurityType {
63 p := new(SecurityType)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/net/network_diagnostics/
H A Dhas_secure_wifi_connection_routine.cc27 using chromeos::network_config::mojom::SecurityType;
34 constexpr SecurityType kSecureWiFiEncryptions[] = {SecurityType::kWpaEap,
36 constexpr SecurityType kInsecureWiFiEncryptions[] = {
37 SecurityType::kNone, SecurityType::kWep8021x, SecurityType::kWepPsk};
39 bool IsSecureWiFiSecurityType(SecurityType security_type) { in IsSecureWiFiSecurityType()
45 bool IsInsecureSecurityType(SecurityType security_type) { in IsInsecureSecurityType()
81 case SecurityType::kNone: in AnalyzeResultsAndExecuteCallback()
85 case SecurityType::kWep8021x: in AnalyzeResultsAndExecuteCallback()
89 case SecurityType::kWepPsk: in AnalyzeResultsAndExecuteCallback()
93 case SecurityType::kWpaEap: in AnalyzeResultsAndExecuteCallback()
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/
H A Dsecuritytype.cpp22 QStringList SecurityType::TemplateType<SecurityType>::type_names =
30 SecurityType::SecurityType() in SecurityType() function in SecurityType
35 SecurityType::SecurityType(const QString &type_name) in SecurityType() function in SecurityType
40 SecurityType::SecurityType(unsigned type_id) in SecurityType() function in SecurityType
H A Dsecuritytype.h30 class SecurityType: public TemplateType<SecurityType>{
35 SecurityType(unsigned type_id);
36 SecurityType(const QString &type_name);
37 SecurityType();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/sharing/public/cpp/
H A Dconversions.cc42 mojom::WifiCredentialsMetadata::SecurityType type) { in ConvertWifiCredentialsMetadataType()
44 case mojom::WifiCredentialsMetadata::SecurityType::kOpen: in ConvertWifiCredentialsMetadataType()
46 case mojom::WifiCredentialsMetadata::SecurityType::kWpaPsk: in ConvertWifiCredentialsMetadataType()
48 case mojom::WifiCredentialsMetadata::SecurityType::kWep: in ConvertWifiCredentialsMetadataType()
50 case mojom::WifiCredentialsMetadata::SecurityType::kUnknownSecurityType: in ConvertWifiCredentialsMetadataType()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType, in WifiMgrGetProfileByUnicodeSSId() argument
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) { in WifiMgrGetProfileByUnicodeSSId()
178 IN UINT8 SecurityType, in WifiMgrGetProfileByAsciiSSId() argument
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList); in WifiMgrGetProfileByAsciiSSId()
315 OUT UINT8 *SecurityType, in WifiMgrCheckRSN() argument
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) { in WifiMgrCheckRSN()
336 *SecurityType = SECURITY_TYPE_UNKNOWN; in WifiMgrCheckRSN()
344 *SecurityType = SECURITY_TYPE_NONE; in WifiMgrCheckRSN()
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) { in WifiMgrCheckRSN()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/WifiConnectionManagerDxe/
H A DWifiConnectionMgrMisc.c143 IN UINT8 SecurityType,
157 if (StrCmp (SSId, Profile->SSId) == 0 && SecurityType == Profile->SecurityType) {
178 IN UINT8 SecurityType,
191 return WifiMgrGetProfileByUnicodeSSId (SSIdUniCode, SecurityType, ProfileList);
315 OUT UINT8 *SecurityType,
328 if (Nic == NULL || AKMList == NULL || CipherList == NULL|| SecurityType == NULL) {
336 *SecurityType = SECURITY_TYPE_UNKNOWN;
344 *SecurityType = SECURITY_TYPE_NONE;
374 if (*SecurityType != SECURITY_TYPE_UNKNOWN) {
391 if (*SecurityType != SECURITY_TYPE_UNKNOWN) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/sync_wifi/
H A Dnetwork_type_conversions.cc32 const network_config::mojom::SecurityType& security_type) { in SecurityTypeStringFromMojo()
34 case network_config::mojom::SecurityType::kWpaPsk: in SecurityTypeStringFromMojo()
36 case network_config::mojom::SecurityType::kWepPsk: in SecurityTypeStringFromMojo()
59 const network_config::mojom::SecurityType& security_type) { in SecurityTypeProtoFromMojo()
61 case network_config::mojom::SecurityType::kWpaPsk: in SecurityTypeProtoFromMojo()
63 case network_config::mojom::SecurityType::kWepPsk: in SecurityTypeProtoFromMojo()
181 network_config::mojom::SecurityType MojoSecurityTypeFromProto( in MojoSecurityTypeFromProto()
185 return network_config::mojom::SecurityType::kWpaPsk; in MojoSecurityTypeFromProto()
187 return network_config::mojom::SecurityType::kWepPsk; in MojoSecurityTypeFromProto()
191 return network_config::mojom::SecurityType::kNone; in MojoSecurityTypeFromProto()
H A Dnetwork_type_conversions.h21 const network_config::mojom::SecurityType& security_type);
27 const network_config::mojom::SecurityType& security_type);
46 network_config::mojom::SecurityType MojoSecurityTypeFromString(
49 network_config::mojom::SecurityType MojoSecurityTypeFromProto(
H A Dnetwork_eligibility_checker.cc19 const network_config::mojom::SecurityType& security_type, in IsEligibleForSync()
64 if (security_type != network_config::mojom::SecurityType::kWepPsk && in IsEligibleForSync()
65 security_type != network_config::mojom::SecurityType::kWpaPsk) { in IsEligibleForSync()
/dports/security/xray-core/Xray-core-1.5.0/transport/internet/
H A Dmemory_settings.go7 SecurityType string member
33 mss.SecurityType = s.SecurityType
H A Dconfig.go101 if settings.Type == c.SecurityType {
105 return serial.GetInstance(c.SecurityType)
109 return len(c.SecurityType) > 0
/dports/net/v2ray/v2ray-core-4.36.2/transport/internet/
H A Dmemory_settings.go7 SecurityType string member
33 mss.SecurityType = s.SecurityType
H A Dconfig.go101 if settings.Type == c.SecurityType {
105 return serial.GetInstance(c.SecurityType)
109 return len(c.SecurityType) > 0
/dports/devel/awscli/awscli-1.20.61/awscli/examples/alexaforbusiness/
H A Dsearch-network-profiles.rst16 "SecurityType": "WPA2_PSK"
22 "SecurityType": "WPA2_PSK"
28 "SecurityType": "WPA2_PSK"
/dports/security/xray-core/Xray-core-1.5.0/testing/scenarios/
H A Dtls_test.go50 SecurityType: serial.GetMessageType(&tls.Config{}),
112 SecurityType: serial.GetMessageType(&tls.Config{}),
163 SecurityType: serial.GetMessageType(&tls.Config{}),
229 SecurityType: serial.GetMessageType(&tls.Config{}),
274 SecurityType: serial.GetMessageType(&tls.Config{}),
337 SecurityType: serial.GetMessageType(&tls.Config{}),
376 SecurityType: serial.GetMessageType(&tls.Config{}),
445 SecurityType: serial.GetMessageType(&tls.Config{}),
497 SecurityType: serial.GetMessageType(&tls.Config{}),
569 SecurityType: serial.GetMessageType(&tls.Config{}),
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/testing/scenarios/
H A Dtls_test.go49 SecurityType: serial.GetMessageType(&tls.Config{}),
111 SecurityType: serial.GetMessageType(&tls.Config{}),
162 SecurityType: serial.GetMessageType(&tls.Config{}),
228 SecurityType: serial.GetMessageType(&tls.Config{}),
273 SecurityType: serial.GetMessageType(&tls.Config{}),
336 SecurityType: serial.GetMessageType(&tls.Config{}),
375 SecurityType: serial.GetMessageType(&tls.Config{}),
444 SecurityType: serial.GetMessageType(&tls.Config{}),
496 SecurityType: serial.GetMessageType(&tls.Config{}),
568 SecurityType: serial.GetMessageType(&tls.Config{}),

12345678910>>...33