Searched refs:KM_MODE_GCM (Results 1 – 5 of 5) sorted by relevance
64 case KeymasterDefs.KM_MODE_GCM: in isKeymasterBlockModeIndCpaCompatibleWithSymmetricCrypto()204 keymasterBlockModes, KeymasterDefs.KM_MODE_GCM)) { in addMinMacLengthAuthorizationIfNecessary()
347 return KeymasterDefs.KM_MODE_GCM; in toKeymaster()362 case KeymasterDefs.KM_MODE_GCM: in fromKeymaster()
62 super(KeymasterDefs.KM_MODE_GCM, keymasterPadding); in GCM()
791 args.addEnums(KeymasterDefs.KM_TAG_BLOCK_MODE, KeymasterDefs.KM_MODE_GCM); in setWrappedKeyEntry()
115 public static final int KM_MODE_GCM = 32; field in KeymasterDefs