Lines Matching refs:pDesc
1965 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local
1986 *pDesc++ = K6liteAsst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
1987 *pDesc++ = K6liteAsst[i].u8Length; in HAL_NSK2_GetOTPProperties()
1992 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2005 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties()
2006 pDesc += 8; in HAL_NSK2_GetOTPProperties()
2014 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2015 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2016 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2017 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()
2019 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2020 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2021 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2022 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2036 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2039 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2040 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2044 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2045 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2046 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2047 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2061 memcpy(pDesc,BulkData,16); in HAL_NSK2_GetOTPProperties()
2062 pDesc += 16; in HAL_NSK2_GetOTPProperties()