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

  /cts/tests/tests/keystore/src/android/keystore/cts/
MacTest.java 214 SecretKey key = importDefaultKatKey(algorithm);
231 SecretKey key = importDefaultKatKey(algorithm);
252 SecretKey key = importDefaultKatKey(algorithm);
274 SecretKey keystoreKey = importDefaultKatKey(algorithm);
297 SecretKey keystoreKey = importDefaultKatKey(algorithm);
355 SecretKey key = importDefaultKatKey(algorithm);
551 SecretKey key = importDefaultKatKey(keyAlgorithm, keyProtection);
564 SecretKey key = importDefaultKatKey(keyAlgorithm, keyProtection);
577 private SecretKey importDefaultKatKey(String keyAlgorithm) throws Exception {
578 return importDefaultKatKey(
    [all...]
CipherTest.java 326 ImportedKey key = importDefaultKatKey(
366 Key key = importDefaultKatKey(
    [all...]

Completed in 170 milliseconds