Searched refs:PSource (Results 1 – 7 of 7) sorted by relevance
25 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()
28 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()
22 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()
10 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()
365 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0, in emitUpdateLocation() local384 CGF.Builder.CreateStore(OMPDebugLoc, PSource); in emitUpdateLocation()
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
2977 …mSpec(new OAEPParameterSpec("MD5", "MGF1", new MGF1ParameterSpec("MD5"), PSource.PSpecified.DEFAUL…