Searched refs:productKeyLen (Results 1 - 4 of 4) sorted by relevance
/vendor/hisilicon/hispark_pegasus/hals/utils/token/ |
H A D | hal_token.c | 431 uint32_t productKeyLen = sizeof(productKeyBuf);
in HalGetProdKey() local 432 if (len < productKeyLen) {
in HalGetProdKey() 436 int ret = memcpy_s(productKey, len, productKeyBuf, productKeyLen);
in HalGetProdKey()
|
/vendor/hisilicon/hispark_taurus/hals/utils/token/ |
H A D | hal_token.c | 501 uint32_t productKeyLen = sizeof(productKeyBuf);
in HalGetProdKey() local 502 if (len < productKeyLen) {
in HalGetProdKey() 506 int ret = memcpy_s(productKey, len, productKeyBuf, productKeyLen);
in HalGetProdKey()
|
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/ |
H A D | hal_token.c | 501 uint32_t productKeyLen = sizeof(productKeyBuf);
in HalGetProdKey() local 502 if (len < productKeyLen) {
in HalGetProdKey() 506 int ret = memcpy_s(productKey, len, productKeyBuf, productKeyLen);
in HalGetProdKey()
|
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/ |
H A D | hal_token.c | 501 uint32_t productKeyLen = sizeof(productKeyBuf);
in HalGetProdKey() local 502 if (len < productKeyLen) {
in HalGetProdKey() 506 int ret = memcpy_s(productKey, len, productKeyBuf, productKeyLen);
in HalGetProdKey()
|
Completed in 5 milliseconds