Searched refs:initParams (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/javax/crypto/ |
D | Cipher.java | 771 final InitParams initParams = new InitParams(initType, opmode, key, random, in chooseProvider() local 773 spiAndProviderUpdater.updateAndGetSpiAndProvider(initParams, spi, provider); in chooseProvider() 2782 InitParams initParams, in updateAndGetSpiAndProvider() argument 2793 if (spiImpl != null && initParams == null) { in updateAndGetSpiAndProvider() 2797 initParams, specifiedProvider, tokenizedTransformation); in updateAndGetSpiAndProvider() 2847 static CipherSpiAndProvider tryCombinations(InitParams initParams, Provider provider, in tryCombinations() argument 2877 … return tryTransformWithProvider(initParams, tokenizedTransformation, transform.needToSet, in tryCombinations() 2888 if (initParams == null || initParams.key == null in tryCombinations() 2889 || service.supportsParameter(initParams.key)) { in tryCombinations() 2891 CipherSpiAndProvider sap = tryTransformWithProvider(initParams, in tryCombinations() [all …]
|
D | KeyGenerator.java | 201 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/ |
D | CertStore1Test.java | 96 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/ |
D | KeyPairGenerator.java | 583 private AlgorithmParameterSpec initParams; field in KeyPairGenerator.Delegate 642 spi.initialize(initParams, initRandom); in nextSpi() 663 initParams = null; in disableFailover() 680 initParams = null; in initialize() 707 initParams = params; in initialize()
|
/libcore/ojluni/annotations/hiddenapi/java/security/ |
D | KeyPairGenerator.java | 154 private java.security.spec.AlgorithmParameterSpec initParams; field in KeyPairGenerator.Delegate
|