Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStore3DESCipherSpi.java130 if (!KeyProperties.KEY_ALGORITHM_3DES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
133 KeyProperties.KEY_ALGORITHM_3DES + " supported"); in initKey()
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java221 public static final String KEY_ALGORITHM_3DES = "DESede"; field in KeyProperties
273 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
290 return KEY_ALGORITHM_3DES; in fromKeymasterSecretKeyAlgorithm()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37639 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";