Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java214 testInitWithAlgParamsAndNullSecureRandomHelper(false /* useStrongbox */); in testInitWithAlgParamsAndNullSecureRandom()
216 testInitWithAlgParamsAndNullSecureRandomHelper(true /* useStrongbox */); in testInitWithAlgParamsAndNullSecureRandom()
220 private void testInitWithAlgParamsAndNullSecureRandomHelper(boolean useStrongbox) in testInitWithAlgParamsAndNullSecureRandomHelper() method in KeyGeneratorTest