HomeSort by relevance Sort by last modified time
    Searched refs:isHmacAlgorithm (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyGeneratorTest.java 264 if (!TestUtils.isHmacAlgorithm(algorithm)) {
305 if (!TestUtils.isHmacAlgorithm(algorithm)) {
407 if (TestUtils.isHmacAlgorithm(algorithm)) {
425 if (!TestUtils.isHmacAlgorithm(algorithm)) {
483 if (TestUtils.isHmacAlgorithm(algorithm)) {
SecretKeyFactoryTest.java 103 if (TestUtils.isHmacAlgorithm(algorithm)) {
TestUtils.java 625 static boolean isHmacAlgorithm(String algorithm) {
    [all...]
AndroidKeyStoreTest.java     [all...]

Completed in 1272 milliseconds