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/ |
D | AesFlushingCipherTest.java | 83 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/ |
D | AesFlushingCipher.java | 58 updateInPlace(new byte[startPadding], 0, startPadding); in AesFlushingCipher() 67 public void updateInPlace(byte[] data, int offset, int length) { in updateInPlace() method in AesFlushingCipher
|
D | AesCipherDataSink.java | 80 castNonNull(cipher).updateInPlace(data, offset, length); in write()
|
D | AesCipherDataSource.java | 70 castNonNull(cipher).updateInPlace(data, offset, read); in read()
|
/external/eigen/Eigen/src/Cholesky/ |
D | LDLT.h | 404 …static bool updateInPlace(MatrixType& mat, MatrixBase<WDerived>& w, const typename MatrixType::Rea… 447 return ldlt_inplace<Lower>::updateInPlace(mat,tmp,sigma);
|