Home
last modified time | relevance | path

Searched defs:productKey (Results 1 – 9 of 9) sorted by relevance

/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_hal.c41 int32_t AttestGetProductKey(uint8_t productKey[], uint32_t len) in AttestGetProductKey()
Dattest_adapter_mock.c263 int OsGetProdKeyStub(char* productKey, uint32_t len) in OsGetProdKeyStub()
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_hal.c41 int32_t AttestGetProductKey(uint8_t productKey[], uint32_t len) in AttestGetProductKey()
Dattest_adapter_mock.c263 int OsGetProdKeyStub(char* productKey, uint32_t len) in OsGetProdKeyStub()
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/
Dattest_tdd_mock_hal.c68 int32_t AttestGetProductKey(uint8_t productKey[], uint32_t len) in AttestGetProductKey()
/test/xts/device_attest_lite/test/tdd/gtest/
Dattest_tdd_mock_hal.c71 int32_t AttestGetProductKey(uint8_t productKey[], uint32_t len) in AttestGetProductKey()
/test/xts/acts/applications/kitframework_ipcamera/
Dkitfwk_oem_api_test.cpp317 char productKey[PRODUCT_KEY_LEN]; variable
/test/xts/acts/applications/kitframework/
Dkitfwk_oem_api_test.c327 char productKey[PRODUCT_KEY_LEN]; variable
/test/xts/device_attest/services/oem_adapter/src/
Ddevice_attest_oem_adapter.c219 int32_t OEMGetProductKey(char* productKey, uint32_t len) in OEMGetProductKey()