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

/system/keymaster/
H A Dandroid_keymaster_test_utils.cpp692 device_.get_supported_export_formats = get_supported_export_formats;
792 static keymaster_error_t get_supported_export_formats(const struct keymaster1_device* dev, function in class:keymaster::test::Sha256OnlyWrapper
796 return unwrap(dev)->get_supported_export_formats(unwrap(dev), algorithm, formats,
H A Dsoft_keymaster_device.cpp292 km1_device_.get_supported_export_formats = get_supported_export_formats;
582 keymaster_error_t SoftKeymasterDevice::get_supported_export_formats( function in class:keymaster::SoftKeymasterDevice
593 return km1_dev->get_supported_export_formats(km1_dev, algorithm, formats, formats_length);
601 LOG_E("get_supported_export_formats failed with %d", response.error);

Completed in 68 milliseconds