/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 75 prompt "hawkBit DDI API authentication modes" 79 bool "No authentication security" 81 No authentication security for the hawkBit DDI API. 84 bool "Use target security token authentication" 86 Use target security token authentication for the hawkBit DDI API. 89 bool "Use gateway security token authentication" 91 Use gateway security token authentication for the hawkBit DDI API. 96 string "Authentication security token" 100 Authentication security token for the configured hawkBit DDI 101 authentication mode.
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/ |
D | Kconfig | 7 bool "Enable passkey authentication" 10 Enable the passkey authentication callback and register the GATT 11 read and write attributes as authentication required.
|
D | README.rst | 14 In the default configuration the sample uses passkey authentication (displays a 17 To disable authentication and just use encrypted channels instead, build the
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | provisioning.rst | 30 * Authentication 44 Of Band information, such as the device's public key or an authentication 80 list of its capabilities, including the supported Out of Band Authentication 114 Authentication subsection 118 Authentication method. This allows the user to confirm that the device the 122 The Provisioning API supports the following authentication methods for the 125 * **Static OOB:** An authentication value is assigned to the device in 128 * **Input OOB:** The user inputs the authentication value. The available input 130 * **Output OOB:** Show the user the authentication value. The available output 133 The application must provide callbacks for the supported authentication [all …]
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_security.h | 9 * @brief 802.15.4 6LoWPAN authentication and encryption 30 * @param authtag_len Length of the authentication tag. 46 * @param authtag_len Length of the authentication tag.
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 171 1 authentication only with a 4 bytes length tag 172 2 authentication only with a 8 bytes length tag 173 3 authentication only with a 16 bytes length tag 175 5 encryption/authentication with a 4 bytes length tag 176 6 encryption/authentication with a 8 bytes length tag 177 7 encryption/authentication with a 16 bytes length tag
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 30 /** Available authentication algorithms. */ 39 BT_MESH_OOB_AUTH_REQUIRED = BIT(1) /**< OOB authentication required */ 42 /** Available Provisioning output authentication actions. */ 52 /** Available Provisioning input authentication actions. */ 167 * select suitable provisioning oob authentication method. 169 * When this callback returns, the provisioner will start authentication with 344 /** @brief Use Input OOB authentication. 349 * authentication action. When using @ref BT_MESH_PUSH, @ref BT_MESH_TWIST or 358 * @param action Authentication action used by the unprovisioned device. 359 * @param size Authentication size. [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_adv_oob_auth_ib_pk.sh | 7 # Test provisioning with OOB authentication and with inband public key
|
D | pb_adv_oob_auth_oob_pk.sh | 7 # Test provisioning with OOB authentication and with OOB public key
|
D | pb_adv_oob_auth_ignore_oob_pk.sh | 7 # Test provisioning with OOB authentication, with device OOB public key
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | Kconfig | 53 bool "PAP authentication protocol" 56 Enable support for PAP authentication protocol.
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.hrs | 26 bool "Require encryption and authentication for access"
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpl.h | 12 /** Sequence authentication value for the previous segmented
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | Kconfig.ias | 25 bool "Require encryption and authentication for write access"
|
/Zephyr-latest/dts/bindings/crypto/ |
D | nordic,nrf-ccm.yaml | 28 set the PDU header bitmask used to derive the additional authentication
|
/Zephyr-latest/doc/security/standards/ |
D | etsi-303645.rst | 35 * - authentication mechanism 38 * - authentication value 39 - individual value of an attribute used by an authentication mechanism. 81 optionally sets authentication features for a user or for network access. 214 - Authentication mechanisms used to authenticate users against a 225 mechanism to change the authentication value used. 234 authentication mechanisms via network interfaces 450 only be possible after authentication on that interface. 458 network interface shall only be accessible after authentication. The exception is for
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | ssp.c | 397 /* Allow user cancel authentication, then reset user state. */ in bt_ssp_auth_cancel() 457 * and Secure Authentication. in bt_hci_link_key_notify() 620 evt->authentication); in bt_hci_io_capa_resp() 622 if (evt->authentication > BT_HCI_GENERAL_BONDING_MITM) { in bt_hci_io_capa_resp() 623 LOG_ERR("Invalid remote authentication requirements"); in bt_hci_io_capa_resp() 643 conn->br.remote_auth = evt->authentication; in bt_hci_io_capa_resp() 692 * Set authentication requirements when acting as pairing initiator to in bt_hci_io_capa_req() 695 * remote's authentication set. in bt_hci_io_capa_req() 728 cp->authentication = auth; in bt_hci_io_capa_req() 843 * Inform layers above HCI about non-zero authentication in bt_hci_auth_complete()
|
/Zephyr-latest/tests/net/socket/tls_ext/src/ |
D | main.c | 52 * - CA_CERTIFICATE_TAG (only when client authentication is required) 57 * client authentication is required) 86 * type of configuration is often referred to as *mutual authentication*. 435 * - ca cert (only when client authentication is required) in setup() 439 * - client public key (only when client authentication is required) in setup() 440 * - client private key (only when client authentication is required) in setup()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | ead.h | 73 * @retval -EIO Error occurred during the encryption or the authentication. 98 * @retval -EIO Error occurred during the decryption or the authentication.
|
/Zephyr-latest/modules/ |
D | Kconfig.tinycrypt | 34 message authentication code.
|
/Zephyr-latest/include/zephyr/net/http/ |
D | status.h | 67 HTTP_407_PROXY_AUTHENTICATION_REQUIRED = 407, /**< Proxy Authentication Required */ 99 HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511, /**< Network Authentication Required */
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 313 * **1** No encryption and no authentication; 314 * **2** Encryption and no authentication; 315 * **3** Encryption and authentication; 318 To enable security, use the :code:`bt security <level>` command. For levels requiring authentication 319 (level 3 and above), you must first set the authentication method. To do it, you can use the 327 Enabling authentication requires the devices to be bondable. By default the shell is bondable. You
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 127 No encryption and no authentication. 130 Encryption but no authentication (no MITM protection). 133 Encryption and authentication using the legacy pairing method 137 Encryption and authentication using the LE Secure Connections
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 77 protection scheme, e.g., after successful authentication. 163 authentication, such as requiring both a password and a hardware 164 token, is stronger than single-factor authentication) 206 scripting, missing authentication, and missing authorization. See the
|
/Zephyr-latest/scripts/net/ |
D | enumerate_http_status.py | 25 HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511, /**< Network Authentication Required */
|