Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStore3DESCipherSpi.java130 if (!KeyProperties.KEY_ALGORITHM_3DES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
133 KeyProperties.KEY_ALGORITHM_3DES + " supported"); in initKey()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java229 public static final String KEY_ALGORITHM_3DES = "DESede"; field in KeyProperties
282 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
299 return KEY_ALGORITHM_3DES; in fromKeymasterSecretKeyAlgorithm()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39849 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";