Searched refs:get_supported_export_formats (Results 1 – 3 of 3) sorted by relevance
131 static keymaster_error_t get_supported_export_formats(const keymaster1_device_t* dev,
696 device_.get_supported_export_formats = get_supported_export_formats; in Sha256OnlyWrapper()796 static keymaster_error_t get_supported_export_formats(const struct keymaster1_device* dev, in get_supported_export_formats() function in keymaster::test::Sha256OnlyWrapper800 return unwrap(dev)->get_supported_export_formats(unwrap(dev), algorithm, formats, in get_supported_export_formats()
256 km1_device_.get_supported_export_formats = get_supported_export_formats; in initialize_device_struct()572 keymaster_error_t SoftKeymasterDevice::get_supported_export_formats( in get_supported_export_formats() function in keymaster::SoftKeymasterDevice583 return km1_dev->get_supported_export_formats(km1_dev, algorithm, formats, formats_length); in get_supported_export_formats()