Home
last modified time | relevance | path

Searched refs:sessions (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py46 self.sessions = []
83 for session in self.sessions:
89 self.sessions.append(TEUDPReceiveSession(address, 2))
90 return self.sessions[-1]
93 sessions = copy.copy(self.sessions)
95 for session in sessions:
107 self.sessions.remove(session)
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_session.c20 static struct session sessions[SESSION_PROTO_END][SESSION_MAX]; variable
39 struct session *ptr = &sessions[proto][i]; in get_session()
116 sessions[i][j].state = STATE_NULL; in zperf_session_reset()
117 zperf_reset_session_stats(&(sessions[i][j])); in zperf_session_reset()
DKconfig41 int "Maximum number of zperf sessions"
/Zephyr-latest/drivers/crypto/
DKconfig.si3213 int "Maximum of sessions the Si32 driver can handle"
17 This can be used to tweak the amount of sessions the driver
Dcrypto_mcux_dcp.c36 struct crypto_dcp_session sessions[CONFIG_CRYPTO_MCUX_DCP_MAX_SESSION]; member
59 if (!data->sessions[i].in_use) { in get_session()
60 data->sessions[i].in_use = true; in get_session()
62 return &data->sessions[i]; in get_session()
325 data->sessions[i].in_use = false; in crypto_dcp_init()
326 data->sessions[i].handle.channel = kDCP_Channel0 << i; in crypto_dcp_init()
327 data->sessions[i].handle.keySlot = kDCP_KeySlot0 + i; in crypto_dcp_init()
328 data->sessions[i].handle.swapConfig = kDCP_NoSwap; in crypto_dcp_init()
DKconfig.mcux_dcp15 int "Maximum number of sessions NXP DCP crypto driver can handle"
20 This can be used to tweak the amount of sessions the driver
DKconfig.stm3216 int "Maximum of sessions STM32 crypto driver can handle"
20 This can be used to tweak the amount of sessions the driver
DKconfig37 int "Maximum of sessions TinyCrypt shim driver can handle"
41 This can be used to tweak the amount of sessions the driver
70 int "Maximum of sessions mbedTLS shim driver can handle"
74 This can be used to tweak the amount of sessions the driver
Dcrypto_si32.c61 struct crypto_session sessions[CONFIG_CRYPTO_SI32_MAX_SESSION]; member
1098 for (unsigned int i = 0; i < ARRAY_SIZE(crypto_si32_data.sessions); i++) { in crypto_si32_begin_session()
1099 if (crypto_si32_data.sessions[i].in_use) { in crypto_si32_begin_session()
1104 session = &crypto_si32_data.sessions[i]; in crypto_si32_begin_session()
/Zephyr-latest/doc/develop/toolchains/
Dcrosstool_ng.rst38 environment, follow these example shell sessions (the
Dgnu_arm_embedded.rst29 environment, follow these example shell sessions (the
Ddesignware_arc_mwdt.rst32 environment, follow these example shell sessions (the
Dother_x_compilers.rst40 environment, follow these example shell sessions (the
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.ascs38 int "Number of simultaneously supported ASE sessions"
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/
Dindex.rst72 JTAG-only sessions.
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/doc/
Dindex.rst70 JTAG only sessions.
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/doc/
Dindex.rst84 JTAG-only sessions.
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/doc/
Dindex.rst83 JTAG-only sessions.
/Zephyr-latest/samples/modules/chre/
DREADME.rst21 #. *GNSS* - a framework allowing nanoapps to manage location and measurement sessions. See
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig235 int "Maximum number of stored client TLS/DTLS sessions"
239 This variable specifies maximum number of stored TLS/DTLS sessions,
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/doc/
Dindex.rst294 JTAG only sessions.
/Zephyr-latest/boards/espressif/esp32c3_rust/doc/
Dindex.rst9 to be easily used in training sessions, demonstrating its capabilities with all the board periphera…
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/doc/
Dindex.rst410 JTAG only sessions.
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst125 This variable specifies maximum number of stored TLS/DTLS sessions,
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/
Dindex.rst401 JTAG only sessions.

12