Home
last modified time | relevance | path

Searched refs:prng (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dprng.h61 #define prng(Buf,Length) contiki_prng_impl((Buf), (Length)) macro
80 #define prng(Buf,Length) lwip_prng_impl((Buf), (Length)) macro
85 #ifndef prng
91 #define prng(Buf,Length) coap_prng_impl((Buf), (Length)) macro
Dcoap.h.in47 #include "prng.h"
/net-tools-3.4.0/libcoap/examples/contiki/
Dcoap-observer.c168 prng(buf, 2); in PROCESS_THREAD()
/net-tools-3.4.0/libcoap/
DMakefile.am89 include/coap/prng.h \
/net-tools-3.4.0/tinydtls-0.8.2/
DMakefile.in52 netq.h t_list.h alert.h utlist.h prng.h peer.h state.h dtls_time.h session.h \
/net-tools-3.4.0/libcoap/src/
Dnet.c380 prng((unsigned char *)&c->message_id, sizeof(unsigned short)); in coap_new_context()
723 prng((unsigned char *)&r,sizeof(r)); in coap_send_confirmed()