Home
last modified time | relevance | path

Searched defs:outOffset (Results 1 – 13 of 13) sorted by relevance

/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java61 byte[] outValue, short outOffset) { in read()
145 public byte read(byte[] keyBuffer, short keyOffset, byte[] outBuffer, short outOffset) { in read()
/external/lz4/tests/
Dfasttest.c30 int outOffset = 0; in test_compress() local
/external/smali/util/src/main/java/org/jf/util/
DHex.java262 int outOffset, int bpl, int addressLength) { in dump()
/external/skia/src/gpu/
DGrTextureAdjuster.cpp70 SkIPoint* outOffset, in refTextureProxySafeForParams()
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DCarrierLock.java234 public short get(byte[] lockOut, short outOffset) { in get()
/external/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp323 uint32_t nameOffset, inOffset, outOffset, length; member
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java256 int outOffset = outOffsets[0] + outOffsets[1]; in TestTimeZoneRoundTrip() local
859 int outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java257 int outOffset = outOffsets[0] + outOffsets[1]; in TestTimeZoneRoundTrip() local
860 int outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java164 static native int ECDH_compute_key(byte[] out, int outOffset, NativeRef.EVP_PKEY publicKeyRef, in ECDH_compute_key()
227 static native int EVP_PKEY_encrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_encrypt()
232 static native int EVP_PKEY_decrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_decrypt()
260 static native int EVP_CipherUpdate(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset, in EVP_CipherUpdate()
263 static native int EVP_CipherFinal_ex(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset) in EVP_CipherFinal_ex()
293 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_seal()
297 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_open()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp311 int32_t outOffset = outRaw + outDst; in TestTimeZoneRoundTrip() local
1000 int32_t outOffset = outtz.getRawOffset(); in TestISOFormat() local
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp2018 jbyteArray outArray, jint outOffset, jobject pubkeyRef, jobject privkeyRef) in NativeCrypto_ECDH_compute_key()
2674 jbyteArray outJavaBytes, jint outOffset, jbyteArray inJavaBytes, in evpPkeyEncryptDecrypt()
2720 jbyteArray out, jint outOffset, jbyteArray inBytes, in NativeCrypto_EVP_PKEY_encrypt()
2727 jbyteArray out, jint outOffset, jbyteArray inBytes, in NativeCrypto_EVP_PKEY_decrypt()
2979 jint outOffset, jbyteArray inArray, jint inOffset, jint inLength) { in NativeCrypto_EVP_CipherUpdate()
3025 jbyteArray outArray, jint outOffset) { in NativeCrypto_EVP_CipherFinal_ex()
3210 jbyteArray outArray, jint outOffset, jbyteArray nonceArray, in evp_aead_ctx_op()
3297 jint outOffset, jbyteArray nonceArray, in NativeCrypto_EVP_AEAD_CTX_seal()
3306 jint outOffset, jbyteArray nonceArray, in NativeCrypto_EVP_AEAD_CTX_open()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp720 int outOffset = output.offset; in compareTransformFeedbackOutput() local
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java2832 int outOffset = 0; in test_ECDH_compute_key_null_key_Failure() local