Searched refs:ARRAY_OFFSET_LENGTH_INVALID (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | macros.h | 131 #define ARRAY_OFFSET_LENGTH_INVALID(array, offset, len) \ macro
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 2881 if (ARRAY_OFFSET_LENGTH_INVALID(sigBytes, offset, len)) { in NativeCrypto_EVP_DigestVerifyFinal() 2941 if (ARRAY_OFFSET_LENGTH_INVALID(inBytes, inOffset, inLength)) { in evpPkeyEncryptDecrypt() 3257 if (ARRAY_OFFSET_LENGTH_INVALID(inBytes, inOffset, inLength)) { in NativeCrypto_EVP_CipherUpdate() 3267 if (ARRAY_OFFSET_LENGTH_INVALID(outBytes, outOffset, inLength)) { in NativeCrypto_EVP_CipherUpdate() 3528 if (ARRAY_OFFSET_LENGTH_INVALID(inBytes, inOffset, inLength)) { in evp_aead_ctx_op() 3689 if (ARRAY_OFFSET_LENGTH_INVALID(inBytes, inOffset, inLength)) { in NativeCrypto_HMAC_Update() 9496 if (ARRAY_OFFSET_LENGTH_INVALID(source, sourceOffset, sourceLength)) { in NativeCrypto_ENGINE_SSL_write_BIO_heap() 9606 if (ARRAY_OFFSET_LENGTH_INVALID(dest, destOffset, destLength)) { in NativeCrypto_ENGINE_SSL_read_BIO_heap()
|