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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A DCheckData.js63 function CheckData_WEP(wepenc, wep_key_no, key, key1, key2, key3, key4)
90 key4.focus();
115 function calcPassphrase(wepenc, passphraseStr, wep_key_no, key1, key2, key3, key4)
122 PassPhrase40(passphraseStr, wep_key_no, key1, key2, key3, key4);
125 PassPhrase104(passphraseStr, wep_key_no, key1, key2, key3, key4);
132 function PassPhrase40(passphraseStr, wep_key_no, key1, key2, key3, key4)
149 key3.value = key4.value = "";
153 pkey[3] = key4;
173 function PassPhrase104(passphraseStr, wep_key_no, key1, key2, key3, key4)
187 key4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl343 my ($key4,$key5,$key6,$key7)=("x6","x12","x14",$key);
395 add $key4,$key,#16*4
413 vld1.32 {q8},[$key4]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesv8-armx.pl343 my ($key4,$key5,$key6,$key7)=("x6","x12","x14",$key);
395 add $key4,$key,#16*4
413 vld1.32 {q8},[$key4]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhw.c1558 u32 key0, key1, key2, key3, key4; local
1615 key4 = get_unaligned_le32(k->kv_val + 12);
1617 key4 &= 0xff;
1643 REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
1660 * key4 [31:0] = TX key [63:32]
1694 * key4 [31:0] = reserved
1740 REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);

Completed in 214 milliseconds