Home
last modified time | relevance | path

Searched refs:own (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dreadme.md13 of the peripheral register. Each chip should have its own LL layer. The functions in this layer sho…
25 To develop your own driver, it is suggested to copy the HAL layer to your own code and keep them un…
/hal_espressif-latest/zephyr/blobs/
Dlicense.txt118 do not modify the License. You may add Your own attribution
124 You may add Your own copyright statement to Your modifications and
171 on Your own behalf and on Your sole responsibility, not on behalf
183 replaced with your own identifying information. (Don't include
/hal_espressif-latest/
DLICENSE118 do not modify the License. You may add Your own attribution
124 You may add Your own copyright statement to Your modifications and
171 on Your own behalf and on Your sole responsibility, not on behalf
183 replaced with your own identifying information. (Don't include
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/
DLICENSE-APACHE117 do not modify the License. You may add Your own attribution
123 You may add Your own copyright statement to Your modifications and
170 on Your own behalf and on Your sole responsibility, not on behalf
182 replaced with your own identifying information. (Don't include
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst21 This command allows burning all needed efuses at one time based on your own python script and contr…
78 …`{index}`` means the number of chip in the batch, you increment it by your own script in the range…
Ddump-cmd.rst16 …- ``split`` - Each eFuse block is placed in its own file. The tool will create multiple files base…
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h161 int own; member
318 int own; member
Dsae.c1496 struct wpabuf *own, *peer; in sae_derive_keys() local
1498 own = sae->tmp->own_rejected_groups; in sae_derive_keys()
1501 if (own) in sae_derive_keys()
1502 salt_len += wpabuf_len(own); in sae_derive_keys()
1509 if (own) in sae_derive_keys()
1510 wpabuf_put_buf(rejected_groups, own); in sae_derive_keys()
1516 if (own) in sae_derive_keys()
1517 wpabuf_put_buf(rejected_groups, own); in sae_derive_keys()
Ddpp.c233 static int dpp_ecdh(struct crypto_key *own, struct crypto_key *peer, in dpp_ecdh() argument
236 return crypto_ecdh(own, peer, secret, secret_len); in dpp_ecdh()
794 bi->own = 1; in dpp_keygen()
5561 conf->own = 1; in dpp_keygen_configurator()
6248 if (!*own_bi && bi->own && in dpp_bootstrap_find_pair()
6256 if (!*peer_bi && !bi->own && in dpp_bootstrap_find_pair()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c743 mbedtls_pk_context *own = (mbedtls_pk_context *)key_own; in crypto_ecdh() local
768 if (mbedtls_ecdh_get_params(ctx, mbedtls_pk_ec(*own), MBEDTLS_ECDH_OURS) < 0) { in crypto_ecdh()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst70 …This behavior can be overridden with the ``--force`` option. **Use this only at your own risk and …
153 …This behavior can be overridden with the ``--force`` option. **Use this only at your own risk and …
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1158 to your own needs.
1161 … users can switch the two modes according to their own needs. So this option is enabled by default.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild271 the app's own code.
461 If you want to create your own bootloader and save more information
857 …to flash.) This mode is not secure, it's possible for an attacker to write their own chosen plaint…
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB3 Each file may have its own copyright/license that is embedded in the source
473 documentation and results solely at your own risk.
/hal_espressif-latest/components/mbedtls/
DKconfig1107 Enable threading alt to allow your own alternate threading implementation.