Home
last modified time | relevance | path

Searched refs:pM2MChCookie (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/
H A Dnsk2hdi_m2m.c745 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()
[all …]