Searched defs:implUpdate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Digest.java241 protected void implUpdate(SecretKey key) throws InvalidKeyException { method in class:P11Digest
H A DP11Cipher.java496 return implUpdate(in, inOfs, inLen, out, outOfs, outLen);
503 return implUpdate(inBuffer, outBuffer);
542 private int implUpdate(byte[] in, int inOfs, int inLen, method in class:P11Cipher
603 private int implUpdate(ByteBuffer inBuffer, ByteBuffer outBuffer) method in class:P11Cipher
H A DP11RSACipher.java307 private void implUpdate(byte[] in, int inOfs, int inLen) { method in class:P11RSACipher
372 implUpdate(in, inOfs, inLen);
379 implUpdate(in, inOfs, inLen);
386 implUpdate(in, inOfs, inLen);
397 implUpdate(in, inOfs, inLen);
428 implUpdate(toBeWrappedKey, 0, toBeWrappedKey.length);
483 implUpdate(wrappedKey, 0, wrappedKey.length);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPKCS12PBECipherCore.java344 byte[] implUpdate(byte[] in, int inOff, int inLen) { method in class:PKCS12PBECipherCore
348 int implUpdate(byte[] in, int inOff, int inLen, byte[] out, int outOff) method in class:PKCS12PBECipherCore
442 return core.implUpdate(in, inOff, inLen);
447 return core.implUpdate(in, inOff, inLen, out, outOff);
517 return core.implUpdate(in, inOff, inLen);
522 return core.implUpdate(in, inOff, inLen, out, outOff);

Completed in 340 milliseconds