Searched defs:KeyCharacteristics (Results 1 – 2 of 2) sorted by relevance
28 struct KeyCharacteristics : public ::android::Parcelable { struct29 KeyCharacteristics(){}; in KeyCharacteristics() argument30 explicit KeyCharacteristics(::keystore::KeyCharacteristics&& other) { in KeyCharacteristics() argument34 explicit KeyCharacteristics(const ::keystore::KeyCharacteristics& other) { in KeyCharacteristics() function41 KeymasterArguments softwareEnforced;42 KeymasterArguments hardwareEnforced;
123 const km::KeyCharacteristics& /*ignored*/) { in generateKey()