Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/wm/wep-1/src/
Dmain.c1162 u16 tmpWep[20 / sizeof(u16)]; in ParentWEPKeyGenerator() local
1181 MATH_CalcHMACSHA1(tmpWep, data, sizeof(data), sSecretKey, sSecretKeyLength); in ParentWEPKeyGenerator()
1182 MI_CpuCopy8(tmpWep, wepkey, 16); in ParentWEPKeyGenerator()
1193 u16 tmpWep[20 / sizeof(u16)]; in ChildWEPKeyGenerator() local
1207 MATH_CalcHMACSHA1(tmpWep, data, sizeof(data), sSecretKey, sSecretKeyLength); in ChildWEPKeyGenerator()
1208 MI_CpuCopy8(tmpWep, wepkey, 16); in ChildWEPKeyGenerator()