Lines Matching refs:pM2MChCookie
745 M2MChannelDevice_Cookie_t *pM2MChCookie = (M2MChannelDevice_Cookie_t *)M2MChannel_cookie; in NSKHDI_DMADevice_WriteData() local
749 M2MAlgorithm = tM2MConfig.Algorithm = pM2MChCookie->Algorithm; in NSKHDI_DMADevice_WriteData()
750 M2MOpration = tM2MConfig.Operation = pM2MChCookie->Operation; in NSKHDI_DMADevice_WriteData()
751 tM2MConfig.en_swKeys = pM2MChCookie->en_swKeys; in NSKHDI_DMADevice_WriteData()
755 tM2MConfig.clearkey_length = pM2MChCookie->clearkey_length; in NSKHDI_DMADevice_WriteData()
756 memcpy(tM2MConfig.clearkey, pM2MChCookie->clearkey, tM2MConfig.clearkey_length); in NSKHDI_DMADevice_WriteData()
1090 …M2MChannelDevice_Cookie_t *pM2MChCookie = (M2MChannelDevice_Cookie_t *)pM2MChannelcookie[u32Handle… in NSKHDI_M2MChannelDevice_WriteM2MKey() local
1117 pM2MChCookie->clearkey_length = descriptor_length; in NSKHDI_M2MChannelDevice_WriteM2MKey()
1118 memcpy(pM2MChCookie->clearkey, &pDesc[2], descriptor_length); in NSKHDI_M2MChannelDevice_WriteM2MKey()
1120 for(i=0;i<pM2MChCookie->clearkey_length;i++) in NSKHDI_M2MChannelDevice_WriteM2MKey()
1122 printf("%x, ",pM2MChCookie->clearkey[i]); in NSKHDI_M2MChannelDevice_WriteM2MKey()
1126 pM2MChCookie->en_swKeys = TRUE; in NSKHDI_M2MChannelDevice_WriteM2MKey()
1160 …M2MChannelDevice_Cookie_t *pM2MChCookie = (M2MChannelDevice_Cookie_t *)pM2MChannelcookie[u32Handle… in NSKHDI_M2MChannelDevice_NSKWriteM2MKey() local
1196 pM2MChCookie->en_swKeys = FALSE; in NSKHDI_M2MChannelDevice_NSKWriteM2MKey()