Home
last modified time | relevance | path

Searched refs:PSTM_LT (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/networking/
Dtls_pstm.c330 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 …]
Dtls_pstm_montgomery_reduce.c439 if (pstm_cmp_mag (a, m) != PSTM_LT) { in pstm_montgomery_reduce()
Dtls_rsa.c88 if (pstm_cmp(&key->N, &tmp) == PSTM_LT) { in psRsaCrypt()
Dtls_pstm.h107 #define PSTM_LT -1 /* less than */ macro