/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_spu.h | 64 /** @brief SPU Non-Secure Callable (NSC) region size. */ 67 NRF_SPU_NSC_SIZE_DISABLED = 0, ///< Not defined as a non-secure callable region. 68 NRF_SPU_NSC_SIZE_32B = 1, ///< Non-Secure Callable region with a 32-byte size 69 NRF_SPU_NSC_SIZE_64B = 2, ///< Non-Secure Callable region with a 64-byte size 70 NRF_SPU_NSC_SIZE_128B = 3, ///< Non-Secure Callable region with a 128-byte size 71 NRF_SPU_NSC_SIZE_256B = 4, ///< Non-Secure Callable region with a 256-byte size 72 NRF_SPU_NSC_SIZE_512B = 5, ///< Non-Secure Callable region with a 512-byte size 73 NRF_SPU_NSC_SIZE_1024B = 6, ///< Non-Secure Callable region with a 1024-byte size 74 NRF_SPU_NSC_SIZE_2048B = 7, ///< Non-Secure Callable region with a 2048-byte size 75 NRF_SPU_NSC_SIZE_4096B = 8 ///< Non-Secure Callable region with a 4096-byte size [all …]
|
H A D | nrf_kmu.h | 51 …SK_PUSH_KEYSLOT = offsetof(NRF_KMU_Type, TASKS_PUSH_KEYSLOT), ///< Push a key slot over secure APB. 57 …ED = offsetof(NRF_KMU_Type, EVENTS_KEYSLOT_PUSHED), ///< Key successfully pushed over secure APB. 181 * secure APB when TASKS_PUSH_KEYSLOT is started.
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | cmsis_armcc_V6.h | 83 \brief Get Control Register (non-secure) 84 \details Returns the content of the non-secure Control Register when in secure mode. 85 \return non-secure Control Register value 110 \brief Set Control Register (non-secure) 111 \details Writes the given value to the non-secure Control Register when in secure state. 137 \brief Get IPSR Register (non-secure) 138 \details Returns the content of the non-secure IPSR Register when in secure state. 167 \brief Get APSR Register (non-secure) 168 \details Returns the content of the non-secure APSR Register when in secure state. 197 \brief Get xPSR Register (non-secure) [all …]
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | system_nrf9160.c | 45 /* Errata are only handled in secure mode since they usually need access to FICR. */ 60 /* Perform Secure-mode initialization routines. */ in SystemInit() 63 * Nordic SPU should handle Secure Attribution tasks */ in SystemInit() 117 /* Allow Non-Secure code to run FPU instructions. in SystemInit() 118 …* If only the secure code should control FPU power state these registers should be configured acco… in SystemInit()
|
H A D | nrf9160_bitfields.h | 362 /* Bits 31..0 : Initiate secure erase even though ERASEPROTECT is enabled if KEY fields match */ 2404 /* Description: Push a key slot over secure APB */ 2406 /* Bit 0 : Push a key slot over secure APB */ 2412 /* Description: Key successfully pushed over secure APB */ 2414 /* Bit 0 : Key successfully pushed over secure APB */ 2544 /* Description: Select key slot ID to be read over AHB or pushed over secure APB when TASKS_PUSH_KE… 2546 /* Bits 7..0 : Select key slot ID to be read over AHB, or pushed over secure APB, when TASKS_PUSH_K… 2639 /* Description: Non-secure APPROTECT enable register */ 2646 /* Bit 0 : Allow non-secure code to set APPROTECT */ 4373 /* Description: Select between default DETECT signal behaviour and LDETECT mode (For non-secure pin… [all …]
|
H A D | nrf9160.svd | 559 <description>Secure access port protection</description> 566 <description>Blocks debugger read/write access to all secure CPU registers and secure 655 <description>Secure APB destination address</description> 712 …<description>Disable pushing of key value registers over secure APB, but can be read if field READ… 717 …<description>Enable pushing of key value registers over secure APB. Register KEYSLOT.CONFIGn.DEST … 1497 …<description>Define configuration capabilities for TrustZone Cortex-M secure attribute</descripti… 1503 …description>The bus access from this external domain always have the non-secure attribute set</des… 1507 <name>Secure</name> 1508 …<description>The bus access from this external domain always have the secure attribute set</descri… 1513 …<description>Non-secure or secure attribute for bus access from this domain is defined by the EXTD… [all …]
|
H A D | nrf9160.h | 79 …SecureFault_IRQn = -9, /*!< -9 Secure Fault Handler … 266 …t PERM; /*!< (@ 0x00000000) Description cluster: Select between secure and 267 … non-secure attribute for the DPPI channels. */ 277 …t PERM; /*!< (@ 0x00000000) Description cluster: Select between secure and 278 … non-secure attribute for pins 0 to 31 of 290 … can contain the non-secure callable (NSC) 292 … /*!< (@ 0x00000004) Description cluster: Define the size of the non-secure 302 … can contain the non-secure callable (NSC) 304 … /*!< (@ 0x00000004) Description cluster: Define the size of the non-secure 742 …__IOM uint32_t SECUREAPPROTECT; /*!< (@ 0x0000002C) Secure access port protection … [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ecc_platform_specific.h | 65 * a cryptographically-secure PRNG. 67 * A cryptographically-secure PRNG function must be set (using uECC_set_rng()) 70 * Setting a cryptographically-secure PRNG function improves the resistance to
|
H A D | ecc_dh.h | 91 * @warning A cryptographically-secure PRNG function must be set (using 122 * order to produce a cryptographically secure symmetric key.
|
H A D | ecc.h | 213 * a cryptographically-secure PRNG. 307 * @brief Constant-time comparison to zero - secure way to compare long integers 424 * @brief Constant-time comparison function(secure way to compare long ints)
|
H A D | hmac_prng.h | 45 * Security: A cryptographically secure PRNG depends on the existence of an
|
H A D | ctr_prng.h | 42 * Security: A cryptographically secure PRNG depends on the existence of an
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | cfg_srv.h | 27 u8_t beacon; /* Secure Network Beacon state */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | beacon.c | 268 BT_ERR("Too short secure beacon (len %u)", buf->om_len); in secure_beacon_recv() 306 BT_WARN("Ignoring secure beacon on non-primary subnet"); in secure_beacon_recv()
|
/nrf52832-nimble/ |
H A D | README.md | 11 - 安全管理(SM),支持 LE Legacy Pairing, LE Secure Connections, Transport Specific Key Distribution
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs.h | 226 /** @brief Security Manager Secure Connections flag 229 * in using LE Secure Connections for pairing if also supported by remote
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | iana.h | 89 /** Secure MQTT */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_sm_test_util.h | 60 /*** Secure connections fields. */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 119 description: 'Security manager secure connections (4.2).' 141 Enables bonding (persistence and restoration of secure links). (0/1)
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-a/ |
H A D | interrupt.c | 44 gic_set_irq_security(irq_id, false); // set IRQ as non-secure in enable_interrupt()
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/ |
H A D | core_ck802.c | 99 \brief Enable External Secure Interrupt 100 \details Enables a secure device-specific interrupt in the NVIC interrupt controller.
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 13 - 安全管理(SM),支持传统配对(LE Legacy Pairing),安全连接(LE Secure Connections),特定秘钥分发(Transport Specific Key Dist…
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 46 - LE Secure Connections featuring FIPS-compliant algorithms.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | savannah.txt | 29 The Savannah server uses SSH (Secure Shell) protocol 2 authentication and encryption.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | savannah.txt | 29 The Savannah server uses SSH (Secure Shell) protocol 2 authentication and encryption.
|