HomeSort by: relevance | last modified time | path
    Searched refs:CCMP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
wpa2-eap-ccmp.conf 1 # WPA2-EAP/CCMP using EAP-TLS
9 pairwise=CCMP
10 group=CCMP
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.conf 940 # 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 TKI
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 141 CCMP,
AArch64ISelLowering.cpp 1880 MAKE_CASE(AArch64ISD::CCMP)
2462 /// \defgroup AArch64CCMP CMP;CCMP matching
2464 /// These functions deal with the formation of CMP;CCMP;... sequences.
2465 /// The CCMP/CCMN/FCCMP/FCCMPE instructions allow the conditional execution of
2471 /// ccmp B, inv(CB), CA
2478 /// negating the flags used in a CCMP/FCCMP operations.
2479 /// - We can negate the result of a whole chain of CMP/CCMP/FCCMP operations
2481 /// NEG (CMP CCMP CCCMP ...) can be implemented.
2491 /// CCMP/FCCMP chain.
2504 /// ccmp D, inv(CD), C
    [all...]

Completed in 37 milliseconds