Home
last modified time | relevance | path

Searched refs:get_supported_padding_modes (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h114 static keymaster_error_t get_supported_padding_modes(const keymaster1_device_t* dev,
/system/keymaster/
Dsoft_keymaster_device.cpp116 device_.get_supported_padding_modes = get_supported_padding_modes; in initialize()
527 keymaster_error_t SoftKeymasterDevice::get_supported_padding_modes(const keymaster1_device_t* dev, in get_supported_padding_modes() function in keymaster::SoftKeymasterDevice
Dandroid_keymaster_test.cpp183 device()->get_supported_padding_modes(device(), KM_ALGORITHM_RSA, KM_PURPOSE_ENCRYPT, in TEST_P()
188 ASSERT_EQ(KM_ERROR_OK, device()->get_supported_padding_modes(device(), KM_ALGORITHM_RSA, in TEST_P()
194 ASSERT_EQ(KM_ERROR_OK, device()->get_supported_padding_modes(device(), KM_ALGORITHM_RSA, in TEST_P()
200 ASSERT_EQ(KM_ERROR_OK, device()->get_supported_padding_modes(device(), KM_ALGORITHM_EC, in TEST_P()
206 device()->get_supported_padding_modes(device(), KM_ALGORITHM_AES, KM_PURPOSE_SIGN, in TEST_P()
1318 device()->get_supported_padding_modes(device(), KM_ALGORITHM_RSA, KM_PURPOSE_SIGN, in TEST_P()