Searched refs:update (Results 126 - 150 of 641) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeMessage.java565 signature.update(clntNonce);
566 signature.update(svrNonce);
569 signature.update((byte)(tmp >> 8));
570 signature.update((byte)(tmp & 0x0ff));
571 signature.update(rsa_modulus);
574 signature.update((byte)(tmp >> 8));
575 signature.update((byte)(tmp & 0x0ff));
576 signature.update(rsa_exponent);
865 sig.update(clntNonce);
866 sig.update(svrNonc
[all...]
H A DMAC.java241 mac.update(block);
247 mac.update(bb);
249 mac.update(buf, offset, len);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBECipherCore.java115 * order to hold the result of the next <code>update</code> or
120 * previous <code>update</code> call, and padding.
122 * <p>The actual output length of the next <code>update</code> or
276 md.update(toBeHashed);
312 md.update(toBeHashed);
313 md.update(passwdBytes);
357 byte[] update(byte[] input, int inputOffset, int inputLen) { method in class:PBECipherCore
358 return cipher.update(input, inputOffset, inputLen);
384 int update(byte[] input, int inputOffset, int inputLen, method in class:PBECipherCore
387 return cipher.update(inpu
[all...]
H A DHmacPKCS12PBESHA1.java154 hmac.update(input);
166 hmac.update(input, offset, len);
170 hmac.update(input);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterNode.java66 update();
70 update();
80 private void update() { method in class:FilterNode
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp109 uint8_t micro = 0, uint8_t update = 0);
124 uint8_t update = 0, uint8_t special = 0, uint8_t build = 0,
127 _major(major), _minor(minor), _micro(micro), _update(update),
163 // Performs a full ordering comparison using all fields (update, build, etc.)
/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestDigest.java66 // Test Interoperability for update+digest calls
68 md.update(msg);
70 md2.update(msg);
100 md.update(msg);
101 md2 = (MessageDigest) md.clone(); // clone again after update call
/openjdk7/jdk/test/sun/security/rsa/
H A DTestSignatures.java59 s.update(data);
62 s.update(data);
68 s.update(data);
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DTestCurves.java99 s.update(data);
104 s.update(data);
111 s.update(data);
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestSignatures.java60 s.update(data);
63 s.update(data);
69 s.update(data);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/
H A DRuntime1.java40 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciArrayKlass.java37 public void update(Observable o, Object data) {
H A DciField.java36 public void update(Observable o, Object data) {
H A DciKlass.java37 public void update(Observable o, Object data) {
H A DciObjArrayKlass.java37 public void update(Observable o, Object data) {
H A DciSymbol.java37 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DHeapRegion.java47 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/
H A DPSPermGen.java39 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java38 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DFreeList.java37 public void update(Observable o, Object data) {
H A DGenerationSpec.java40 public void update(Observable o, Object data) {
H A DPlaceholderEntry.java37 public void update(Observable o, Object data) {
H A DProtectionDomainEntry.java39 public void update(Observable o, Object data) {
H A DSharedHeap.java41 public void update(Observable o, Object data) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayKlassKlass.java36 public void update(Observable o, Object data) {

Completed in 222 milliseconds

1234567891011>>