Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_pstm_montgomery_reduce.c440 if (s_pstm_sub (a, m, a) != PSTM_OKAY) { in pstm_montgomery_reduce()
Dtls_pstm.h207 extern int32 s_pstm_sub(pstm_int *a, pstm_int *b, pstm_int *c) FAST_FUNC;
Dtls_pstm.c705 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()