Searched refs:KM_ALGORITHM_3DES (Results 1 – 5 of 5) sorted by relevance
219 return KeymasterDefs.KM_ALGORITHM_3DES; in toKeymasterSecretKeyAlgorithm()234 case KeymasterDefs.KM_ALGORITHM_3DES: in fromKeymasterSecretKeyAlgorithm()
259 keymasterArgs.addEnum(KeymasterDefs.KM_TAG_ALGORITHM, KeymasterDefs.KM_ALGORITHM_3DES); in addAlgorithmSpecificParametersToBegin()
65 super(KeymasterDefs.KM_ALGORITHM_3DES, 168); in DESede()
365 keymasterAlgorithm == KeymasterDefs.KM_ALGORITHM_3DES) { in loadAndroidKeyStoreKeyFromKeystore()
107 public static final int KM_ALGORITHM_3DES = 33; field in KeymasterDefs