Home
last modified time | relevance | path

Searched refs:pstm_init_copy (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dtls_pstm.c1204 #undef pstm_init_copy
1205 #define pstm_init_copy(pool, a, b, toSqr) \ macro
1206 pstm_init_copy( a, b, toSqr)
1207 static int32 pstm_init_copy(psPool_t *pool, pstm_int * a, pstm_int * b, int toSqr) in pstm_init_copy() function
1232 #undef pstm_init_copy
1233 #define pstm_init_copy(pool, a, b, toSqr) (pstm_init_copy(a, b, toSqr), PSTM_OKAY) macro
1350 if ((res = pstm_init_copy(pool, &x, a, 0)) != PSTM_OKAY) { in pstm_div()
1669 if (pstm_init_copy(pool, &M[1 << (winsize - 1)], &M[1], 1) != PSTM_OKAY) { in pstm_exptmod()
1912 if ((res = pstm_init_copy(pool, &t, a, 0)) != PSTM_OKAY) {
1938 if ((res = pstm_init_copy(pool, &t, a, 0)) != PSTM_OKAY) { in pstm_to_unsigned_bin()
[all …]
Dtls_pstm.h154 #define pstm_init_copy(pool, a, b, toSqr) \ macro
155 pstm_init_copy( a, b, toSqr)