Searched refs:KM_MODE_GCM (Results 1 – 7 of 7) sorted by relevance
67 case KeymasterDefs.KM_MODE_GCM: in isKeymasterBlockModeIndCpaCompatibleWithSymmetricCrypto()101 keymasterBlockModes, KeymasterDefs.KM_MODE_GCM)) { in addMinMacLengthAuthorizationIfNecessary()
63 super(KeymasterDefs.KM_MODE_GCM, keymasterPadding); in GCM()
305 if (blockMode == KeymasterDefs.KM_MODE_GCM in engineGenerateKey()
834 && keymasterBlockMode == KeymasterDefs.KM_MODE_GCM) { in setSecretKeyEntry()
390 return KeymasterDefs.KM_MODE_GCM; in toKeymaster()405 case KeymasterDefs.KM_MODE_GCM: in fromKeymaster()
155 public static final int KM_MODE_GCM = BlockMode.GCM; field in KeymasterDefs
47079 Landroid/security/keymaster/KeymasterDefs;->KM_MODE_GCM:I