/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_wifi_rw009.h | 84 uint32_t security; /* Security type */ member 122 uint32_t security; /* Security type. */ member 180 * Enumeration of Wi-Fi security modes 184 …SECURITY_OPEN = 0, /**< Open security … 185 …SECURITY_WEP_PSK = WEP_ENABLED, /**< WEP Security with… 186 …SECURITY_WEP_SHARED = ( WEP_ENABLED | SHARED_ENABLED ), /**< WEP Security with… 187 …SECURITY_WPA_TKIP_PSK = ( WPA_SECURITY | TKIP_ENABLED ), /**< WPA Security with… 188 …SECURITY_WPA_AES_PSK = ( WPA_SECURITY | AES_ENABLED ), /**< WPA Security with… 189 …SECURITY_WPA2_AES_PSK = ( WPA2_SECURITY | AES_ENABLED ), /**< WPA2 Security wit… 190 …SECURITY_WPA2_TKIP_PSK = ( WPA2_SECURITY | TKIP_ENABLED ), /**< WPA2 Security wit… [all …]
|
H A D | spi_wifi_rw009.c | 129 WIFI_DEBUG("SCAN security:%08X\n\n", ap_info->security); in resp_handler() 176 WIFI_DEBUG("JOIN security:%08X\n\n", ap_info->security); in resp_handler() 769 rt_err_t rw009_softap(const char * SSID, const char * passwd,uint32_t security,uint32_t channel) in rw009_softap() argument 782 softap.security = security; in rw009_softap()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs.h | 63 * component (eg L2CAP or Security Manager) it is shifted by base allowing to 117 /** Error base for local Security Manager errors */ 120 /** Converts error to local Security Manager base */ 123 /** Error base for remote (peer) Security Manager errors */ 126 /** Converts error to remote (peer) Security Manager base */ 186 * The only reason Security Manager (sm_ members) is configurable at runtime is 187 * to simplify security testing. Defaults for those are configured by selecting 203 /** Security Manager Local Input Output Capabilities */ 206 /** @brief Security Manager OOB flag 212 /** @brief Security Manager Bond flag [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_dev.h | 94 * Enumeration of Wi-Fi security modes 98 …SECURITY_OPEN = 0, /* Open security … 99 …SECURITY_WEP_PSK = WEP_ENABLED, /* WEP Security with o… 100 …SECURITY_WEP_SHARED = (WEP_ENABLED | SHARED_ENABLED), /* WEP Security with s… 101 …SECURITY_WPA_TKIP_PSK = (WPA_SECURITY | TKIP_ENABLED), /* WPA Security with T… 102 …SECURITY_WPA_AES_PSK = (WPA_SECURITY | AES_ENABLED), /* WPA Security with A… 103 …SECURITY_WPA2_AES_PSK = (WPA2_SECURITY | AES_ENABLED), /* WPA2 Security with … 104 …SECURITY_WPA2_TKIP_PSK = (WPA2_SECURITY | TKIP_ENABLED), /* WPA2 Security with … 105 …SECURITY_WPA2_MIXED_PSK = (WPA2_SECURITY | AES_ENABLED | TKIP_ENABLED), /* WPA2 Security with … 106 … = WPS_ENABLED, /* WPS with open security … [all …]
|
H A D | wlan_cfg.c | 395 char *security; in rt_wlan_cfg_dump() local 399 … SSID PASSWORD MAC security chn\n"); in rt_wlan_cfg_dump() 424 switch (info->security) in rt_wlan_cfg_dump() 427 security = "OPEN"; in rt_wlan_cfg_dump() 430 security = "WEP_PSK"; in rt_wlan_cfg_dump() 433 security = "WEP_SHARED"; in rt_wlan_cfg_dump() 436 security = "WPA_TKIP_PSK"; in rt_wlan_cfg_dump() 439 security = "WPA_AES_PSK"; in rt_wlan_cfg_dump() 442 security = "WPA2_AES_PSK"; in rt_wlan_cfg_dump() 445 security = "WPA2_TKIP_PSK"; in rt_wlan_cfg_dump() [all …]
|
H A D | wlan_cmd.c | 155 char *security; in wifi_scan() local 158 … rt_kprintf(" SSID MAC security rssi chn Mbps\n"); in wifi_scan() 171 switch (scan_result->info[index].security) in wifi_scan() 174 security = "OPEN"; in wifi_scan() 177 security = "WEP_PSK"; in wifi_scan() 180 security = "WEP_SHARED"; in wifi_scan() 183 security = "WPA_TKIP_PSK"; in wifi_scan() 186 security = "WPA_AES_PSK"; in wifi_scan() 189 security = "WPA2_AES_PSK"; in wifi_scan() 192 security = "WPA2_TKIP_PSK"; in wifi_scan() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | md5.h | 4 ** RSA Data Security, Inc. MD5 Message-Digest Algorithm ** 18 ** Copyright (C) 1990, RSA Data Security, Inc. All rights reserved. ** 21 ** it is identified as the "RSA Data Security, Inc. MD5 Message- ** 27 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all ** 30 ** RSA Data Security, Inc. makes no representations concerning **
|
H A D | md5.c | 4 ** RSA Data Security, Inc. MD5 Message-Digest Algorithm ** 12 ** Copyright (C) 1990, RSA Data Security, Inc. All rights reserved. ** 15 ** it is identified as the "RSA Data Security, Inc. MD5 Message- ** 21 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all ** 24 ** RSA Data Security, Inc. makes no representations concerning **
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_sm_test_util.c | 1658 /* Verify that security callback was executed. */ in ble_sm_test_util_peer_bonding_good() 1665 /* Verify that connection has correct security state. */ in ble_sm_test_util_peer_bonding_good() 1714 /* Ensure the security procedure was aborted. */ in ble_sm_test_util_peer_bonding_bad() 1722 * security request; 1723 * 1: Peer sends a security request at start. 1724 * 0: No security request; we initiate. 1782 /* Verify that security callback was executed. */ in ble_sm_test_util_us_bonding_good() 1789 /* Verify that connection has correct security state. */ in ble_sm_test_util_us_bonding_good() 1840 /* Verify that security callback was not executed. */ in ble_sm_test_util_peer_fail_inval() 1844 /* Verify that connection has correct security state. */ in ble_sm_test_util_peer_fail_inval() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 16 security and technicalities of each cryptographic primitive are found in the 147 length. The security of the output is exactly equal to the 172 length. The security of the output is exactly equal to the 183 * AES128-CMAC mode of operation offers 64 bits of security against collision 211 The mac size parameter is an important parameter to estimate the security 230 * RFC-3610, which also specifies CCM, presents a few relevant security 234 key obviously destroys the security properties of CCM mode.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 1 NimBLE Security 4 The Bluetooth Low Energy security model includes five distinct security
|
H A D | index.rst | 88 - **Security Manager (SM)**: uses Security Manager Protocol (SMP) 99 Physical Layer, Link Layer, L2CAP, Security Manager, Attribute
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | sha256.h | 41 * Security: SHA-256 provides 128 bits of security against collision attacks 42 * and 256 bits of security against pre-image attacks. SHA-256 does
|
H A D | hmac.h | 44 * Security: The security of the HMAC depends on the length of the key and 45 * on the security of the hash function. Note that HMAC primitives
|
H A D | ccm_mode.h | 53 * Security: The mac length parameter is an important parameter to estimate the 54 * security against collision attacks (that aim at finding different 60 * security suggestions, such as: it is recommended for most 63 * encrypted with the same key destroys the security of CCM mode.
|
H A D | ctr_mode.h | 42 * Security: CTR mode achieves confidentiality only if the counter value is 54 * security). 2^32 block encryptions should be enough for most of
|
H A D | ecc_dh.h | 66 * Security: The curve NIST p-256 provides approximately 128 bits of security.
|
H A D | aes.h | 42 * Security: AES-128 provides approximately 128 bits of security.
|
H A D | hmac_prng.h | 45 * Security: A cryptographically secure PRNG depends on the existence of an 47 * security of the primitives used as the building blocks (HMAC and
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/ |
H A D | processor.h | 853 #define PVR_405EXR1_RA 0x12911473 /* 405EXr rev A/B with Security */ 854 #define PVR_405EXR2_RA 0x12911471 /* 405EXr rev A/B without Security */ 855 #define PVR_405EX1_RA 0x12911477 /* 405EX rev A/B with Security */ 856 #define PVR_405EX2_RA 0x12911475 /* 405EX rev A/B without Security */ 857 #define PVR_405EXR1_RC 0x1291147B /* 405EXr rev C with Security */ 858 #define PVR_405EXR2_RC 0x12911479 /* 405EXr rev C without Security */ 859 #define PVR_405EX1_RC 0x1291147F /* 405EX rev C with Security */ 860 #define PVR_405EX2_RC 0x1291147D /* 405EX rev C without Security */ 868 #define PVR_440EPX1_RA 0x216218D0 /* 440EPX rev A with Security / Kasumi */ 869 #define PVR_440EPX2_RA 0x216218D4 /* 440EPX rev A without Security / Kasumi */ [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_spu.h | 51 …NRF_SPU_EVENT_RAMACCERR = offsetof(NRF_SPU_Type, EVENTS_RAMACCERR), ///< A security violation… 52 …NRF_SPU_EVENT_FLASHACCERR = offsetof(NRF_SPU_Type, EVENTS_FLASHACCERR), ///< A security violation… 53 …NRF_SPU_EVENT_PERIPHACCERR = offsetof(NRF_SPU_Type, EVENTS_PERIPHACCERR) ///< A security violation… 230 * @brief Function for configuring security for a particular flash region. 247 * @brief Function for configuring security for the RAM region.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | configure | 276 echo " can build but will be open to possible string-format security" 283 echo " can build but will be open to possible buffer-overflow security" 314 echo " can build but will be open to possible string-format security" 363 echo " can build but will be open to possible string-format security" 370 echo " can build but will be open to possible buffer-overflow security" 395 echo " can build but will be open to possible string-format security"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 114 # Security manager settings. 116 description: 'Security manager legacy pairing.' 119 description: 'Security manager secure connections (4.2).' 124 The maximum number of concurrent security manager procedures.
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf9160.svd | 66 <!--Security dma=NA--> 67 <!--Security securemapping=S--> 450 <!--Security dma=NA--> 451 <!--Security securemapping=S--> 777 <!--Security dma=NA--> 778 <!--Security securemapping=S--> 1028 <!--Security dma=NA--> 1029 <!--Security securemapping=S--> 1044 <description>A security violation has been detected for the RAM memory space</description> 1050 … <description>A security violation has been detected for the RAM memory space</description> [all …]
|
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/ |
H A D | syslog.h | 46 #define LOG_AUTH (4<<3) /* security/authorization messages */ 52 #define LOG_AUTHPRIV (10<<3) /* security/authorization messages (private) */
|