Searched refs:KEY_ALGORITHM_3DES (Results 1 – 4 of 4) sorted by relevance
130 if (!KeyProperties.KEY_ALGORITHM_3DES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()133 KeyProperties.KEY_ALGORITHM_3DES + " supported"); in initKey()
229 public static final String KEY_ALGORITHM_3DES = "DESede"; field in KeyProperties282 } else if (KEY_ALGORITHM_3DES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()299 return KEY_ALGORITHM_3DES; in fromKeymasterSecretKeyAlgorithm()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39849 field @Deprecated public static final String KEY_ALGORITHM_3DES = "DESede";