Lines Matching refs:pDesc
1967 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local
1988 *pDesc++ = K6liteAsst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
1989 *pDesc++ = K6liteAsst[i].u8Length; in HAL_NSK2_GetOTPProperties()
1994 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2007 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties()
2008 pDesc += 8; in HAL_NSK2_GetOTPProperties()
2016 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2017 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2018 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2019 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()
2021 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2022 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2023 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2024 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2038 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2041 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2042 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2046 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2047 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2048 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2049 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2063 memcpy(pDesc,BulkData,16); in HAL_NSK2_GetOTPProperties()
2064 pDesc += 16; in HAL_NSK2_GetOTPProperties()