Home
last modified time | relevance | path

Searched defs:engineUpdate (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMacSpiTest.java67 protected void engineUpdate(byte input) { in engineUpdate() method in MacSpiTest.Mock_MacSpi
72 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in MacSpiTest.Mock_MacSpi
101 protected void engineUpdate(byte input) { in engineUpdate() method in MacSpiTest.Mock_MacSpi1
106 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in MacSpiTest.Mock_MacSpi1
110 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MacSpiTest.Mock_MacSpi1
140 protected void engineUpdate(byte input) { in engineUpdate() method in MacSpiTest.Mock_MacSpi2
145 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in MacSpiTest.Mock_MacSpi2
149 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MacSpiTest.Mock_MacSpi2
242 protected void engineUpdate(byte input) { in engineUpdate() method in MyMacSpi2
245 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in MyMacSpi2
H A DCipherSpiTest.java113 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate() method in CipherSpiTest.Mock_CipherSpi
118 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, in engineUpdate() method in CipherSpiTest.Mock_CipherSpi
523 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate() method in myCipherSpi
533 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, in engineUpdate() method in myCipherSpi
574 protected int engineUpdate(ByteBuffer input, ByteBuffer output) in engineUpdate() method in myCipherSpi
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DSignatureSpiTest.java169 public void engineUpdate(byte b) { in engineUpdate() method in SignatureSpiTest.MySignatureSpi1
172 public void engineUpdate(byte[] b, int off, int len) { in engineUpdate() method in SignatureSpiTest.MySignatureSpi1
203 public void engineUpdate(byte b) { in engineUpdate() method in SignatureSpiTest.MySignatureSpi2
206 public void engineUpdate(byte[] b, int off, int len) { in engineUpdate() method in SignatureSpiTest.MySignatureSpi2
255 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in SignatureSpiTest.MySignature
260 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in SignatureSpiTest.MySignature
292 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in SignatureSpiTest.MySignature
H A DMessageDigestSpiTest.java192 public void engineUpdate(byte arg0) { in engineUpdate() method in MessageDigestSpiTest.MyMessageDigest
196 public void engineUpdate(byte[] arg0, int arg1, int arg2) { in engineUpdate() method in MessageDigestSpiTest.MyMessageDigest
211 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MessageDigestSpiTest.MyMessageDigest
H A DSignatureTest.java618 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in SignatureTest.MySignature
623 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in SignatureTest.MySignature
678 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in SignatureTest.MySignatureSpi
683 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in SignatureTest.MySignatureSpi
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLMac.java94 protected void engineUpdate(byte input) { in engineUpdate() method in OpenSSLMac
100 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in OpenSSLMac
184 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in OpenSSLMac.Hmac
292 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in OpenSSLMac.AesCmac
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLMac.java92 protected void engineUpdate(byte input) { in engineUpdate() method in OpenSSLMac
98 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in OpenSSLMac
179 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in OpenSSLMac.Hmac
267 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in OpenSSLMac.AesCmac
H A DOpenSSLMessageDigestJDK.java92 protected synchronized void engineUpdate(byte input) { in engineUpdate() method in OpenSSLMessageDigestJDK
98 protected synchronized void engineUpdate(byte[] input, int offset, int len) { in engineUpdate() method in OpenSSLMessageDigestJDK
104 protected synchronized void engineUpdate(ByteBuffer input) { in engineUpdate() method in OpenSSLMessageDigestJDK
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/
DMacSpi.java77 protected abstract void engineUpdate(byte input); in engineUpdate() method in MacSpi
87 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate() method in MacSpi
101 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MacSpi
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/
H A DMacSpi.java77 protected abstract void engineUpdate(byte input); in engineUpdate() method in MacSpi
87 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate() method in MacSpi
101 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MacSpi
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/
DMacSpi.java77 protected abstract void engineUpdate(byte input); in engineUpdate() method in MacSpi
87 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate() method in MacSpi
101 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MacSpi
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/security/
H A DSignature.java222 protected void engineUpdate(byte b) throws java.security.SignatureException { in engineUpdate() method in Signature.CipherAdapter
226 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.CipherAdapter
315 protected void engineUpdate(byte b) throws java.security.SignatureException { in engineUpdate() method in Signature.Delegate
319 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.Delegate
324 protected void engineUpdate(java.nio.ByteBuffer data) { in engineUpdate() method in Signature.Delegate
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DMessageDigestSpi.java81 protected abstract void engineUpdate(byte input); in engineUpdate() method in MessageDigestSpi
94 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate() method in MessageDigestSpi
106 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MessageDigestSpi
DSignature.java1404 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in Signature.Delegate
1409 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.Delegate
1415 protected void engineUpdate(ByteBuffer data) { in engineUpdate() method in Signature.Delegate
1513 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in Signature.CipherAdapter
1517 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.CipherAdapter
DSignatureSpi.java116 protected abstract void engineUpdate(byte b) throws SignatureException; in engineUpdate() method in SignatureSpi
129 protected abstract void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in SignatureSpi
142 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in SignatureSpi
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DMessageDigestSpi.java81 protected abstract void engineUpdate(byte input); in engineUpdate() method in MessageDigestSpi
94 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate() method in MessageDigestSpi
106 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MessageDigestSpi
DSignature.java1404 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in Signature.Delegate
1409 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.Delegate
1415 protected void engineUpdate(ByteBuffer data) { in engineUpdate() method in Signature.Delegate
1513 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in Signature.CipherAdapter
1517 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.CipherAdapter
DSignatureSpi.java116 protected abstract void engineUpdate(byte b) throws SignatureException; in engineUpdate() method in SignatureSpi
129 protected abstract void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in SignatureSpi
142 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in SignatureSpi
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DMessageDigestSpi.java81 protected abstract void engineUpdate(byte input); in engineUpdate() method in MessageDigestSpi
94 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate() method in MessageDigestSpi
106 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in MessageDigestSpi
H A DSignature.java1404 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in Signature.Delegate
1409 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.Delegate
1415 protected void engineUpdate(ByteBuffer data) { in engineUpdate() method in Signature.Delegate
1513 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in Signature.CipherAdapter
1517 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in Signature.CipherAdapter
H A DSignatureSpi.java116 protected abstract void engineUpdate(byte b) throws SignatureException; in engineUpdate() method in SignatureSpi
129 protected abstract void engineUpdate(byte[] b, int off, int len) in engineUpdate() method in SignatureSpi
142 protected void engineUpdate(ByteBuffer input) { in engineUpdate() method in SignatureSpi
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/sdk_library/public/conscrypt.module.intra.core.api_stub_sources/com/android/org/conscrypt/
DOpenSSLMessageDigestJDK.java36 protected synchronized void engineUpdate(byte input) { throw new RuntimeException("Stub!"); } in engineUpdate() method in OpenSSLMessageDigestJDK
38 protected synchronized void engineUpdate(byte[] input, int offset, int len) { throw new RuntimeExce… in engineUpdate() method in OpenSSLMessageDigestJDK
40 protected synchronized void engineUpdate(java.nio.ByteBuffer input) { throw new RuntimeException("S… in engineUpdate() method in OpenSSLMessageDigestJDK
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
H A DOpaqueProvider.java109 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in OpaqueProvider.OpaqueSignatureSpi
114 protected void engineUpdate(byte[] b, int off, int len) throws SignatureException { in engineUpdate() method in OpaqueProvider.OpaqueSignatureSpi
224 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate() method in OpaqueProvider.OpaqueCipherSpi
229 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, in engineUpdate() method in OpaqueProvider.OpaqueCipherSpi
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/security/
H A DSignatureTest.java240 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in SignatureTest.MySignature
244 protected void engineUpdate(byte[] b, int off, int len) throws SignatureException { in engineUpdate() method in SignatureTest.MySignature
505 public void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in SignatureTest.MockableSignatureSpi
510 public void engineUpdate(byte[] b, int off, int len) throws SignatureException { in engineUpdate() method in SignatureTest.MockableSignatureSpi
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/testing/
H A DOpaqueProvider.java114 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate() method in OpaqueProvider.OpaqueSignatureSpi
119 protected void engineUpdate(byte[] b, int off, int len) throws SignatureException { in engineUpdate() method in OpaqueProvider.OpaqueSignatureSpi
235 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate() method in OpaqueProvider.OpaqueCipherSpi
240 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, in engineUpdate() method in OpaqueProvider.OpaqueCipherSpi

12345678910>>...19