Home
last modified time | relevance | path

Searched full:ccmp (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrConditionalCompare.td30 class Ccmp<bits<8> o, Format f, X86TypeInfo t, DAGOperand op1, DAGOperand op2>:
31 BinCondOp<o, f, t, op1, op2, "ccmp">;
37 // CCMP Instructions
40 def CCMP8rr : Ccmp<0x38, MRMDestReg, Xi8, GR8, GR8>;
41 def CCMP16rr: Ccmp<0x39, MRMDestReg, Xi16, GR16, GR16>, PD;
42 def CCMP32rr: Ccmp<0x39, MRMDestReg, Xi32, GR32, GR32>;
43 def CCMP64rr: Ccmp<0x39, MRMDestReg, Xi64, GR64, GR64>;
44 def CCMP8rr_REV : Ccmp<0x3a, MRMSrcReg, Xi8, GR8, GR8>;
45 def CCMP16rr_REV: Ccmp<0x3b, MRMSrcReg, Xi16, GR16, GR16>, PD;
46 def CCMP32rr_REV: Ccmp<0x3b, MRMSrcReg, Xi32, GR32, GR32>;
[all …]
H A DX86InstrAsmAlias.td67 // CCMP Instructions Alias
70 def : InstAlias<"ccmp"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}",
72 def : InstAlias<"ccmp"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}",
74 def : InstAlias<"ccmp"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}",
76 def : InstAlias<"ccmp"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}",
78 def : InstAlias<"ccmp"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}",
80 def : InstAlias<"ccmp"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}",
82 def : InstAlias<"ccmp"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}",
84 def : InstAlias<"ccmp"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}",
86 def : InstAlias<"ccmp"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}",
[all …]
/freebsd/share/man/man4/
H A Dwlan_ccmp.431 .Nd AES-CCMP crypto support for 802.11 devices
37 module handles the AES-CCMP cryptographic requirements of the
39 It does encapsulation and decapsulation of CCMP-encoded 802.11 frames
40 and optionally calculates the AES-CCMP cipher.
46 This module is automatically loaded if an AES-CCMP key is configured;
50 Should the underlying network device not be capable of doing the AES-CCMP
H A Dlinuxkpi_wlan.443 .Bl -tag -width CCMP -compact
50 .It Cm ccmp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp1 //===-- AArch64ConditionalCompares.cpp --- CCMP formation for AArch64 -----===//
10 // branching and code size by using the conditional compare instructions CCMP,
41 #define DEBUG_TYPE "aarch64-ccmp"
46 "aarch64-ccmp-limit", cl::init(30), cl::Hidden,
50 static cl::opt<bool> Stress("aarch64-stress-ccmp", cl::Hidden,
67 STATISTIC(NumConverted, "Number of ccmp instructions created");
74 // The SSACCmpConv class performs ccmp-conversion on SSA form machine code
76 // external code should be used to determine when ccmp-conversion is a good
79 // CCmp-formation works on a CFG representing chained conditions, typically
121 // ccmp w1, #17, 4, ne ; 4 = nZcv
[all …]
/freebsd/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c33 * CCMP test module.
60 ==== CCMP test mpdu 1 ====
85 28 CCMP Header = 0c e7 00 20 76 97 03 b5
119 ==== CCMP test mpdu 2 ====
144 30 CCMP Header = ea 97 00 a0 ba cb f3 31
175 ==== CCMP test mpdu 3 ====
202 14 CCMP Header = ae a5 00 a0 f3 a0 dc 2f
234 ==== CCMP test mpdu 4 ====
260 48 CCMP Header = e3 0f 00 20 5a a5 70 f6
292 ==== CCMP test mpdu 5 ====
[all …]
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcmp.S37 ccmp data1, data2, 0, ne
38 ccmp data3, data4, 0, eq
54 ccmp data3, data4, 0, eq
62 ccmp data3, data4, 0, eq
129 ccmp data3, data4, 0, eq
160 ccmp tmp, 0, 0, hi
H A Dstrcmp.S76 ccmp data1, data2, 0, eq
126 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
159 ccmp data1, data2, 0, eq
H A Dstrncmp.S80 ccmp endloop, #0, #0, eq
185 ccmp data1w, #1, #0, hi /* NZCV = 0b0000. */
186 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
204 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
H A Dstrlen.S100 ccmp has_nul2, 0, 0, eq
126 ccmp has_nul2, 0, 0, eq
/freebsd/sys/contrib/dev/rtw89/
H A Dwow.c46 RTW89_CIPHER_INFO_DEF(CCMP),
110 /* seq.ccmp.pn[] is BE order array */ in rtw89_rx_pn_to_iv()
111 pn = u64_encode_bits(seq.ccmp.pn[0], RTW89_KEY_PN_5) | in rtw89_rx_pn_to_iv()
112 u64_encode_bits(seq.ccmp.pn[1], RTW89_KEY_PN_4) | in rtw89_rx_pn_to_iv()
113 u64_encode_bits(seq.ccmp.pn[2], RTW89_KEY_PN_3) | in rtw89_rx_pn_to_iv()
114 u64_encode_bits(seq.ccmp.pn[3], RTW89_KEY_PN_2) | in rtw89_rx_pn_to_iv()
115 u64_encode_bits(seq.ccmp.pn[4], RTW89_KEY_PN_1) | in rtw89_rx_pn_to_iv()
116 u64_encode_bits(seq.ccmp.pn[5], RTW89_KEY_PN_0); in rtw89_rx_pn_to_iv()
198 /* seq.ccmp.pn[] is BE order array */ in rtw89_rx_iv_to_pn()
199 seq.ccmp.pn[0] = u64_get_bits(pn, RTW89_KEY_PN_5); in rtw89_rx_iv_to_pn()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwpa2-eap-ccmp.conf1 # WPA2-EAP/CCMP using EAP-TLS
9 pairwise=CCMP
10 group=CCMP
/freebsd/contrib/wpa/hostapd/
H A DREADME59 Authenticator and dynamic TKIP/CCMP keying.
223 - key management for CCMP, TKIP, WEP104, WEP40
285 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
289 Some wireless LAN vendors are already providing support for CCMP in
291 certification for CCMP and/or mixed modes using both TKIP and CCMP, so
326 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i]
329 # is automatically selected based on this configuration. If only CCMP is
330 # allowed as the pairwise cipher, group cipher will also be CCMP. Otherwise,
332 #wpa_pairwise=TKIP CCMP
/freebsd/usr.sbin/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf.5159 (fixed group key TKIP/CCMP).
173 CCMP or TKIP (but not both), and
213 .Li CCMP
220 .Qq Li "CCMP TKIP" .
223 .Li CCMP
232 .Qq Li "CCMP TKIP WEP104 WEP40" .
489 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
494 pairwise=CCMP TKIP
495 group=CCMP TKIP
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-Windows.txt27 - WPA-PSK, TKIP, CCMP, TKIP+CCMP
28 - WPA-EAP, TKIP, CCMP, TKIP+CCMP
29 - WPA2-PSK, TKIP, CCMP, TKIP+CCMP
30 - WPA2-EAP, TKIP, CCMP, TKIP+CCMP
H A DREADME-HS20485 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
526 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
537 pairwise_cipher=CCMP <--- link layer security indication
538 group_cipher=CCMP
567 pairwise_cipher (CCMP = secure, NONE = no encryption used).
574 02:00:00:00:01:00 2412 -30 [WPA2-EAP-CCMP][ESS][HS20] Example Network
591 flags=[WPA2-EAP-CCMP][ESS][HS20]
634 pairwise=CCMP
660 pairwise=CCMP
H A DREADME-DPP74 wpa_pairwise=CCMP
75 rsn_pairwise=CCMP
182 wpa_pairwise=CCMP
183 rsn_pairwise=CCMP
H A Dwpa_supplicant.conf940 # TKIP/CCMP) is available for backwards compatibility, but its use is
942 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
1064 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
1068 # If not set, this defaults to: CCMP TKIP
1071 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
1075 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
1788 pairwise=CCMP TKIP
1789 group=CCMP TKIP WEP104 WEP40
1805 # Only WPA-EAP is used. Both CCMP and TKIP is accepted. An AP that used WEP104
1811 pairwise=CCMP TKIP
[all …]
H A DREADME-WPS172 wpa_cli wps_reg 02:34:56:78:9a:bc 12345670 testing WPA2PSK CCMP 12345678
176 <encr> must be one of the following: NONE WEP TKIP CCMP
268 wps_er_config 87654321-9abc-def0-1234-56789abc0002 12345670 testing WPA2PSK CCMP 12345678
272 <encr> must be one of the following: NONE WEP TKIP CCMP
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml63 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
68 pairwise=CCMP TKIP
69 group=CCMP TKIP
160 pairwise=CCMP TKIP
161 group=CCMP TKIP WEP104 WEP40
/freebsd/sys/arm64/arm64/
H A Dmemcmp.S80 ccmp data1, data2, 0, hi
81 ccmp data1h, data2h, 0, eq
132 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
H A Dstrcmp.S80 ccmp data1, data2, 0, eq
130 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
163 ccmp data1, data2, 0, eq
H A Dstrncmp.S84 ccmp endloop, #0, #0, eq
189 ccmp data1w, #1, #0, hi /* NZCV = 0b0000. */
190 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
208 ccmp data1w, data2w, #0, cs /* NZCV = 0b0000. */
/freebsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c30 * IEEE 802.11i AES-CCMP crypto support.
75 static const struct ieee80211_cipher ccmp = { variable
156 * @brief Return the M parameter to use for CCMP block0 initialisation.
165 * (CTR with CBC-MAC Protocol (CCMP)).
412 * @brief Initialise the AES-CCM nonce flag field in the b0 CCMP block.
485 * Host AP crypt: host-based CCMP encryption implementation for Host AP driver
806 IEEE80211_CRYPTO_MODULE(ccmp, 1);
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dd3.c240 seq->ccmp.pn[0] = pn >> 40; in iwl_mld_le64_to_aes_seq()
241 seq->ccmp.pn[1] = pn >> 32; in iwl_mld_le64_to_aes_seq()
242 seq->ccmp.pn[2] = pn >> 24; in iwl_mld_le64_to_aes_seq()
243 seq->ccmp.pn[3] = pn >> 16; in iwl_mld_le64_to_aes_seq()
244 seq->ccmp.pn[4] = pn >> 8; in iwl_mld_le64_to_aes_seq()
245 seq->ccmp.pn[5] = pn; in iwl_mld_le64_to_aes_seq()
674 wowlan_status->ptk.aes_seq[tid].ccmp.pn, in iwl_mld_update_ptk_rx_seq()
1313 u8 *pn = key->cipher == WLAN_CIPHER_SUITE_CCMP ? seq.ccmp.pn : in iwl_mld_aes_seq_to_le64_pn()
1344 u8 *max_pn = seq.ccmp.pn; in iwl_mld_suspend_set_ucast_pn()

1234567