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

  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java 25 import javax.crypto.spec.PSource;
44 new PSource.PSpecified(null);
50 assertEquals("The PSource.PSpecified DEFAULT value should be byte[0]",
51 0, PSource.PSpecified.DEFAULT.getValue().length);
54 PSource.PSpecified ps = new PSource.PSpecified(p);
69 PSource.PSpecified ps = new PSource.PSpecified(p);
82 * PSource(String pSrcName) method testing. Tests that returned value is
87 new PSource(null)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PSourceTest.java 26 import javax.crypto.spec.PSource;
44 new PSource.PSpecified(null);
50 assertEquals("The PSource.PSpecified DEFAULT value should be byte[0]",
51 0, PSource.PSpecified.DEFAULT.getValue().length);
54 PSource.PSpecified ps = new PSource.PSpecified(p);
69 PSource.PSpecified ps = new PSource.PSpecified(p);
83 * PSource(String pSrcName) method testing. Tests that returned value is
88 new PSource(null) {}
    [all...]
OAEPParameterSpecTest.java 29 import javax.crypto.spec.PSource;
41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException
50 PSource pSrc = PSource.PSpecified.DEFAULT;
88 + "PSource.PSpecified.DEFAULT",
90 == PSource.PSpecified.DEFAULT);
100 PSource pSrc = PSource.PSpecified.DEFAULT;
116 PSource pSrc = PSource.PSpecified.DEFAULT
    [all...]
  /libcore/luni/src/main/java/javax/crypto/spec/
PSource.java 26 public class PSource {
30 private PSource() {}
33 * Creates a new <code>PSource</code> instance with the specified source
41 protected PSource(String pSrcName) {
61 public static final class PSpecified extends PSource {
OAEPParameterSpec.java 34 private final PSource pSrc;
43 * <li>the source of the label <code>L</code>: {@link PSource.PSpecified#DEFAULT}</li>
52 this.pSrc = PSource.PSpecified.DEFAULT;
75 AlgorithmParameterSpec mgfSpec, PSource pSrc) {
123 public PSource getPSource() {
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestOAEP.java 20 import javax.crypto.spec.PSource;
27 super("OAEP", new AlgorithmParameterAsymmetricHelper("RSA"), new OAEPParameterSpec("SHA-1", "MGF1", MGF1ParameterSpec.SHA1, PSource.PSpecified.DEFAULT));
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
OAEPParameterSpecTest.java 28 import javax.crypto.spec.PSource;
41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException
50 PSource pSrc = PSource.PSpecified.DEFAULT;
88 + "PSource.PSpecified.DEFAULT",
90 == PSource.PSpecified.DEFAULT);
100 PSource pSrc = PSource.PSpecified.DEFAULT;
116 PSource pSrc = PSource.PSpecified.DEFAULT
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 22 import javax.crypto.spec.PSource;
92 cipher = new OAEPEncoding(new RSABlindedEngine(), digest, ((PSource.PSpecified)pSpec.getPSource()).getValue());
210 initFromSpec(new OAEPParameterSpec("MD5", "MGF1", new MGF1ParameterSpec("MD5"), PSource.PSpecified.DEFAULT));
222 initFromSpec(new OAEPParameterSpec("SHA-224", "MGF1", new MGF1ParameterSpec("SHA-224"), PSource.PSpecified.DEFAULT));
226 initFromSpec(new OAEPParameterSpec("SHA-256", "MGF1", MGF1ParameterSpec.SHA256, PSource.PSpecified.DEFAULT));
230 initFromSpec(new OAEPParameterSpec("SHA-384", "MGF1", MGF1ParameterSpec.SHA384, PSource.PSpecified.DEFAULT));
234 initFromSpec(new OAEPParameterSpec("SHA-512", "MGF1", MGF1ParameterSpec.SHA512, PSource.PSpecified.DEFAULT));
309 cipher = new OAEPEncoding(new RSABlindedEngine(), digest, mgfDigest, ((PSource.PSpecified)spec.getPSource()).getValue());
AlgorithmParametersSpi.java 10 import javax.crypto.spec.PSource;
63 PSource.PSpecified pSource = (PSource.PSpecified)currentSpec.getPSource();
65 PKCSObjectIdentifiers.id_pSpecified, new DEROctetString(pSource.getValue()));
125 new PSource.PSpecified(ASN1OctetString.getInstance(oaepP.getPSourceAlgorithm().getParameters()).getOctets()));
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 32 CGM.Int8PtrTy /* psource */, NULL);
44 // Initialize default location for psource field of ident_t structure of
97 // char **psource = &.kmpc_loc_<flags>.addr.psource;
98 llvm::Value *PSource =
116 // *psource = ";<File>;<Function>;<Line>;<Column>;;";
117 CGF.Builder.CreateStore(OMPDebugLoc, PSource);
  /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 2325 milliseconds