Home
last modified time | relevance | path

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

/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp361 ASSERT_TRUE(sDevice->verify_data != NULL) in SetUpTestCase()
1068 sDevice->verify_data(sDevice, &params, key_blob, key_blob_length, in TEST_F()
1105 sDevice->verify_data(sDevice, &params, key_blob, key_blob_length, in TEST_F()
1130 sDevice->verify_data(sDevice, &params, key_blob, key_blob_length, in TEST_F()
1154 sDevice->verify_data(sDevice, &params, key_blob, key_blob_length, in TEST_F()
1173 sDevice->verify_data(sDevice, &params, NULL, 0, in TEST_F()
1198 sDevice->verify_data(sDevice, &params, key_blob, key_blob_length, in TEST_F()
1226 sDevice->verify_data(sDevice, &params, key.get(), key.length(), in TEST_F()
/hardware/libhardware/include/hardware/
Dkeymaster1.h118 int (*verify_data)(const struct keymaster1_device* dev, const void* signing_params, member
/hardware/qcom/keymaster/
Dkeymaster_qcom.cpp778 dev->verify_data = qcom_km_verify_data; in qcom_km_open()