Searched refs:PSTM_LT (Results 1 – 4 of 4) sorted by relevance
330 return PSTM_LT; in pstm_cmp_mag()347 return PSTM_LT; in pstm_cmp_mag()364 return PSTM_LT; 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()1395 while (pstm_cmp (&x, &y) != PSTM_LT) { in pstm_div()1866 if (pstm_cmp_mag (a, b) == PSTM_LT) { in pstm_add()1964 return PSTM_LT;1976 return PSTM_LT;[all …]
439 if (pstm_cmp_mag (a, m) != PSTM_LT) { in pstm_montgomery_reduce()
88 if (pstm_cmp(&key->N, &tmp) == PSTM_LT) { in psRsaCrypt()
107 #define PSTM_LT -1 /* less than */ macro