Home
last modified time | relevance | path

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

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