Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.7.0/libcoap/include/coap/
Dprng.h61 #define prng(Buf,Length) contiki_prng_impl((Buf), (Length)) argument
80 #define prng(Buf,Length) lwip_prng_impl((Buf), (Length)) argument
91 #define prng(Buf,Length) coap_prng_impl((Buf), (Length)) argument
Dhashkey.h34 #define coap_hash(String,Length,Result) \ argument
/net-tools-3.7.0/libcoap/src/
Dresource.c97 #define COPY_COND_WITH_OFFSET(Buf,Bufend,Offset,Str,Length,Result) { \ argument
/net-tools-3.7.0/tinydtls-0.8.2/
Dcrypto.c52 #define HMAC_UPDATE_SEED(Context,Seed,Length) \ argument
Ddtls.c1384 #define MUST_HASH(Type, Data, Length) \ argument