Searched refs:tmpInts (Results 1 – 1 of 1) sorted by relevance
201 const unsigned int* tmpInts = reinterpret_cast<const unsigned int*>(scopedArray.get()); 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()209 ret->d[i/2] = ((unsigned long long)tmpInts[i+1] << 32) | tmpInts[i]; in NativeBN_litEndInts2bn()213 int i = len; do { i--; ret->d[i] = tmpInts[i]; } while (i > 0); in NativeBN_litEndInts2bn()