Searched defs:AndroidKeymaster (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
H A Dandroid_keymaster.h48 class AndroidKeymaster { class in namespace:keymaster
50 AndroidKeymaster(KeymasterContext* context, size_t operation_table_size);
51 virtual ~AndroidKeymaster();
/system/keymaster/
H A Dandroid_keymaster.cpp68 AndroidKeymaster::AndroidKeymaster(KeymasterContext* context, size_t operation_table_size) function in class:keymaster::AndroidKeymaster
71 AndroidKeymaster::~AndroidKeymaster() {}
79 // specific modes, padding, etc. are supported for that key type, and AndroidKeymaster also has
81 // the keytypes and provide some mechanism for AndroidKeymaster to query the keytypes for the
94 void AndroidKeymaster::GetVersion(const GetVersionRequest&, GetVersionResponse* rsp) {
104 void AndroidKeymaster::SupportedAlgorithms(const SupportedAlgorithmsRequest& /* request */,
140 void AndroidKeymaster::SupportedBlockModes(const SupportedBlockModesRequest& request,
146 void AndroidKeymaster
[all...]

Completed in 211 milliseconds