Searched refs:D_KEY (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Daes.c52 s/RIJNDAEL(d_key)/D_KEY/g
104 #define D_KEY ctx->D macro
315 D_KEY[0] = E_KEY[0];
316 D_KEY[1] = E_KEY[1];
317 D_KEY[2] = E_KEY[2];
318 D_KEY[3] = E_KEY[3];
321 imix_col (D_KEY[i], E_KEY[i]);
400 const u32 *kp = D_KEY + key_len + 20;

Completed in 42 milliseconds