Searched refs:key3 (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm/crypto/ |
H A D | aes-ce-core.S | 36 .macro enc_fround, key1, key2, key3 argument 39 veor q0, q0, \key3 42 .macro dec_fround, key1, key2, key3 argument 45 veor q0, q0, \key3 70 .macro enc_fround_4x, key1, key2, key3 argument 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 argument [all …]
|
/linux/tools/bootconfig/samples/ |
H A D | escaped.bconf | 3 key3 = "\\"
|
H A D | good-single.bconf | 4 key3 = "alpha", "beta"
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 26 #define key3 r8 macro 185 lwz key3, 12(key) 209 mr state7, key3 239 add state7, state7, key3
|
/linux/drivers/net/wireless/ath/ |
H A D | key.c | 134 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/scripts/kconfig/lxdialog/ |
H A D | util.c | 524 int key3; in on_key_esc() local 531 key3 = wgetch(win); in on_key_esc() 532 } while (key3 != ERR); in on_key_esc()
|
/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc3250-ea3250.dts | 42 key3 {
|
/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-cygnus-mux.c | 503 CYGNUS_PIN_GROUP(key3, 0x4, 12, 1),
|