Home
last modified time | relevance | path

Searched refs:pstm_copy (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dtls_pstm.c164 #undef pstm_copy
165 int32 pstm_copy(pstm_int * a, pstm_int * b) in pstm_copy() function
213 #define pstm_copy(a, b) (pstm_copy(a, b), PSTM_OKAY) macro
948 if (pstm_copy(a, c) != PSTM_OKAY) { in pstm_mul_2d()
1000 if (pstm_copy(a, c) != PSTM_OKAY) { in pstm_mod_2d()
1076 if (pstm_copy (a, c) != PSTM_OKAY) { in pstm_div_2d()
1097 if (pstm_copy(a, c) != PSTM_OKAY) { in pstm_div_2d()
1140 if (pstm_copy(&t, d) != PSTM_OKAY) { in pstm_div_2d()
1230 return pstm_copy(b, a); in pstm_init_copy()
1332 if (pstm_copy(a, d) != PSTM_OKAY) { in pstm_div()
[all …]
Dtls_pstm.h137 #define pstm_abs(a, b) { pstm_copy(a, b); (b)->sign = 0; }
171 extern int32 pstm_copy(pstm_int * a, pstm_int * b);