Home
last modified time | relevance | path

Searched refs:updateInPlace (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/crypto/
DAesFlushingCipherTest.java83 encryptCipher.updateInPlace(data, 0, data.length); in single()
88 decryptCipher.updateInPlace(data, 0, data.length); in single()
105 encryptCipher.updateInPlace(data, offset, bytes); in aligned()
118 decryptCipher.updateInPlace(data, offset, bytes); in aligned()
138 encryptCipher.updateInPlace(data, offset, bytes); in unAligned()
150 decryptCipher.updateInPlace(data, offset, bytes); in unAligned()
170 encryptCipher.updateInPlace(data, offset, bytes); in midJoin()
189 decryptCipher.updateInPlace(data, offset, bytes); in midJoin()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/crypto/
DAesFlushingCipher.java58 updateInPlace(new byte[startPadding], 0, startPadding); in AesFlushingCipher()
67 public void updateInPlace(byte[] data, int offset, int length) { in updateInPlace() method in AesFlushingCipher
DAesCipherDataSink.java80 castNonNull(cipher).updateInPlace(data, offset, length); in write()
DAesCipherDataSource.java70 castNonNull(cipher).updateInPlace(data, offset, read); in read()
/external/eigen/Eigen/src/Cholesky/
DLDLT.h404 …static bool updateInPlace(MatrixType& mat, MatrixBase<WDerived>& w, const typename MatrixType::Rea…
447 return ldlt_inplace<Lower>::updateInPlace(mat,tmp,sigma);