Lines Matching refs:pDesc
2260 MS_U8 *pDesc = (MS_U8 *)desc; in HAL_NSK2_GetOTPProperties() local
2282 *pDesc++ = KanoAsst[i].u8Tag; in HAL_NSK2_GetOTPProperties()
2283 *pDesc++ = KanoAsst[i].u8Length; in HAL_NSK2_GetOTPProperties()
2288 *pDesc++ = 0; in HAL_NSK2_GetOTPProperties()
2299 memcpy(pDesc,PubOTP,8); in HAL_NSK2_GetOTPProperties()
2300 pDesc += 8; in HAL_NSK2_GetOTPProperties()
2306 memcpy(pDesc,PubOTP,16); in HAL_NSK2_GetOTPProperties()
2307 pDesc += 16; in HAL_NSK2_GetOTPProperties()
2319 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2322 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2323 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2327 *pDesc++ = (MS_U8)((OTPValue>>24)&0xff); in HAL_NSK2_GetOTPProperties()
2328 *pDesc++ = (MS_U8)((OTPValue>>16)&0xff); in HAL_NSK2_GetOTPProperties()
2329 *pDesc++ = (MS_U8)((OTPValue>>8)&0xff); in HAL_NSK2_GetOTPProperties()
2330 *pDesc++ = (MS_U8)(OTPValue&0xff); in HAL_NSK2_GetOTPProperties()
2344 memcpy(pDesc,BulkData,16); in HAL_NSK2_GetOTPProperties()
2345 pDesc += 16; in HAL_NSK2_GetOTPProperties()