Searched refs:xch (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/common/mpi/
H A Dmpmontg.c283 const mp_int *xch = b; /* switch a and b, to do fewer outer loops */ local
285 a = xch;
H A Dmpi.c934 const mp_int *xch = b; /* switch a and b, to do fewer outer loops */ local
936 a = xch;
3767 const mp_int *xch = a; local
3769 b = xch;
4776 int val, xch; local
4779 xch = ch;
4781 xch = toupper(ch);
4783 if(isdigit(xch))
4784 val = xch - '0';
4785 else if(isupper(xch))
[all...]
H A Dmp_gf2m.c310 const mp_int *xch = b; /* switch a and b if b longer */ local
312 a = xch;

Completed in 58 milliseconds