Searched refs:copyToInternalBuffer (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
H A DSHAOutputStream.java149 private void copyToInternalBuffer(byte[] buffer, int off, int len) { method in class:SHAOutputStream
429 this.copyToInternalBuffer(buffer, off, len);
434 this.copyToInternalBuffer(buffer, off, spaceLeft);
439 this.copyToInternalBuffer(buffer, start, BlockSizeInBytes);
446 this.copyToInternalBuffer(buffer, start, bytesLeft);

Completed in 49 milliseconds