Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc170 std::unique_ptr<unsigned char[]> twosComplement; in arrayToBignum() local
174 twosComplement.reset(new unsigned char[tmpSize]); in arrayToBignum()
175 unsigned char* twosBytes = reinterpret_cast<unsigned char*>(twosComplement.get()); in arrayToBignum()