Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_pstm_montgomery_reduce.c371 int32 oldused, x, y; in pstm_montgomery_reduce() local
387 oldused = a->used; in pstm_montgomery_reduce()
388 for (x = 0; x < oldused; x++) { in pstm_montgomery_reduce()
426 for (; x < oldused; x++) { in pstm_montgomery_reduce()
Dtls_pstm.c642 int x, oldused; //bbox: was int16 in pstm_mul_2() local
652 oldused = b->used; in pstm_mul_2()
693 for (x = b->used; x < oldused; x++) { in pstm_mul_2()
707 int oldbused, oldused; //bbox: was int16 in s_pstm_sub() local
719 oldused = c->used; in s_pstm_sub()
734 for (; x < oldused; x++) { in s_pstm_sub()
747 int x, y, oldused; //bbox: was int16 in s_pstm_add() local
754 oldused = c->used; in s_pstm_add()
790 for (; x < oldused; x++) { in s_pstm_add()
1031 int x, oldused; //bbox: was int16 in pstm_mul_d() local
[all …]