Home
last modified time | relevance | path

Searched refs:N (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/heap/include/
Dheap_trace.inc43 #define TEST_STACK(N) do { \
44 if (STACK_DEPTH == N) { \
47 callers[N] = __builtin_return_address(N+STACK_OFFSET); \
48 if (!esp_ptr_executable(callers[N]) \
49 || callers[N] == (void*) HEAP_ARCH_INVALID_PC) { \
50 callers[N] = 0; \
/hal_espressif-latest/components/esp_common/include/
Desp_macros.h67 _61,_62,_63,N,...) N
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_rsa_signature.c48 const mbedtls_mpi N = { .MBEDTLS_PRIVATE(s) = 1, in verify_rsa_signature_block() local
58 ret = mbedtls_rsa_import(&pk, &N, NULL, NULL, NULL, &e); in verify_rsa_signature_block()
/hal_espressif-latest/components/mbedtls/port/
Desp_bignum.c176 uint64_t N = M->MBEDTLS_PRIVATE(p[0]); in modular_inverse() local
179 if ((mbedtls_mpi_uint) N * t % two_2_i >= two_2_i_minus_1) { in modular_inverse()
457 const mbedtls_mpi *E, const mbedtls_mpi *N, in mbedtls_mpi_exp_mod() argument
463 ret = esp_mpi_exp_mod( X, A, E, N, _RR ); in mbedtls_mpi_exp_mod()
465 ret = mbedtls_mpi_exp_mod_soft( X, A, E, N, _RR ); in mbedtls_mpi_exp_mod()
469 ret = esp_mpi_exp_mod( X, A, E, N, _RR ); in mbedtls_mpi_exp_mod()
/hal_espressif-latest/components/mbedtls/port/include/mbedtls/
Dbignum.h95 …bedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *E, const mbedtls_mpi *N, mbedtls_mpi *_RR);
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dconfiguration-file.rst136 | W | Wait for ``N`` seconds (where ``N`` is a float) | ``N`` |
Dflash-modes.rst97 | 256KB | 1 (no OTA) | 256KB | N/A |
99 | 512KB | 1 (no OTA) | 512KB | N/A |
Dadvanced-options.rst51 * ``N`` will try to connect to the chip N times
/hal_espressif-latest/components/bt/
DKconfig93 int "Size of the cache used for HCI data in Bluetooth HCI debug mode (N*1024 bytes)"
102 int "Size of the cache used for adv report in Bluetooth HCI debug mode (N*1024 bytes)"
/hal_espressif-latest/components/esp_timer/
DKconfig95 by N on an N-core system.
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h119 …edtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *E, const mbedtls_mpi *N, mbedtls_mpi *_RR );
122 int (*_rom_mbedtls_mpi_inv_mod)( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *N );
265 …int (*_rom_mbedtls_rsa_import)( mbedtls_rsa_context *ctx, const mbedtls_mpi *N, const mbedtls_mpi …
266 …int (*_rom_mbedtls_rsa_import_raw)( mbedtls_rsa_context *ctx, unsigned char const *N, size_t N_len…
289 …int (*_rom_mbedtls_rsa_deduce_primes)( mbedtls_mpi const *N, mbedtls_mpi const *E, mbedtls_mpi con…
292 …int (*_rom_mbedtls_rsa_validate_params)( const mbedtls_mpi *N, const mbedtls_mpi *P, const mbedtls…
471 …dtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *E, const mbedtls_mpi *N, mbedtls_mpi *prec_R…
474 int (*_rom_mbedtls_mpi_inv_mod)(mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *N);
548 …int (*_rom_mbedtls_mpi_random)(mbedtls_mpi *X, mbedtls_mpi_sint min, const mbedtls_mpi *N, int (*f…
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild79 … If this config item is set to N (default), the correct WP pin will be automatically used for any
148 default N
203 default N
761 default N
800 default N
811 default N
896 default N
911 default N
958 default N
969 default N
[all …]
/hal_espressif-latest/components/mbedtls/port/ecdsa/
Decdsa_alt.c389 if (mbedtls_mpi_cmp_int(r, 1) < 0 || mbedtls_mpi_cmp_mpi(r, &grp->N) >= 0 || in esp_ecdsa_verify()
390 mbedtls_mpi_cmp_int(s, 1) < 0 || mbedtls_mpi_cmp_mpi(s, &grp->N) >= 0 ) in esp_ecdsa_verify()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c119 return mbedtls_mpi_size(&e->group.N); in crypto_ec_order_len()
155 return (const struct crypto_bignum *) &e->group.N; in crypto_ec_get_order()
367 return mbedtls_mpi_copy((mbedtls_mpi *) x, &((mbedtls_ecp_group *)group)->N); in crypto_get_order()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst333 :esp32: - ``configsip: N`` indicates SPI flash config:
342 …- ``mode: AAA, clock div: N``. SPI flash access mode. Read from the bootloader header, correspond…
344 …- ``clock div: N`` is the SPI flash clock frequency divider. This is an integer clock divider val…
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in792 The MinQueueSizeLog field is defined as log_2(N), where N is the minimum
794 in its Friend Queue. As an example, MinQueueSizeLog value 1 gives N = 2,
795 and value 7 gives N = 128.
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dcacrt_all.pem214 DJZkndwi92SL32HeFZRSFaB9UslLqCHJxrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2
1983 N+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K8nu+NQWpEjTj82R0Yiw9
2179 N+vp1RPZytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZgh5Mm
3181 ZRCC/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rDwpdhQntJ
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram364 … If this config item is set to N (default), the correct WP pin will be automatically used for any