/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dragonfly.c | 183 const struct crypto_bignum *order) in dragonfly_get_rand_2_to_r_1() argument 185 return crypto_bignum_rand(val, order) == 0 && in dragonfly_get_rand_2_to_r_1() 191 int dragonfly_generate_scalar(const struct crypto_bignum *order, in dragonfly_generate_scalar() argument 201 if (dragonfly_get_rand_2_to_r_1(_rand, order) && in dragonfly_generate_scalar() 202 dragonfly_get_rand_2_to_r_1(_mask, order) && in dragonfly_generate_scalar() 204 crypto_bignum_mod(scalar, order, scalar) == 0 && in dragonfly_generate_scalar()
|
D | sae.c | 42 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group() 67 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order, in sae_set_group() 73 tmp->order = tmp->order_buf; in sae_set_group() 242 crypto_bignum_div(b, sae->tmp->order, b) < 0) in sae_test_pwd_seed_ffc() 924 struct crypto_bignum *prime, *order; in sae_derive_pt_ffc() local 931 order = crypto_bignum_init_set(dh->order, dh->order_len); in sae_derive_pt_ffc() 932 if (!prime || !order) in sae_derive_pt_ffc() 974 crypto_bignum_div(tmp, order, tmp) < 0 || in sae_derive_pt_ffc() 990 crypto_bignum_deinit(order, 0); in sae_derive_pt_ffc() 1101 const struct crypto_bignum *order; in sae_derive_pwe_from_pt_ecc() local [all …]
|
D | dragonfly.h | 26 int dragonfly_generate_scalar(const struct crypto_bignum *order,
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_internal-modexp.c | 43 const u8 *order, size_t order_len, in crypto_dh_derive_secret() argument 61 if (order) { in crypto_dh_derive_secret() 71 bignum_set_unsigned_bin(q, order, order_len) < 0 || in crypto_dh_derive_secret()
|
D | dh_groups.h | 18 const u8 *order; member
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-key-cmd.rst | 41 …sitive data). Enabled if --debug is used. Use this option to see the byte order of the data being … 50 …tected. The hardware will still have access to them. These keys are burned in reversed byte order. 56 … ``BLOCK2`` to burn flash encryption and secure boot v2 keys because byte order will be incorrect … 81 …d writes the private key into a eFuse block. The key is written to the block in reverse byte order. 97 …distinguish between such keys. The key purpose option determines protection and byte order for key. 120 …lash encryption, will be burned in direct byte order. The encryption key is written in reverse byt… 153 …order, compared to the order used by the AES algorithm on the host. Using corresponding block name… 175 Reversing the byte order 202 …Byte order for flash encryption key is reversed. Content of flash encryption key file ("256bit_fe_… 218 Reversing the byte order [all …]
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | parlio_ll.h | 235 …atic inline void parlio_ll_rx_set_bit_pack_order(parl_io_dev_t *dev, parlio_bit_pack_order_t order) in parlio_ll_rx_set_bit_pack_order() argument 237 dev->rx_cfg0.rx_bit_pack_order = order; in parlio_ll_rx_set_bit_pack_order() 468 …atic inline void parlio_ll_tx_set_bit_pack_order(parl_io_dev_t *dev, parlio_bit_pack_order_t order) in parlio_ll_tx_set_bit_pack_order() argument 470 dev->tx_cfg0.tx_bit_unpack_order = order; in parlio_ll_tx_set_bit_pack_order()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | parlio_ll.h | 232 …atic inline void parlio_ll_rx_set_bit_pack_order(parl_io_dev_t *dev, parlio_bit_pack_order_t order) in parlio_ll_rx_set_bit_pack_order() argument 234 dev->rx_data_cfg.rx_data_order_inv = order; in parlio_ll_rx_set_bit_pack_order() 473 …atic inline void parlio_ll_tx_set_bit_pack_order(parl_io_dev_t *dev, parlio_bit_pack_order_t order) in parlio_ll_tx_set_bit_pack_order() argument 475 dev->tx_data_cfg.tx_data_order_inv = order; in parlio_ll_tx_set_bit_pack_order()
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 99 uint8_t order; /*!< autoload step is positive or negative */ member 506 uint32_t Cache_Start_ICache_Preload(uint32_t addr, uint32_t size, uint32_t order); 540 uint32_t Cache_Start_DCache_Preload(uint32_t addr, uint32_t size, uint32_t order);
|
/hal_espressif-latest/components/esp_system/ |
D | system_init_fn.txt | 1 # This file documents the expected order of execution of ESP_SYSTEM_INIT_FN functions. 8 # Entries are ordered by the order of execution (i.e. from low priority values to high ones).
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | cache.h | 98 uint8_t order; /*!< autoload step is positive or negative */ member 344 uint32_t Cache_Start_ICache_Preload(uint32_t addr, uint32_t size, uint32_t order);
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | cache.h | 102 uint8_t order; /*!< autoload step is positive or negative */ member 347 uint32_t Cache_Start_ICache_Preload(uint32_t addr, uint32_t size, uint32_t order);
|
/hal_espressif-latest/components/esp_common/ |
D | Kconfig | 8 …enerated lookup table. This option can be used to turn off the use of the look-up table in order to
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | cache.h | 145 uint8_t order; /*!< autoload step is positive or negative */ member 616 uint32_t Cache_Start_ICache_Preload(uint32_t addr, uint32_t size, uint32_t order); 650 uint32_t Cache_Start_DCache_Preload(uint32_t addr, uint32_t size, uint32_t order);
|
/hal_espressif-latest/components/bt/ |
D | linker_esp_ble_controller.lf | 7 # For the following fragments, order matters for
|
D | linker_rw_bt_controller.lf | 7 # For the following fragments, order matters for
|
D | linker_esp32c2.lf | 51 # For the following fragments, order matters for
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | cache.h | 114 uint8_t order; /*!< autoload step is positive or negative */ member 370 uint32_t Cache_Start_ICache_Preload(uint32_t addr, uint32_t size, uint32_t order);
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | Kconfig.system | 8 a specific value. If this happens, it will reset the chip in order to prevent unintended
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | Kconfig.system | 8 a specific value. If this happens, it will reset the chip in order to prevent unintended
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | Kconfig.system | 8 a specific value. If this happens, it will reset the chip in order to prevent unintended
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | entering-bootloader.rst | 6 Espressif chips have to be reset in a certain way in order to launch the serial bootloader, only th…
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | Kconfig.system | 8 a specific value. If this happens, it will reset the chip in order to prevent unintended
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.system | 9 a specific value. If this happens, it will reset the chip in order to prevent unintended
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.system | 9 a specific value. If this happens, it will reset the chip in order to prevent unintended
|