Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java911 tryCombinations(null /*params*/, provider, tokenizedTransformation); in createCipher()
2789 final CipherSpiAndProvider sap = tryCombinations( in updateAndGetSpiAndProvider()
2840 static CipherSpiAndProvider tryCombinations(InitParams initParams, Provider provider, in tryCombinations() method in Cipher