HomeSort by relevance Sort by last modified time
    Searched refs:AndroidKeymaster (Results 1 - 5 of 5) sorted by null

  /system/keymaster/
android_keymaster.cpp 68 AndroidKeymaster::AndroidKeymaster(KeymasterContext* context, size_t operation_table_size)
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::SupportedPaddingModes(const SupportedPaddingModesRequest& request
    [all...]
Android.mk 19 # AndroidKeymaster implementation, e.g. one running in TrustZone.
46 # the function-based keymaster HAL API to the message-based AndroidKeymaster API.
soft_keymaster_device.cpp 130 impl_(new AndroidKeymaster(context_, kOperationTableSize)), configured_(false) {
140 impl_(new AndroidKeymaster(context_, kOperationTableSize)), configured_(false) {
    [all...]
  /system/keymaster/include/keymaster/
android_keymaster.h 48 class AndroidKeymaster {
50 AndroidKeymaster(KeymasterContext* context, size_t operation_table_size);
51 virtual ~AndroidKeymaster();
soft_keymaster_device.h 246 UniquePtr<AndroidKeymaster> impl_;

Completed in 148 milliseconds