Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/wm/wep-1/src/
Dmain.c1156 static u32 sSecretKeyLength = 30; // Ideally, the key should be more than 20 bytes variable
1181 MATH_CalcHMACSHA1(tmpWep, data, sizeof(data), sSecretKey, sSecretKeyLength); in ParentWEPKeyGenerator()
1207 MATH_CalcHMACSHA1(tmpWep, data, sizeof(data), sSecretKey, sSecretKeyLength); in ChildWEPKeyGenerator()