Searched refs:update (Results 226 - 250 of 641) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DBlowfishCipher.java107 * order to hold the result of the next <code>update</code> or
112 * previous <code>update</code> call, and padding.
114 * <p>The actual output length of the next <code>update</code> or
253 return core.update(input, inputOffset, inputLen);
282 return core.update(input, inputOffset, inputLen, output,
294 * may have been buffered during a previous <code>update</code> operation,
330 * may have been buffered during a previous <code>update</code> operation,
H A DDESCipher.java102 * order to hold the result of the next <code>update</code> or
107 * previous <code>update</code> call, and padding.
109 * <p>The actual output length of the next <code>update</code> or
248 return core.update(input, inputOffset, inputLen);
277 return core.update(input, inputOffset, inputLen, output,
289 * may have been buffered during a previous <code>update</code> operation,
325 * may have been buffered during a previous <code>update</code> operation,
H A DDESedeCipher.java99 * order to hold the result of the next <code>update</code> or
104 * previous <code>update</code> call, and padding.
106 * <p>The actual output length of the next <code>update</code> or
228 return core.update(input, inputOffset, inputLen);
257 return core.update(input, inputOffset, inputLen, output,
269 * may have been buffered during a previous <code>update</code> operation,
305 * may have been buffered during a previous <code>update</code> operation,
H A DPBEWithMD5AndDESCipher.java109 * order to hold the result of the next <code>update</code> or
114 * previous <code>update</code> call, and padding.
116 * <p>The actual output length of the next <code>update</code> or
250 return core.update(input, inputOffset, inputLen);
280 return core.update(input, inputOffset, inputLen,
292 * may have been buffered during a previous <code>update</code> operation,
327 * may have been buffered during a previous <code>update</code> operation,
H A DPBEWithMD5AndTripleDESCipher.java121 * order to hold the result of the next <code>update</code> or
126 * previous <code>update</code> call, and padding.
128 * <p>The actual output length of the next <code>update</code> or
260 return core.update(input, inputOffset, inputLen);
290 return core.update(input, inputOffset, inputLen,
302 * may have been buffered during a previous <code>update</code> operation,
337 * may have been buffered during a previous <code>update</code> operation,
H A DRC2Cipher.java115 return core.update(in, inOfs, inLen);
120 return core.update(in, inOfs, inLen, out, outOfs);
/openjdk7/jdk/test/sun/security/smartcardio/
H A DTestPresent.java42 long update() { method in class:TestPresent.Timer
49 long t = update();
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSecureRandom.java138 digest.update(state);
225 digest.update(state);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUCDecoder.java158 crc.update(high_byte);
161 crc.update(low_byte);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciConstant.java37 public void update(Observable o, Object data) {
H A DciEnv.java41 public void update(Observable o, Object data) {
H A DciInstanceKlass.java40 public void update(Observable o, Object data) {
H A DciMethod.java38 public void update(Observable o, Object data) {
H A DciObject.java37 public void update(Observable o, Object data) {
H A DciObjectFactory.java38 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DVMRegImpl.java43 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DCompileTask.java39 public void update(Observable o, Object data) {
H A DOopMap.java46 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1MonitoringSupport.java55 public void update(Observable o, Object data) {
H A DHeapRegionSetBase.java52 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/
H A DPSOldGen.java39 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/
H A DImmutableSpace.java38 public void update(Observable o, Object data) {
H A DMutableSpace.java38 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/
H A DCollectedHeap.java40 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreterCodelet.java48 public void update(Observable o, Object data) {

Completed in 336 milliseconds

1234567891011>>