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/ |
D | ecc_dh.c | 106 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()
|
D | ecc_dsa.c | 163 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/ |
D | wifi_os_adapter.h | 111 unsigned long (* _random)(void); member
|
/hal_espressif-3.6.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 749 ._random = os_random,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 730 ._random = os_random,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 741 ._random = os_random,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 766 ._random = os_random,
|
/hal_espressif-3.6.0/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 876 ._random = random,
|
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 881 ._random = random,
|
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 902 ._random = random,
|
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 990 ._random = random,
|