Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/bt/porting/ext/tinycrypt/src/
Decc_dh.c105 uECC_word_t _random[NUM_ECC_WORDS * 2]; in uECC_make_key() local
114 !rng_function((uint8_t *)_random, 2 * NUM_ECC_WORDS*uECC_WORD_SIZE)) { in uECC_make_key()
119 uECC_vli_mmod(_private, _random, curve->n, BITS_TO_WORDS(curve->num_n_bits)); in uECC_make_key()
Decc_dsa.c164 uECC_word_t _random[2*NUM_ECC_WORDS]; in uECC_sign() local
172 !rng_function((uint8_t *)_random, 2*NUM_ECC_WORDS*uECC_WORD_SIZE)) { in uECC_sign()
177 uECC_vli_mmod(k, _random, curve->n, BITS_TO_WORDS(curve->num_n_bits)); in uECC_sign()
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h115 unsigned long (* _random)(void); member
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c650 ._random = os_random,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c687 ._random = os_random,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c694 ._random = os_random,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c632 ._random = os_random,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c649 ._random = os_random,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c705 ._random = os_random,
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c805 ._random = random,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c808 ._random = random,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c822 ._random = random,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c889 ._random = os_random,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c888 ._random = os_random,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c904 ._random = os_random,