Searched refs:sub (Results 1 – 6 of 6) sorted by relevance
/net-tools-2.7.6/tinydtls-0.8.2/ecc/ |
D | ecc.c | 57 static uint32_t sub( const uint32_t *x, const uint32_t *y, uint32_t *result, uint8_t length){ in sub() function 148 if(sub(x, y, result, arrayLength)){ //add modulus if carry is set in fieldSub() 296 sub(A, q2_tmp, result, 9); in fieldModO() 299 sub(result, ecc_order_m, result, 9); in fieldModO() 392 t=sub(u,v,tempm,arrayLength); /* tempm=u-v */ in fieldInv() 398 sub(v,u,tempm,arrayLength); /* tempm=v-u */ in fieldInv() 647 return sub(x, y, result, length); in ecc_sub()
|
/net-tools-2.7.6/tinydtls-0.8.2/sha2/ |
D | README | 39 * Input data is only accepted in octet-length increments. No sub-byte 40 data is handled. The NIST document describes how to handle sub-byte
|
/net-tools-2.7.6/libcoap/ |
D | ChangeLog | 30 sub-directory examples and replaced by linked lists
|
/net-tools-2.7.6/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 44 # 4096 sub-directories (in 2 levels) under the output directory of each output
|
/net-tools-2.7.6/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 60 # 4096 sub-directories (in 2 levels) under the output directory of each output
|
/net-tools-2.7.6/libcoap/doc/ |
D | Doxyfile.in | 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
|