Searched refs:tmp2 (Results 1 – 3 of 3) sorted by relevance
/net-tools-3.7.0/tinydtls-0.8.2/ecc/ |
D | ecc.c | 537 uint32_t tmp2[9]; in ecc_ecdsa_sign() local 556 fieldModO(tmp1, tmp2, 16); in ecc_ecdsa_sign() 559 tmp1[8] = add(e, tmp2, tmp1, 8); in ecc_ecdsa_sign() 563 fieldInv(k, ecc_order_m, ecc_order_r, tmp2); in ecc_ecdsa_sign() 566 fieldMult(tmp2, tmp3, tmp1, arrayLength); in ecc_ecdsa_sign()
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | utlist.h | 694 #define CDL_FOREACH_SAFE(head,el,tmp1,tmp2) \ argument 695 CDL_FOREACH_SAFE2(head,el,tmp1,tmp2,prev,next) 697 #define CDL_FOREACH_SAFE2(head,el,tmp1,tmp2,prev,next) \ argument 699 (el) && ((tmp2)=(el)->next, 1); \ 700 ((el) = (((el)==(tmp1)) ? 0L : (tmp2))))
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | utlist.h | 470 #define CDL_FOREACH_SAFE(head,el,tmp1,tmp2) \ argument 472 (el) && ((tmp2)=(el)->next, 1); \ 473 ((el) = (((el)==(tmp1)) ? 0L : (tmp2))))
|