Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 72) sorted by relevance

123

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c183 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()
Dsae.c42 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 …]
Ddragonfly.h26 int dragonfly_generate_scalar(const struct crypto_bignum *order,
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_internal-modexp.c43 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()
Ddh_groups.h18 const u8 *order; member
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-cmd.rst41 …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…
153order, 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/
Dparlio_ll.h235 …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/
Dparlio_ll.h232 …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/
Dcache.h99 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/
Dsystem_init_fn.txt1 # 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/
Dcache.h98 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/
Dcache.h102 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/
DKconfig8 …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/
Dcache.h145 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/
Dlinker_esp_ble_controller.lf7 # For the following fragments, order matters for
Dlinker_rw_bt_controller.lf7 # For the following fragments, order matters for
Dlinker_esp32c2.lf51 # For the following fragments, order matters for
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dcache.h114 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/
DKconfig.system8 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/
DKconfig.system8 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/
DKconfig.system8 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/
Dentering-bootloader.rst6 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/
DKconfig.system8 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/
DKconfig.system9 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/
DKconfig.system9 a specific value. If this happens, it will reset the chip in order to prevent unintended

123