Home
last modified time | relevance | path

Searched refs:aos_rand (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/osal_aos/
A Dcommon.c70 int32_t aos_rand(void) in aos_rand() function
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/
A Dcc.h107 #define LWIP_RAND() ((uint32_t)aos_rand())
A Dlwipopts.h250 #define LWIP_RAND() ((u32_t)aos_rand())
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c225 aos_srand((unsigned int)(time.tv_sec * 1000 + time.tv_usec / 1000) + aos_rand()); in httpclient_random()
228 *(output + rngoffset) = (uint8_t)aos_rand(); in httpclient_random()
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h1023 int32_t aos_rand(void);
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_TLS_mbedtls.c236 return ((unsigned int)aos_rand() << 16) + aos_rand(); in _avRandom()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_client.c233 uint16_t port = aos_rand() % 16384 + 49152; in tftp_client_get()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodmachine.c236 return mp_obj_new_int(aos_rand()); in machine_rng()
A Dmoduos.c95 r = aos_rand(); // returns 32-bit random number in os_urandom()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodmachine.c214 return mp_obj_new_int(aos_rand()); in machine_rng()
A Dmoduos.c93 r = aos_rand(); // returns 32-bit random number in os_urandom()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodmachine.c214 return mp_obj_new_int(aos_rand()); in machine_rng()
A Dmoduos.c93 r = aos_rand(); // returns 32-bit random number in os_urandom()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c605 int32_t aos_rand(void) in aos_rand() function
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/
A Daos_port.c1186 aos_srand((unsigned int)(time.tv_sec * 1000 + time.tv_usec / 1000) + aos_rand()); in core_sysdep_rand()
1194 rand_num = aos_rand(); in core_sysdep_rand()

Completed in 23 milliseconds