HomeSort by relevance Sort by last modified time
    Searched refs:engineGenExemptionBlob (Results 1 - 17 of 17) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanismSpi.java 45 protected abstract byte[] engineGenExemptionBlob()
62 protected abstract int engineGenExemptionBlob(byte[] output,
68 * of the next {@link #engineGenExemptionBlob} call, given the specified
ExemptionMechanism.java 309 byte[] result = spiImpl.engineGenExemptionBlob();
359 int len = spiImpl.engineGenExemptionBlob(output, outputOffset);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismSpiTest.java 51 protected byte[] engineGenExemptionBlob() throws ExemptionMechanismException {
52 return super.engineGenExemptionBlob();
56 protected int engineGenExemptionBlob(byte[] output, int outputOffset) throws ShortBufferException, ExemptionMechanismException {
57 return super.engineGenExemptionBlob(output, outputOffset);
93 byte [] bbRes = emSpi.engineGenExemptionBlob();
96 emSpi.engineGenExemptionBlob(new byte[1], len), len);
ExemptionMechanismTest.java 214 protected byte[] engineGenExemptionBlob()
220 protected int engineGenExemptionBlob(byte[] output, int outputOffset)
223 super.engineGenExemptionBlob(output, outputOffset)) {
229 return super.engineGenExemptionBlob(output, outputOffset);
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
ExemptionMechanismSpiTest.java 60 byte[] bbRes = emSpi.engineGenExemptionBlob();
63 emSpi.engineGenExemptionBlob(new byte[1], len), len);
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 48 protected byte[] engineGenExemptionBlob()
54 protected int engineGenExemptionBlob(byte[] output, int outputOffset)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 49 protected byte[] engineGenExemptionBlob()
55 protected int engineGenExemptionBlob(byte[] output, int outputOffset)
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 6568 milliseconds