Searched refs:twosBytes (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp162 unsigned char* twosBytes = reinterpret_cast<unsigned char*>(twosComplement.get()); local
163 memcpy(twosBytes, tmp, tmpSize);
164 tmp = twosBytes;
168 twosBytes[i] ^= 0xFF;
170 carry = (++twosBytes[i]) == 0;

Completed in 78 milliseconds