Home
last modified time | relevance | path

Searched refs:credentials (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials.c20 static struct tls_credential credentials[CONFIG_TLS_MAX_CREDENTIALS_NUMBER]; variable
27 (void)memset(credentials, 0, sizeof(credentials)); in credentials_init()
39 for (i = 0; i < ARRAY_SIZE(credentials); i++) { in unused_credential_get()
40 if (credentials[i].type == TLS_CREDENTIAL_NONE) { in unused_credential_get()
41 return &credentials[i]; in unused_credential_get()
53 for (i = 0; i < ARRAY_SIZE(credentials); i++) { in credential_get()
54 if (credentials[i].type == type && credentials[i].tag == tag) { in credential_get()
55 return &credentials[i]; in credential_get()
68 iter = credentials; in credential_next_get()
73 for (i = iter - credentials; i < ARRAY_SIZE(credentials); i++) { in credential_next_get()
[all …]
DKconfig5 bool "TLS credentials management"
7 Enable TLS credentials management subsystem.
16 prompt "TLS credentials management backend"
20 TLS credentials management backend implementation.
23 bool "TLS credentials management volatile backend"
25 TLS credentials management volatile backend implementation,
26 storing credentials in system runtime memory.
29 bool "TLS credentials management protected storage backend"
33 TLS credentials management backend using the Protected Storage
34 API to store credentials with integrity check against physical
[all …]
DKconfig.shell5 bool "TLS credentials management shell"
10 Enable shell commands to manage TLS credentials.
15 int "Size of buffer used for storing and retrieving credentials, measured in bytes."
18 The amount of preallocated buffer (in bytes) used for storing and retrieving credentials.
28 int "Buffer for generating credentials digests"
Dtls_credentials_trusted.c35 static struct tls_credential credentials[CRED_MAX_SLOTS]; variable
174 for (i = 0; i < ARRAY_SIZE(credentials); i++) { in unused_credential_get()
175 if (credentials[i].type == TLS_CREDENTIAL_NONE) { in unused_credential_get()
176 return &credentials[i]; in unused_credential_get()
316 for (i = 0; i < ARRAY_SIZE(credentials); i++) { in credentials_unlock()
317 if (credentials[i].buf) { in credentials_unlock()
318 k_free((void *)credentials[i].buf); in credentials_unlock()
320 memset(&credentials[i], 0, sizeof(credentials[i])); in credentials_unlock()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
DKconfig8 bool "WIFI credentials management"
11 Enable WiFi credentials management subsystem.
20 prompt "WiFi credentials backend"
26 for credentials storage.
38 bool "No credentials storage"
44 int "Number of supported WiFi credentials"
57 bool "Shell commands to manage Wi-Fi credentials"
85 with persistent lifetime. The users of the PSA API are responsible (WIFI credentials
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst6 The TLS Credentials shell provides a command-line interface for managing installed TLS credentials.
142 List TLS credentials in the credential store.
147 To list all available credentials, use:
153 To list all credentials with a specified sectag, use:
159 To list all credentials with a specified credential type, use:
165 To list all credentials with a specified credential type and sectag, use:
179 …"``<SECTAG>``", "Optional. If provided, only list credentials with this sectag. Pass ``any`` or om…
180 …"``<TYPE>``", "Optional. If provided, only list credentials with this credential type. Pass ``any`…
186 The command outputs all matching credentials in the following (CSV-compliant) format:
200credentials storage backend, but currently for all backends this is a base64 encoded SHA256 hash o…
[all …]
Dmqtt.rst155 credentials that the MQTT library should use for authentication. We do not specify
161 Note, that TLS credentials referenced by the ``m_sec_tags`` array must be
Dsockets.rst82 TLS credentials subsystem
85 TLS credentials must be registered in the system before they can be used with
Dhttp_server.rst126 HTTPS services rely on TLS credentials being registered in the system.
128 configure TLS credentials in the system.
Dlwm2m.rst387 The engine uses LwM2M Security object (Id 0) to read the stored credentials and feed keys from the …
/Zephyr-latest/tests/net/socket/tls_configurations/
DCMakeLists.txt17 file(READ credentials/${input_file} input_file_content)
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst72 In general, you can store your credentials on disk using the "store" git
103 echo "https://x-access-token:$GH_TOKEN@github.com" >> ~/.git-credentials
105 If you don't want to store any credentials on the file system, you can store
/Zephyr-latest/samples/net/cloud/mqtt_azure/
DREADME.rst26 - Azure IOT Cloud credentials and required information
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DREADME.rst27 - AWS credentials and necessary information
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst108 This variable sets maximum number of TLS/DTLS credentials that can be
129 Maximum number of TLS credentials that can be registered.
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig208 int "Maximum number of TLS/DTLS credentials per socket"
212 This variable sets maximum number of TLS/DTLS credentials that can be
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig54 credentials stored in persistent storage, obtained during
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst258 …a way to pre-configure or automatically configure any required association settings or credentials.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst751 * ``Cred``: Whether to publish with Friendship credentials when acting as a Low Power Node.
776 * ``Cred``: Whether to publish with Friendship credentials when acting as a Low Power Node.
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst888 * Added shell module to manage TLS credentials.
Drelease-notes-4.0.rst910 * Add support for Wi-Fi credentials library.
Drelease-notes-3.1.rst1324 * :github:`45872` - ci: make git credentials non-persistent
Drelease-notes-2.6.rst294 * Ensured to encrypt initial friend poll with friend credentials.
Drelease-notes-1.14.rst1839 * :github:`11682` - Mesh Friend replies to initial Friend Poll with "old" security credentials