Home
last modified time | relevance | path

Searched refs:updateInternal (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipher.java140 abstract int updateInternal(byte[] input, int inputOffset, int inputLen, in updateInternal() method in OpenSSLCipher
320 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineUpdate()
339 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen); in engineUpdate()
352 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineDoFinal()
389 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset, in engineDoFinal()
559 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, in updateInternal() method in OpenSSLCipher.EVP_CIPHER
1186 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, in updateInternal() method in OpenSSLCipher.EVP_AEAD
DOpenSSLCipherChaCha20.java71 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset, in updateInternal() method in OpenSSLCipherChaCha20
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLCipher.java143 abstract int updateInternal(byte[] input, int inputOffset, int inputLen, in updateInternal() method in OpenSSLCipher
323 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineUpdate()
342 return updateInternal(input, inputOffset, inputLen, output, outputOffset, maximumLen); in engineUpdate()
355 bytesWritten = updateInternal(input, inputOffset, inputLen, output, 0, maximumLen); in engineDoFinal()
392 bytesWritten = updateInternal(input, inputOffset, inputLen, output, outputOffset, in engineDoFinal()
566 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, in updateInternal() method in OpenSSLCipher.EVP_CIPHER
1327 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, in updateInternal() method in OpenSSLCipher.EVP_AEAD
DOpenSSLCipherChaCha20.java75 int updateInternal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset, in updateInternal() method in OpenSSLCipherChaCha20
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DDatabaseContentProvider.java338 protected abstract int updateInternal(final SQLiteDatabase db, Uri uri, ContentValues values, in updateInternal() method in DatabaseContentProvider
353 result = updateInternal(db, uri, values, selection, selectionArgs); in update()
DEABProvider.java325 protected int updateInternal(SQLiteDatabase db, Uri uri, ContentValues values, in updateInternal() method in EABProvider