Lines Matching refs:pDesc
1947 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local
1969 *pDesc++ = K7Asst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
1970 *pDesc++ = K7Asst[i].u8Length; in HAL_NSK2_GetOTPProperties()
1974 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
1985 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties()
1986 pDesc += 8; in HAL_NSK2_GetOTPProperties()
1991 *pDesc++ = (MS_U8)((MaxNVCounter>>24)&0xff); in HAL_NSK2_GetOTPProperties()
1992 *pDesc++ = (MS_U8)((MaxNVCounter>>16)&0xff); in HAL_NSK2_GetOTPProperties()
1993 *pDesc++ = (MS_U8)((MaxNVCounter>>8)&0xff); in HAL_NSK2_GetOTPProperties()
1994 *pDesc++ = (MS_U8)(MaxNVCounter&0xff); in HAL_NSK2_GetOTPProperties()
1996 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
1997 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
1998 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
1999 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2011 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2014 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2015 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2019 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2020 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2021 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2022 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2036 memcpy(pDesc,BulkData,16); in HAL_NSK2_GetOTPProperties()
2037 pDesc += 16; in HAL_NSK2_GetOTPProperties()