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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp392 #define ARRAY_OFFSET_LENGTH_INVALID(array, offset, len) (offset < 0 || \ macro
5205 if (ARRAY_OFFSET_LENGTH_INVALID(inBytes, inOffset, inLength)) {

Completed in 81 milliseconds