Home
last modified time | relevance | path

Searched refs:PSource (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
DPSourceTest.java25 import javax.crypto.spec.PSource;
44 new PSource.PSpecified(null); in testPSpecified()
51 0, PSource.PSpecified.DEFAULT.getValue().length); in testPSpecified()
54 PSource.PSpecified ps = new PSource.PSpecified(p); in testPSpecified()
69 PSource.PSpecified ps = new PSource.PSpecified(p); in testGetValue()
87 new PSource(null); in testPSource()
100 PSource ps = new PSource(pSrcName); in testGetAlgorithm()
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DOAEPParameterSpecTest.java28 import javax.crypto.spec.PSource;
50 PSource pSrc = PSource.PSpecified.DEFAULT; in testOAEPParameterSpec()
90 == PSource.PSpecified.DEFAULT); in testOAEPParameterSpec()
100 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetDigestAlgorithm()
116 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetMGFAlgorithm()
132 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetMGFParameters()
148 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetPSource()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DCipherSpi.java22 import javax.crypto.spec.PSource;
96 …cipher = new OAEPEncoding(new RSABlindedEngine(), digest, ((PSource.PSpecified)pSpec.getPSource())… in initFromSpec()
214 …initFromSpec(new OAEPParameterSpec("MD5", "MGF1", new MGF1ParameterSpec("MD5"), PSource.PSpecified… in engineSetPadding()
226 …w OAEPParameterSpec("SHA-224", "MGF1", new MGF1ParameterSpec("SHA-224"), PSource.PSpecified.DEFAUL… in engineSetPadding()
230 …initFromSpec(new OAEPParameterSpec("SHA-256", "MGF1", MGF1ParameterSpec.SHA256, PSource.PSpecified… in engineSetPadding()
234 …initFromSpec(new OAEPParameterSpec("SHA-384", "MGF1", MGF1ParameterSpec.SHA384, PSource.PSpecified… in engineSetPadding()
238 …initFromSpec(new OAEPParameterSpec("SHA-512", "MGF1", MGF1ParameterSpec.SHA512, PSource.PSpecified… in engineSetPadding()
313 …cipher = new OAEPEncoding(new RSABlindedEngine(), digest, mgfDigest, ((PSource.PSpecified)spec.get… in engineInit()
DAlgorithmParametersSpi.java10 import javax.crypto.spec.PSource;
63 PSource.PSpecified pSource = (PSource.PSpecified)currentSpec.getPSource(); in engineGetEncoded()
125 …new PSource.PSpecified(ASN1OctetString.getInstance(oaepP.getPSourceAlgorithm().getParameters()).ge… in engineInit()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp365 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0, in emitUpdateLocation() local
384 CGF.Builder.CreateStore(OMPDebugLoc, PSource); in emitUpdateLocation()
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/bouncycastle/patches/
Dbcprov.patch2977 …mSpec(new OAEPParameterSpec("MD5", "MGF1", new MGF1ParameterSpec("MD5"), PSource.PSpecified.DEFAUL…