Home
last modified time | relevance | path

Searched refs:pstm_cmp_mag (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Dtls_pstm.c317 int32 FAST_FUNC pstm_cmp_mag(pstm_int * a, pstm_int * b) in pstm_cmp_mag() function
374 return pstm_cmp_mag(b, a); in pstm_cmp()
376 return pstm_cmp_mag(a, b); in pstm_cmp()
824 if (pstm_cmp_mag (a, b) != PSTM_LT) { in pstm_sub()
928 if (pstm_cmp_mag (a, b) != PSTM_LT) { in pstm_montgomery_calc_normalization()
1330 if (pstm_cmp_mag (a, b) == PSTM_LT) { in pstm_div()
1452 } while (pstm_cmp_mag(&t1, &t2) == PSTM_GT); in pstm_div()
1648 if (pstm_cmp_mag(P, G) != PSTM_GT) { in pstm_exptmod()
1866 if (pstm_cmp_mag (a, b) == PSTM_LT) { in pstm_add()
2144 while (pstm_cmp_mag(&C, b) != PSTM_LT) {
Dtls_pstm_montgomery_reduce.c439 if (pstm_cmp_mag (a, m) != PSTM_LT) { in pstm_montgomery_reduce()
Dtls_pstm.h187 extern int32 pstm_cmp_mag(pstm_int * a, pstm_int * b) FAST_FUNC;