Home
last modified time | relevance | path

Searched defs:pstm_mul_d (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dtls_pstm.c1027 static int32 pstm_mul_d(pstm_int *a, pstm_digit b, pstm_int *c) in pstm_mul_d() function
1057 #define pstm_mul_d(a, b, c) (pstm_mul_d(a, b, c), PSTM_OKAY) macro