/vendor/ohemu/qemu_cm55_mini_system_demo/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/ohemu/qemu_mini_system_demo/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/alientek/rtos_demo_xts/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/ohemu/qemu_csky_mini_system_demo/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/ohemu/qemu_xtensa_mini_system_demo/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/hihope/neptune_iotlink_demo/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/alientek/rtos_demo/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/hisilicon/hispark_pegasus_mini_system/hals/utils/token/ |
D | hal_token.c | 52 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 97 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 99 if (productKey == NULL) { in HalGetProdKey() 103 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/ |
D | hal_token.c | 46 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 111 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 113 if (productKey == NULL) { in HalGetProdKey() 121 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/hisilicon/hispark_aries/hals/utils/token/ |
D | hal_token.c | 46 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 111 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 113 if (productKey == NULL) { in HalGetProdKey() 121 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/ohemu/qemu_small_system_demo/hals/utils/token/ |
D | hal_token.c | 46 static int OEMGetProdKey(char *productKey, unsigned int len) in OEMGetProdKey() argument 111 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 113 if (productKey == NULL) { in HalGetProdKey() 121 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/vendor/hisilicon/hispark_pegasus/hals/utils/token/ |
D | hal_token.c | 425 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 427 if ((productKey == NULL) || (len == 0)) { in HalGetProdKey() 436 int ret = memcpy_s(productKey, len, productKeyBuf, productKeyLen); in HalGetProdKey()
|
/vendor/hisilicon/hispark_taurus/hals/utils/token/ |
D | hal_token.c | 495 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 497 if ((productKey == NULL) || (len == 0)) { in HalGetProdKey() 506 int ret = memcpy_s(productKey, len, productKeyBuf, productKeyLen); in HalGetProdKey()
|
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/ |
D | hal_token.c | 495 int HalGetProdKey(char *productKey, unsigned int len) in HalGetProdKey() argument 497 if ((productKey == NULL) || (len == 0)) { in HalGetProdKey() 506 int ret = memcpy_s(productKey, len, productKeyBuf, productKeyLen); in HalGetProdKey()
|