Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_pstm.h216 extern int32 pstm_mul_2(pstm_int * a, pstm_int * b) FAST_FUNC;
Dtls_pstm.c639 int32 FAST_FUNC pstm_mul_2(pstm_int * a, pstm_int * b) in pstm_mul_2() function
925 if (pstm_mul_2 (a, a) != PSTM_OKAY) { in pstm_montgomery_calc_normalization()