Lines Matching refs:pDesc
1962 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local
1983 *pDesc++ = K6Asst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
1984 *pDesc++ = K6Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
1989 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2002 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties()
2003 pDesc += 8; in HAL_NSK2_GetOTPProperties()
2011 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2012 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2013 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2014 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()
2016 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2017 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2018 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2019 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2033 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2036 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2037 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2041 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2042 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2043 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2044 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2058 memcpy(pDesc,BulkData,16); in HAL_NSK2_GetOTPProperties()
2059 pDesc += 16; in HAL_NSK2_GetOTPProperties()