Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationAeadCipherTest.java52 mCipher = Utils.initAeadCipher(keyName); in initializeKeystoreOperation()
DUtils.java90 static Cipher initAeadCipher(String keyName) throws Exception { in initAeadCipher() method in Utils