Searched refs:bytesTmp (Results 1 – 1 of 1) sorted by relevance
227 const unsigned char* bytesTmp = reinterpret_cast<const unsigned char*>(bytes.get()); in NativeBN_twosComp2bn() local229 if (!BN_bin2bn(bytesTmp, bytesLen, ret)) { in NativeBN_twosComp2bn()