Home
last modified time | relevance | path

Searched refs:bytesTmp (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp227 const unsigned char* bytesTmp = reinterpret_cast<const unsigned char*>(bytes.get()); in NativeBN_twosComp2bn() local
229 if (!BN_bin2bn(bytesTmp, bytesLen, ret)) { in NativeBN_twosComp2bn()