Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_prng.h43 #define coap_prng(Buf,Length) lwip_prng_impl((Buf), (Length)) macro
/third_party/libcoap/src/
Dcoap_prng.c140 coap_prng(void *buf, size_t len) { in coap_prng() function