Home
last modified time | relevance | path

Searched refs:_set_secure (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dh.c96 _set_secure(_private, 0, NUM_ECC_BYTES); in uECC_make_key_with_d()
137 _set_secure(_private, 0, NUM_ECC_BYTES); in uECC_make_key()
193 _set_secure(p2, 0, sizeof(p2)); in uECC_shared_secret()
194 _set_secure(tmp, 0, sizeof(tmp)); in uECC_shared_secret()
195 _set_secure(_private, 0, sizeof(_private)); in uECC_shared_secret()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dutils.h87 extern void _set_secure(void *to, uint8_t val, unsigned int len);
89 static inline void _set_secure(void *to, uint8_t val, unsigned int len) in _set_secure() function