Searched refs:uECC_generate_random_int (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dh.c | 178 if (!uECC_generate_random_int(p2[carry], curve->p, num_words)) { in uECC_shared_secret()
|
D | ecc_dsa.c | 130 } else if (!uECC_generate_random_int(tmp, curve->n, num_n_words)) { in uECC_sign_with_k()
|
D | ecc.c | 836 int uECC_generate_random_int(uECC_word_t *random, const uECC_word_t *top, in uECC_generate_random_int() function
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dh.c | 177 if (!uECC_generate_random_int(p2[carry], curve->p, num_words)) { in uECC_shared_secret()
|
D | ecc_dsa.c | 131 else if (!uECC_generate_random_int(tmp, curve->n, num_n_words)) { in uECC_sign_with_k()
|
D | ecc.c | 837 int uECC_generate_random_int(uECC_word_t *random, const uECC_word_t *top, in uECC_generate_random_int() function
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | ecc.h | 205 int uECC_generate_random_int(uECC_word_t *random, const uECC_word_t *top,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ecc.h | 205 int uECC_generate_random_int(uECC_word_t *random, const uECC_word_t *top,
|