Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/crypto/
Daes-ce-core.S38 .macro enc_fround, key1, key2, key3
41 veor q0, q0, \key3
44 .macro dec_fround, key1, key2, key3
47 veor q0, q0, \key3
68 .macro enc_fround_3x, key1, key2, key3
75 veor q0, q0, \key3
76 veor q1, q1, \key3
77 veor q2, q2, \key3
80 .macro dec_fround_3x, key1, key2, key3
87 veor q0, q0, \key3
[all …]
/Linux-v4.19/drivers/net/wireless/ath/
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()
324 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath_hw_set_keycache_entry()
/Linux-v4.19/scripts/kconfig/lxdialog/
Dutil.c564 int key3; in on_key_esc() local
571 key3 = wgetch(win); in on_key_esc()
572 } while (key3 != ERR); in on_key_esc()
/Linux-v4.19/arch/arm/boot/dts/
Dlpc3250-ea3250.dts48 key3 {
/Linux-v4.19/drivers/pinctrl/bcm/
Dpinctrl-cygnus-mux.c510 CYGNUS_PIN_GROUP(key3, 0x4, 12, 1),
/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c216 u8 key3[DES_KEY_SIZE]; member