Searched refs:wlen (Results 1 – 1 of 1) sorted by relevance
197 const int wlen = (len + 1) / 2; in NativeBN_litEndInts2bn() local199 const int wlen = len; in NativeBN_litEndInts2bn() local202 if ((tmpInts != NULL) && (bn_wexpand(ret, wlen) != NULL)) { in NativeBN_litEndInts2bn()205 ret->d[wlen - 1] = tmpInts[--len]; in NativeBN_litEndInts2bn()215 ret->top = wlen; in NativeBN_litEndInts2bn()