Searched defs:Length (Results 1 – 5 of 5) sorted by relevance
/net-tools-3.7.0/libcoap/include/coap/ |
D | prng.h | 61 #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
|
D | hashkey.h | 34 #define coap_hash(String,Length,Result) \ argument
|
/net-tools-3.7.0/libcoap/src/ |
D | resource.c | 97 #define COPY_COND_WITH_OFFSET(Buf,Bufend,Offset,Str,Length,Result) { \ argument
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | crypto.c | 52 #define HMAC_UPDATE_SEED(Context,Seed,Length) \ argument
|
D | dtls.c | 1384 #define MUST_HASH(Type, Data, Length) \ argument
|