Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-ce-core.S36 .macro enc_fround, key1, key2, key3
39 veor q0, q0, \key3
42 .macro dec_fround, key1, key2, key3
45 veor q0, q0, \key3
70 .macro enc_fround_4x, key1, key2, key3
79 veor q0, q0, \key3
80 veor q1, q1, \key3
81 veor q2, q2, \key3
82 veor q3, q3, \key3
85 .macro dec_fround_4x, key1, key2, key3
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-core.S36 .macro enc_fround, key1, key2, key3
39 veor q0, q0, \key3
42 .macro dec_fround, key1, key2, key3
45 veor q0, q0, \key3
70 .macro enc_fround_4x, key1, key2, key3
79 veor q0, q0, \key3
80 veor q1, q1, \key3
81 veor q2, q2, \key3
82 veor q3, q3, \key3
85 .macro dec_fround_4x, key1, key2, key3
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
187 key3 = get_unaligned_le16(k->kv_val + 10); in ath_hw_set_keycache_entry()
213 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath_hw_set_keycache_entry()
231 * key3 [15:0] = TX key [15:0] in ath_hw_set_keycache_entry()
232 * key3 [31:16] = reserved in ath_hw_set_keycache_entry()
270 * key3 [31:0] = reserved in ath_hw_set_keycache_entry()
324 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath_hw_set_keycache_entry()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
187 key3 = get_unaligned_le16(k->kv_val + 10); in ath_hw_set_keycache_entry()
213 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath_hw_set_keycache_entry()
231 * key3 [15:0] = TX key [15:0] in ath_hw_set_keycache_entry()
232 * key3 [31:16] = reserved in ath_hw_set_keycache_entry()
270 * key3 [31:0] = reserved in ath_hw_set_keycache_entry()
324 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath_hw_set_keycache_entry()
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dutil.c551 int key3; in on_key_esc() local
558 key3 = wgetch(win); in on_key_esc()
559 } while (key3 != ERR); in on_key_esc()
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dutil.c551 int key3; in on_key_esc() local
558 key3 = wgetch(win); in on_key_esc()
559 } while (key3 != ERR); in on_key_esc()
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
H A Dnetns.sh82 key3="$(pp wg genkey)"
86 pub3="$(pp wg pubkey <<<"$key3")"
248 n1 wg set wg0 private-key <(echo "$key3")
268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,fd00::2/128 endpoint [fd00::5:2]:5
349 n2 wg set wg1 private-key <(echo "$key3") listen-port 5 peer "$pub1" allowed-ips 192.168.242.1/32
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H A Dnetns.sh84 key3="$(pp wg genkey)"
88 pub3="$(pp wg pubkey <<<"$key3")"
248 n1 wg set wg0 private-key <(echo "$key3")
268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,fd00::2/128 endpoint [fd00::5:2]:5
361 n2 wg set wg1 private-key <(echo "$key3") listen-port 5 peer "$pub1" allowed-ips 192.168.242.1/32
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c510 CYGNUS_PIN_GROUP(key3, 0x4, 12, 1),
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c503 CYGNUS_PIN_GROUP(key3, 0x4, 12, 1),
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_cipher.c264 u8 key3[DES_KEY_SIZE]; member
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_cipher.c267 u8 key3[DES_KEY_SIZE]; member

Completed in 13 milliseconds