Searched refs:mKeymasterPurposes (Results 1 – 2 of 2) sorted by relevance
110 private int[] mKeymasterPurposes; field in AndroidKeyStoreKeyGeneratorSpi179 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes()); in engineInit()262 mKeymasterPurposes = null; in resetAll()277 args.addEnums(KeymasterDefs.KM_TAG_PURPOSE, mKeymasterPurposes); in engineGenerateKey()
164 private int[] mKeymasterPurposes; field in AndroidKeyStoreKeyPairGeneratorSpi315 mKeymasterPurposes = KeyProperties.Purpose.allToKeymaster(spec.getPurposes()); in initialize()372 mKeymasterPurposes = null; in resetAll()528 args.addEnums(KeymasterDefs.KM_TAG_PURPOSE, mKeymasterPurposes); in constructKeyGenerationArguments()