/net-tools-2.7.6/tinydtls-0.8.2/ |
D | utlist.h | 367 #define LL_SEARCH_SCALAR(head,out,field,val) \ argument 374 #define LL_SEARCH(head,out,elt,cmp) \ argument 475 #define CDL_SEARCH_SCALAR(head,out,field,val) \ argument 482 #define CDL_SEARCH(head,out,elt,cmp) \ argument
|
D | uthash.h | 82 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 229 #define HASH_FIND_STR(head,findstr,out) \ argument 233 #define HASH_FIND_INT(head,findint,out) \ argument 237 #define HASH_FIND_PTR(head,findptr,out) \ argument 636 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
|
D | dtls.c | 65 #define HASH_FIND_PEER(head,sess,out) \ argument
|
/net-tools-2.7.6/libcoap/include/coap/ |
D | utlist.h | 440 #define LL_SEARCH_SCALAR(head,out,field,val) \ argument 443 #define LL_SEARCH_SCALAR2(head,out,field,val,next) \ argument 450 #define LL_SEARCH(head,out,elt,cmp) \ argument 453 #define LL_SEARCH2(head,out,elt,cmp,next) \ argument 702 #define CDL_SEARCH_SCALAR(head,out,field,val) \ argument 705 #define CDL_SEARCH_SCALAR2(head,out,field,val,next) \ argument 712 #define CDL_SEARCH(head,out,elt,cmp) \ argument 715 #define CDL_SEARCH2(head,out,elt,cmp,next) \ argument
|
D | uthash.h | 103 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 261 #define HASH_FIND_STR(head,findstr,out) \ argument 267 #define HASH_FIND_INT(head,findint,out) \ argument 273 #define HASH_FIND_PTR(head,findptr,out) \ argument 611 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | ccm.c | 403 unsigned char out[32]; in mbedtls_ccm_self_test() local
|
D | hmac_drbg.c | 257 unsigned char *out = output; in mbedtls_hmac_drbg_random_with_add() local
|
D | ecjpake.c | 937 static int ecjpake_lgc( void *p, unsigned char *out, size_t len ) in ecjpake_lgc()
|
/net-tools-2.7.6/tinydtls-0.8.2/ecc/ |
D | ecc.c | 69 static void rshiftby(const uint32_t *in, uint8_t in_size, uint32_t *out, uint8_t out_size, uint8_t … in rshiftby()
|