Home
last modified time | relevance | path

Searched defs:add (Results 1 – 8 of 8) sorted by relevance

/net-tools-3.7.0/libcoap/include/coap/
Dutlist.h309 #define LL_PREPEND(head,add) \ argument
312 #define LL_PREPEND2(head,add,next) \ argument
333 #define LL_APPEND(head,add) \ argument
336 #define LL_APPEND2(head,add,next) \ argument
369 #define LL_APPEND_VS2008(head,add) \ argument
372 #define LL_APPEND2_VS2008(head,add,next) \ argument
460 #define LL_REPLACE_ELEM(head, el, add) \ argument
480 #define LL_PREPEND_ELEM(head, el, add) \ argument
504 #define DL_PREPEND(head,add) \ argument
507 #define DL_PREPEND2(head,add,prev,next) \ argument
[all …]
Duthash.h169 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
172 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
182 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
263 #define HASH_ADD_STR(head,strfield,add) \ argument
265 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
269 #define HASH_ADD_INT(head,intfield,add) \ argument
271 #define HASH_REPLACE_INT(head,intfield,add,replaced) \ argument
275 #define HASH_ADD_PTR(head,ptrfield,add) \ argument
277 #define HASH_REPLACE_PTR(head,ptrfield,add,replaced) \ argument
/net-tools-3.7.0/tinydtls-0.8.2/
Dutlist.h287 #define LL_PREPEND(head,add) \ argument
293 #define LL_APPEND(head,add) \ argument
323 #define LL_APPEND_VS2008(head,add) \ argument
384 #define DL_PREPEND(head,add) \ argument
396 #define DL_APPEND(head,add) \ argument
442 #define CDL_PREPEND(head,add) \ argument
Duthash.h147 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
150 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
231 #define HASH_ADD_STR(head,strfield,add) \ argument
235 #define HASH_ADD_INT(head,intfield,add) \ argument
239 #define HASH_ADD_PTR(head,ptrfield,add) \ argument
Ddtls.c67 #define HASH_ADD_PEER(head,sess,add) \ argument
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dccm.c139 const unsigned char *add, size_t add_len, in ccm_auth_crypt()
309 const unsigned char *add, size_t add_len, in mbedtls_ccm_encrypt_and_tag()
322 const unsigned char *add, size_t add_len, in mbedtls_ccm_auth_decrypt()
Dgcm.c270 const unsigned char *add, in mbedtls_gcm_starts()
446 const unsigned char *add, in mbedtls_gcm_crypt_and_tag()
471 const unsigned char *add, in mbedtls_gcm_auth_decrypt()
/net-tools-3.7.0/tinydtls-0.8.2/ecc/
Decc.c43 static uint32_t add( const uint32_t *x, const uint32_t *y, uint32_t *result, uint8_t length){ in add() function