Home
last modified time | relevance | path

Searched refs:initParams (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java772 final InitParams initParams = new InitParams(initType, opmode, key, random, in chooseProvider() local
774 spiAndProviderUpdater.updateAndGetSpiAndProvider(initParams, spi, provider); in chooseProvider()
2783 InitParams initParams, in updateAndGetSpiAndProvider() argument
2794 if (spiImpl != null && initParams == null) { in updateAndGetSpiAndProvider()
2798 initParams, specifiedProvider, tokenizedTransformation); in updateAndGetSpiAndProvider()
2848 static CipherSpiAndProvider tryCombinations(InitParams initParams, Provider provider, in tryCombinations() argument
2878 … return tryTransformWithProvider(initParams, tokenizedTransformation, transform.needToSet, in tryCombinations()
2889 if (initParams == null || initParams.key == null in tryCombinations()
2890 || service.supportsParameter(initParams.key)) { in tryCombinations()
2892 CipherSpiAndProvider sap = tryTransformWithProvider(initParams, in tryCombinations()
[all …]
DKeyGenerator.java201 private AlgorithmParameterSpec initParams; field in KeyGenerator
426 spi.engineInit(initParams, initRandom); in nextSpi()
449 initParams = null; in disableFailover()
470 initParams = null; in init()
529 initParams = params; in init()
592 initParams = null; in init()
/libcore/luni/src/test/java/tests/security/cert/
DCertStore1Test.java96 private boolean initParams() { in initParams() method in CertStore1Test
155 if (!initParams()) { in testCertStore02()
188 if (!initParams()) { in testCertStore03()
212 if (!initParams()) { in testCertStore05()
231 if (!initParams()) { in testCertStore06()
255 if (!initParams()) { in testCertStore07()
277 if (!initParams()) { in testCertStore08()
302 if (!initParams()) { in testCertStore10()
320 if (!initParams()) { in testCertStore11()
339 if (!initParams()) { in testCertStore12()
[all …]
/libcore/ojluni/src/main/java/java/security/
DKeyPairGenerator.java602 private AlgorithmParameterSpec initParams; field in KeyPairGenerator.Delegate
661 spi.initialize(initParams, initRandom); in nextSpi()
682 initParams = null; in disableFailover()
699 initParams = null; in initialize()
726 initParams = params; in initialize()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyPairGenerator.java154 private java.security.spec.AlgorithmParameterSpec initParams; field in KeyPairGenerator.Delegate