Home
last modified time | relevance | path

Searched defs:prng (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/
Dhmac_prng.c78 static void update(TCHmacPrng_t prng, const uint8_t *e, unsigned int len) in update()
108 int tc_hmac_prng_init(TCHmacPrng_t prng, in tc_hmac_prng_init()
130 int tc_hmac_prng_reseed(TCHmacPrng_t prng, in tc_hmac_prng_reseed()
167 int tc_hmac_prng_generate(uint8_t *out, unsigned int outlen, TCHmacPrng_t prng) in tc_hmac_prng_generate()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dprng.h46 #define prng(Buf,Length) contiki_prng_impl((Buf), (Length)) macro
63 #define prng(Buf,Length) lwip_prng_impl((Buf), (Length)) macro
112 #define prng(Buf,Length) coap_prng_impl((Buf), (Length)) macro