Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 25 of 68) sorted by relevance

123

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_portfolio.c62 static char identity[MAX_INSTANCE_COUNT][PORTFOLIO_IDENTITY_MAX][DEFAULT_IDENTITY_BUFFER_LENGTH]; variable
89 (void)memset(identity[avail], 0, DEFAULT_IDENTITY_BUFFER_LENGTH); in portfolio_create()
95 PORTFOLIO_IDENTITY_MAX, false, identity[avail], in portfolio_create()
/Zephyr-latest/lib/hash/
DKconfig.hash_func35 bool "Default 32-bit hash is the identity"
37 This is the naive identity hash function. It only works for strings
/Zephyr-latest/samples/modules/canopennode/objdict/
DCO_OD.c106 { (void *)&CO_OD_ROM.identity.maxSubIndex, 0x05, 0x1 },
107 { (void *)&CO_OD_ROM.identity.vendorID, 0x85, 0x4 },
108 { (void *)&CO_OD_ROM.identity.productCode, 0x85, 0x4 },
109 { (void *)&CO_OD_ROM.identity.revisionNumber, 0x85, 0x4 },
110 { (void *)&CO_OD_ROM.identity.serialNumber, 0x85, 0x4 },
DCO_OD.h499 /*1018 */ OD_identity_t identity; member
613 #define OD_identity CO_OD_ROM.identity
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c229 const bt_addr_le_t *identity) in identity_resolved() argument
234 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved()
240 bt_addr_le_copy(&peer_identity, identity); in identity_resolved()
Dtest_undirected_peripheral.c326 const bt_addr_le_t *identity) in identity_resolved() argument
331 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved()
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c72 const bt_addr_le_t *identity) in identity_resolved() argument
77 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved()
/Zephyr-latest/doc/connectivity/networking/api/
Dlldp.rst14 protocol used by network devices for advertising their identity, capabilities,
/Zephyr-latest/doc/hardware/arch/
Dx86.rst17 memory are identity mapped and thus giving the appearance of execution
37 (:file:`arch/x86/gen_mmu.py`) identity maps the physical addresses
40 the entries for identity mapping at the page directory level are
42 the identity mapping of physical memory. This unmapping must be done
44 restricted memory via physical addresses. Since the identity mapping
/Zephyr-latest/samples/bluetooth/peripheral_identity/
DREADME.rst10 This sample demonstrates use of multiple identity and the ability to be
/Zephyr-latest/soc/nxp/mcx/mcxw/
DKconfig.defconfig38 # Set the controller's public identity using NXP vendor command
/Zephyr-latest/subsys/bluetooth/host/
DKconfig455 bool "Randomize identity root for fallback identities"
460 identity roots (IR). The Host will instead use bt_rand to generate
461 identity resolving keys (IRK) and store them in the settings subsystem.
469 The IR determines the IRK of the identity. The IRK is used to both
470 generate and resolve (recognize) the private addresses of an identity.
472 identity.
478 Deleting an identity should ideally delete the IRK as well and thereby
486 For optimal privacy, a new IRK (i.e., identity) should be used per
487 bond. However, this naturally limits advertisements from that identity
492 If the application has not setup an identity before calling
[all …]
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c358 const bt_addr_le_t *identity) in identity_resolved() argument
363 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved()
368 bt_addr_le_copy(&peer_addr, identity); in identity_resolved()
/Zephyr-latest/subsys/bluetooth/mesh/
Dsubnet.h78 struct bt_mesh_key identity; /* IdentityKey */ member
Dcfg_cli.c979 uint8_t *identity; member
987 uint16_t net_idx, identity; in node_identity_status() local
995 identity = net_buf_simple_pull_u8(buf); in node_identity_status()
1003 if (param && param->identity) { in node_identity_status()
1004 *param->identity = identity; in node_identity_status()
1012 net_idx, identity); in node_identity_status()
2179 uint8_t new_identity, uint8_t *status, uint8_t *identity) in bt_mesh_cfg_cli_node_identity_set() argument
2186 .identity = identity, in bt_mesh_cfg_cli_node_identity_set()
2199 return bt_mesh_msg_ackd_send(cli->model, &ctx, &msg, !status && !identity ? NULL : &rsp); in bt_mesh_cfg_cli_node_identity_set()
2203 uint8_t *status, uint8_t *identity) in bt_mesh_cfg_cli_node_identity_get() argument
[all …]
Dsubnet.c204 bt_mesh_key_destroy(&key->identity); in subnet_keys_destroy()
339 err = bt_mesh_identity_key(key, &keys->identity); in net_keys_create()
345 LOG_DBG("IdentityKey %s", bt_hex(&keys->identity, sizeof(struct bt_mesh_key))); in net_keys_create()
Dproxy_cli.c213 err = bt_mesh_encrypt(&sub->keys[idx].identity, in, out); in is_hash_equal()
/Zephyr-latest/doc/contribute/
Dmodifying_contributions.rst60 the original sign-off line and author identity, or
62 *own* sign-off line and author identity). In this case, the developer
/Zephyr-latest/samples/net/lwm2m_client/
DKconfig9 string "LwM2M Client identity"
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst115 Advertisement identity
118 All mesh stack bearers advertise data with the :c:macro:`BT_ID_DEFAULT` local identity.
121 configure another local identity for Bluetooth LE purposes before starting the communication.
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig124 int "Maximum number of identity users allowed connection"
127 This option defines the maximum number of identity users allowed connection.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h280 uint8_t identity);
1550 uint8_t new_identity, uint8_t *status, uint8_t *identity);
1569 uint8_t *status, uint8_t *identity);
/Zephyr-latest/kernel/
DKconfig.vm23 address from DTS, in which case RAM will be identity-mapped. Some
30 Otherwise, if RAM isn't identity-mapped:
36 regions if RAM is not identity-mapped, or the virtual and physical
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c474 const bt_addr_le_t *identity) in identity_resolved() argument
480 bt_addr_le_to_str(identity, addr_identity, sizeof(addr_identity)); in identity_resolved()
487 bt_addr_le_copy(&conn_info_ref->addr, identity); in identity_resolved()
/Zephyr-latest/
DCODE_OF_CONDUCT.md8 identity and expression, level of experience, education, socio-economic status,
10 identity and orientation.

123