Home
last modified time | relevance | path

Searched refs:PRODUCT_KEY_LEN (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/applications/kitframework_ipcamera/
H A Dkitfwk_oem_api_test.cpp37 const int PRODUCT_KEY_LEN = 32; variable
317 char productKey[PRODUCT_KEY_LEN]; in HWTEST_F()
/test/xts/device_attest/services/core/security/
H A Dattest_security_token.c57 uint8_t productKey[PRODUCT_KEY_LEN + 1] = {0}; in GetIKM()
58 if (AttestGetProductKey(productKey, PRODUCT_KEY_LEN) != ATTEST_OK) { in GetIKM()
71 if ((productKeyLen > PRODUCT_KEY_LEN) || (productIdLen > PRODUCT_ID_LEN)) { in GetIKM()
90 (void)memset_s(productKey, PRODUCT_KEY_LEN + 1, 0, PRODUCT_KEY_LEN + 1); in GetIKM()
/test/xts/device_attest_lite/services/core/security/
H A Dattest_security_token.c57 uint8_t productKey[PRODUCT_KEY_LEN + 1] = {0}; in GetIKM()
58 if (AttestGetProductKey(productKey, PRODUCT_KEY_LEN) != ATTEST_OK) { in GetIKM()
71 if ((productKeyLen > PRODUCT_KEY_LEN) || (productIdLen > PRODUCT_ID_LEN)) { in GetIKM()
90 (void)memset_s(productKey, PRODUCT_KEY_LEN + 1, 0, PRODUCT_KEY_LEN + 1); in GetIKM()
/test/xts/acts/applications/kitframework/
H A Dkitfwk_oem_api_test.c41 #define PRODUCT_KEY_LEN 32 macro
327 char productKey[PRODUCT_KEY_LEN];
/test/xts/device_attest_lite/services/core/include/security/
H A Dattest_security.h46 #define PRODUCT_KEY_LEN 256 macro
/test/xts/device_attest/services/core/include/security/
H A Dattest_security.h46 #define PRODUCT_KEY_LEN 256 macro

Completed in 4 milliseconds