Searched refs:outArray (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
H A D | BinaryStream.h | 60 void readBytes(unsigned char outArray[], size_t count) argument 62 read<unsigned char>(outArray, count);
|
/external/chromium_org/content/shell/tools/plugin/ |
H A D | PluginObject.cpp | 729 NPObject* outArray = NPVARIANT_TO_OBJECT(args[1]); local 742 obj->npp, outArray, pushIdentifier, args, 1, &browserResult))
|
/external/conscrypt/src/main/native/ |
H A D | org_conscrypt_NativeCrypto.cpp | 3860 jbyteArray outArray, jint outOffset, jlong pubkeyRef, jlong privkeyRef) 3864 JNI_TRACE("ECDH_compute_key(%p, %d, %p, %p)", outArray, outOffset, pubPkey, privPkey); 3866 ScopedByteArrayRW out(env, outArray); 3869 outArray, outOffset, pubPkey, privPkey); 4408 static jint NativeCrypto_EVP_CipherUpdate(JNIEnv* env, jclass, jlong ctxRef, jbyteArray outArray, argument 4411 JNI_TRACE("EVP_CipherUpdate(%p, %p, %d, %p, %d)", ctx, outArray, outOffset, inArray, inOffset); 4430 ScopedByteArrayRW outBytes(env, outArray); 4454 JNI_TRACE("EVP_CipherUpdate(%p, %p, %d, %p, %d) => %d", ctx, outArray, outOffset, inArray, 4459 static jint NativeCrypto_EVP_CipherFinal_ex(JNIEnv* env, jclass, jlong ctxRef, jbyteArray outArray, argument 4462 JNI_TRACE("EVP_CipherFinal_ex(%p, %p, %d)", ctx, outArray, outOffse 3859 NativeCrypto_ECDH_compute_key(JNIEnv* env, jclass, jbyteArray outArray, jint outOffset, jlong pubkeyRef, jlong privkeyRef) argument [all...] |
Completed in 315 milliseconds