Home
last modified time | relevance | path

Searched defs:KeyCharacteristics (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/include/keystore/
DKeyCharacteristics.h28 struct KeyCharacteristics : public ::android::Parcelable { struct
29 KeyCharacteristics(){}; in KeyCharacteristics() argument
30 explicit KeyCharacteristics(::keystore::KeyCharacteristics&& other) { in KeyCharacteristics() argument
34 explicit KeyCharacteristics(const ::keystore::KeyCharacteristics& other) { in KeyCharacteristics() function
41 KeymasterArguments softwareEnforced;
42 KeymasterArguments hardwareEnforced;
/system/vold/
DKeymaster.cpp123 const km::KeyCharacteristics& /*ignored*/) { in generateKey()