Searched refs:s_pstm_sub (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_pstm_montgomery_reduce.c | 440 if (s_pstm_sub (a, m, a) != PSTM_OKAY) { in pstm_montgomery_reduce()
|
D | tls_pstm.h | 207 extern int32 s_pstm_sub(pstm_int *a, pstm_int *b, pstm_int *c) FAST_FUNC;
|
D | tls_pstm.c | 705 int32 FAST_FUNC s_pstm_sub(pstm_int *a, pstm_int *b, pstm_int *c) in s_pstm_sub() function 828 if ((res = s_pstm_sub (a, b, c)) != PSTM_OKAY) { in pstm_sub() 835 if ((res = s_pstm_sub (b, a, c)) != PSTM_OKAY) { in pstm_sub() 929 if (s_pstm_sub (a, b, a) != PSTM_OKAY) { in pstm_montgomery_calc_normalization() 1868 if ((res = s_pstm_sub (b, a, c)) != PSTM_OKAY) { in pstm_add() 1873 if ((res = s_pstm_sub (a, b, c)) != PSTM_OKAY) { in pstm_add()
|