Searched refs:get_supported_import_formats (Results 1 - 4 of 4) sorted by relevance

/system/keymaster/include/keymaster/
H A Dsoft_keymaster_device.h118 static keymaster_error_t get_supported_import_formats(const keymaster1_device_t* dev,
/system/keymaster/
H A Dandroid_keymaster_test_utils.cpp657 device_.get_supported_import_formats = get_supported_import_formats;
751 static keymaster_error_t get_supported_import_formats(const struct keymaster1_device* dev, function in class:keymaster::test::Sha256OnlyWrapper
756 ->get_supported_import_formats(unwrap(dev), algorithm, formats, formats_length);
H A Dsoft_keymaster_device.cpp248 device_.get_supported_import_formats = get_supported_import_formats;
447 keymaster_error_t SoftKeymasterDevice::get_supported_import_formats( function in class:keymaster::SoftKeymasterDevice
458 return km1_dev->get_supported_import_formats(km1_dev, algorithm, formats, formats_length);
466 LOG_E("get_supported_import_formats failed with %d", response.error);
H A Dandroid_keymaster_test.cpp318 device()->get_supported_import_formats(device(), KM_ALGORITHM_RSA, NULL, NULL));
323 device()->get_supported_import_formats(device(), KM_ALGORITHM_RSA, &formats, &len));
328 device()->get_supported_import_formats(device(), KM_ALGORITHM_AES, &formats, &len));
333 device()->get_supported_import_formats(device(), KM_ALGORITHM_HMAC, &formats, &len));

Completed in 101 milliseconds