Searched refs:engineUpdate (Results 26 - 50 of 56) sorted by relevance

123

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESedeCipher.java226 protected byte[] engineUpdate(byte[] input, int inputOffset, method in class:DESedeCipher
254 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, method in class:DESedeCipher
H A DPBEWithMD5AndDESCipher.java248 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) method in class:PBEWithMD5AndDESCipher
276 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, method in class:PBEWithMD5AndDESCipher
H A DPBEWithMD5AndTripleDESCipher.java258 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) method in class:PBEWithMD5AndTripleDESCipher
286 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, method in class:PBEWithMD5AndTripleDESCipher
H A DRC2Cipher.java114 protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) { method in class:RC2Cipher
118 protected int engineUpdate(byte[] in, int inOfs, int inLen, method in class:RC2Cipher
H A DAESWrapCipher.java254 protected byte[] engineUpdate(byte[] in, int inOffset, int inLen) { method in class:AESWrapCipher
276 protected int engineUpdate(byte[] in, int inOffset, int inLen, method in class:AESWrapCipher
H A DPKCS12PBECipherCore.java441 protected byte[] engineUpdate(byte[] in, int inOff, int inLen) { method in class:PKCS12PBECipherCore.PBEWithSHA1AndDESede
444 protected int engineUpdate(byte[] in, int inOff, int inLen, method in class:PKCS12PBECipherCore.PBEWithSHA1AndDESede
516 protected byte[] engineUpdate(byte[] in, int inOff, int inLen) { method in class:PKCS12PBECipherCore.PBEWithSHA1AndRC2_40
519 protected int engineUpdate(byte[] in, int inOff, int inLen, method in class:PKCS12PBECipherCore.PBEWithSHA1AndRC2_40
H A DDESedeWrapCipher.java308 protected byte[] engineUpdate(byte[] in, int inOffset, int inLen) { method in class:DESedeWrapCipher
330 protected int engineUpdate(byte[] in, int inOffset, int inLen, method in class:DESedeWrapCipher
H A DRSACipher.java366 protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) { method in class:RSACipher
372 protected int engineUpdate(byte[] in, int inOfs, int inLen, byte[] out, method in class:RSACipher
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DRSASignature.java136 protected void engineUpdate(byte b) { method in class:RSASignature
143 protected void engineUpdate(byte[] b, int off, int len) { method in class:RSASignature
H A DHandshakeHash.java399 protected void engineUpdate(byte b) { method in class:CloneableDigest
406 protected void engineUpdate(byte[] b, int offset, int len) { method in class:CloneableDigest
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DMac.java453 spi.engineUpdate(input);
470 spi.engineUpdate(input, 0, input.length);
495 spi.engineUpdate(input, offset, len);
519 spi.engineUpdate(input);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DMD2.java81 engineUpdate(PADDING[padValue], 0, padValue);
H A DDSA.java129 protected void engineUpdate(byte b) { method in class:DSA.SHA1withDSA
136 protected void engineUpdate(byte[] data, int off, int len) { method in class:DSA.SHA1withDSA
140 protected void engineUpdate(ByteBuffer b) { method in class:DSA.SHA1withDSA
175 protected void engineUpdate(byte b) { method in class:DSA.RawDSA
183 protected void engineUpdate(byte[] data, int off, int len) { method in class:DSA.RawDSA
264 * @see sun.security.DSA#engineUpdate
295 * @see sun.security.DSA#engineUpdate
316 * @see sun.security.DSA#engineUpdate
H A DSHA.java99 engineUpdate(padding, 0, padLen);
H A DSHA2.java114 engineUpdate(padding, 0, padLen);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DSignatureBaseRSA.java190 protected void engineUpdate(byte[] input) throws XMLSignatureException { method in class:SignatureBaseRSA
199 protected void engineUpdate(byte input) throws XMLSignatureException { method in class:SignatureBaseRSA
208 protected void engineUpdate(byte buf[], int offset, int len) method in class:SignatureBaseRSA
H A DIntegrityHmac.java303 protected void engineUpdate(byte[] input) throws XMLSignatureException { method in class:IntegrityHmac
319 protected void engineUpdate(byte input) throws XMLSignatureException { method in class:IntegrityHmac
337 protected void engineUpdate(byte buf[], int offset, int len) method in class:IntegrityHmac
H A DSignatureDSA.java224 protected void engineUpdate(byte[] input) throws XMLSignatureException { method in class:SignatureDSA
235 protected void engineUpdate(byte input) throws XMLSignatureException { method in class:SignatureDSA
246 protected void engineUpdate(byte buf[], int offset, int len) method in class:SignatureDSA
H A DSignatureECDSA.java307 protected void engineUpdate(byte[] input) throws XMLSignatureException { method in class:SignatureECDSA
317 protected void engineUpdate(byte input) throws XMLSignatureException { method in class:SignatureECDSA
327 protected void engineUpdate(byte buf[], int offset, int len) method in class:SignatureECDSA
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A Dcrc32.java103 protected synchronized void engineUpdate(byte b) { method in class:crc32
106 //engineUpdate(input, 0, 1);
107 engineUpdate(input, seed, 1);
115 protected synchronized void engineUpdate(byte input[], int offset, method in class:crc32
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSASignature.java153 protected void engineUpdate(byte b) throws SignatureException { method in class:RSASignature
159 protected void engineUpdate(byte[] b, int off, int len) method in class:RSASignature
166 protected void engineUpdate(ByteBuffer b) { method in class:RSASignature
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java481 protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) { method in class:P11Cipher
484 int n = engineUpdate(in, inOfs, inLen, out, 0);
493 protected int engineUpdate(byte[] in, int inOfs, int inLen, byte[] out, method in class:P11Cipher
501 protected int engineUpdate(ByteBuffer inBuffer, ByteBuffer outBuffer) method in class:P11Cipher
525 n = engineUpdate(in, inOfs, inLen, out, outOfs);
537 int n = engineUpdate(inBuffer, outBuffer);
H A DP11Signature.java395 protected void engineUpdate(byte b) throws SignatureException { method in class:P11Signature
400 engineUpdate(buffer, 0, 1);
419 protected void engineUpdate(byte[] b, int ofs, int len) method in class:P11Signature
456 protected void engineUpdate(ByteBuffer byteBuffer) { method in class:P11Signature
466 super.engineUpdate(byteBuffer);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java206 signatureAlgorithm.engineUpdate(input);
217 signatureAlgorithm.engineUpdate(input);
230 signatureAlgorithm.engineUpdate(buf, offset, len);
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java305 protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) { method in class:RSACipher
311 protected int engineUpdate(byte[] in, int inOfs, int inLen, byte[] out, method in class:RSACipher

Completed in 158 milliseconds

123