Home
last modified time | relevance | path

Searched refs:_random (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dh.c106 uECC_word_t _random[NUM_ECC_WORDS * 2]; in uECC_make_key() local
115 !rng_function((uint8_t *)_random, 2 * NUM_ECC_WORDS * uECC_WORD_SIZE)) { in uECC_make_key()
120 uECC_vli_mmod(_private, _random, curve->n, BITS_TO_WORDS(curve->num_n_bits)); in uECC_make_key()
Decc_dsa.c163 uECC_word_t _random[2 * NUM_ECC_WORDS]; in uECC_sign() local
171 !rng_function((uint8_t *)_random, 2 * NUM_ECC_WORDS * uECC_WORD_SIZE)) { in uECC_sign()
176 uECC_vli_mmod(k, _random, curve->n, BITS_TO_WORDS(curve->num_n_bits)); in uECC_sign()
/hal_espressif-3.6.0/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h111 unsigned long (* _random)(void); member
/hal_espressif-3.6.0/components/esp_wifi/esp32/
Desp_adapter.c749 ._random = os_random,
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/
Desp_adapter.c730 ._random = os_random,
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/
Desp_adapter.c741 ._random = os_random,
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/
Desp_adapter.c766 ._random = os_random,
/hal_espressif-3.6.0/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c876 ._random = random,
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c881 ._random = random,
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c902 ._random = random,
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c990 ._random = random,