Searched refs:pstm_cmp_mag (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_pstm.c | 317 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) {
|
D | tls_pstm_montgomery_reduce.c | 439 if (pstm_cmp_mag (a, m) != PSTM_LT) { in pstm_montgomery_reduce()
|
D | tls_pstm.h | 187 extern int32 pstm_cmp_mag(pstm_int * a, pstm_int * b) FAST_FUNC;
|