Searched refs:wlen (Results 1 – 1 of 1) sorted by relevance
213 const int wlen = (len + 1) / 2; in NativeBN_litEndInts2bn() local215 const int wlen = len; in NativeBN_litEndInts2bn() local218 if ((tmpInts != NULL) && (bn_wexpand(ret, wlen) != NULL)) { in NativeBN_litEndInts2bn()221 ret->d[wlen - 1] = tmpInts[--len]; in NativeBN_litEndInts2bn()231 ret->top = wlen; in NativeBN_litEndInts2bn()