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

  /hardware/libhardware/include/hardware/
keymaster1.h 187 keymaster_error_t (*get_supported_digests)(const struct keymaster1_device* dev, member in struct:keymaster1_device
  /system/keymaster/include/keymaster/
soft_keymaster_device.h 119 static keymaster_error_t get_supported_digests(const keymaster1_device_t* dev,
  /system/keymaster/
soft_keymaster_device.cpp 117 device_.get_supported_digests = get_supported_digests;
558 keymaster_error_t SoftKeymasterDevice::get_supported_digests(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
576 LOG_E("get_supported_digests failed with %d", response.error);
    [all...]
android_keymaster_test.cpp 215 device()->get_supported_digests(device(), KM_ALGORITHM_RSA, KM_PURPOSE_SIGN, NULL, NULL));
219 ASSERT_EQ(KM_ERROR_OK, device()->get_supported_digests(device(), KM_ALGORITHM_RSA,
227 ASSERT_EQ(KM_ERROR_OK, device()->get_supported_digests(device(), KM_ALGORITHM_EC,
235 device()->get_supported_digests(device(), KM_ALGORITHM_AES, KM_PURPOSE_SIGN, &digests,
238 ASSERT_EQ(KM_ERROR_OK, device()->get_supported_digests(device(), KM_ALGORITHM_HMAC,
768 ASSERT_EQ(KM_ERROR_OK, device()->get_supported_digests(device(), KM_ALGORITHM_EC,
    [all...]

Completed in 2921 milliseconds