OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccmp
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto_ccmp.c
43
* IEEE 802.11i AES-
CCMP
crypto support.
98
#define
ccmp
ieee80211_cipher_ccmp
macro
248
memmove(mtod(m, u_int8_t *) +
ccmp
.ic_header, mtod(m, void *), hdrlen);
249
m_adj(m,
ccmp
.ic_header);
250
m_adj(m, -
ccmp
.ic_trailer);
270
* Host AP crypt: host-based
CCMP
encryption implementation for Host AP driver
367
KASSERT(
ccmp
.ic_header <= m->m_pkthdr.len - hdrlen);
372
data_len = m->m_pkthdr.len - (hdrlen +
ccmp
.ic_header);
374
aes_ccm_enc_mbuf(&aes_ccm, m, hdrlen +
ccmp
.ic_header, data_len, mic);
376
return m_append(m,
ccmp
.ic_trailer, mic)
[
all
...]
ieee80211_crypto_ccmp.c
43
* IEEE 802.11i AES-
CCMP
crypto support.
98
#define
ccmp
ieee80211_cipher_ccmp
macro
248
memmove(mtod(m, u_int8_t *) +
ccmp
.ic_header, mtod(m, void *), hdrlen);
249
m_adj(m,
ccmp
.ic_header);
250
m_adj(m, -
ccmp
.ic_trailer);
270
* Host AP crypt: host-based
CCMP
encryption implementation for Host AP driver
367
KASSERT(
ccmp
.ic_header <= m->m_pkthdr.len - hdrlen);
372
data_len = m->m_pkthdr.len - (hdrlen +
ccmp
.ic_header);
374
aes_ccm_enc_mbuf(&aes_ccm, m, hdrlen +
ccmp
.ic_header, data_len, mic);
376
return m_append(m,
ccmp
.ic_trailer, mic)
[
all
...]
/src/external/bsd/wpa/dist/wpa_supplicant/
wps_supplicant.c
201
int wpa2 = 0,
ccmp
= 0;
local
205
* Many existing WPS APs do not know how to negotiate WPA2 or
CCMP
in
207
* TKIP+
CCMP
). Try to use scan results to figure out whether the AP
233
ccmp
= 1;
238
ccmp
= 1;
256
if (
ccmp
&& !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
260
wpa_printf(MSG_DEBUG, "WPS: Add
CCMP
into the credential "
323
* configured for mixed mode operation (WPA+WPA2 and TKIP+
CCMP
).
2193
else if (os_strcmp(settings->encr, "
CCMP
") == 0)
wps_supplicant.c
201
int wpa2 = 0,
ccmp
= 0;
local
205
* Many existing WPS APs do not know how to negotiate WPA2 or
CCMP
in
207
* TKIP+
CCMP
). Try to use scan results to figure out whether the AP
233
ccmp
= 1;
238
ccmp
= 1;
256
if (
ccmp
&& !(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
260
wpa_printf(MSG_DEBUG, "WPS: Add
CCMP
into the credential "
323
* configured for mixed mode operation (WPA+WPA2 and TKIP+
CCMP
).
2193
else if (os_strcmp(settings->encr, "
CCMP
") == 0)
/src/external/bsd/tcpdump/dist/
print-decnet.c
1053
const struct ccmsg *
ccmp
= (const struct ccmsg *)nspp;
local
1059
services = GET_U_1(
ccmp
->cc_services);
1060
info = GET_U_1(
ccmp
->cc_info);
1061
segsize = GET_LE_U_2(
ccmp
->cc_segsize);
1062
optlen = GET_U_1(
ccmp
->cc_optlen);
print-decnet.c
1053
const struct ccmsg *
ccmp
= (const struct ccmsg *)nspp;
local
1059
services = GET_U_1(
ccmp
->cc_services);
1060
info = GET_U_1(
ccmp
->cc_info);
1061
segsize = GET_LE_U_2(
ccmp
->cc_segsize);
1062
optlen = GET_U_1(
ccmp
->cc_optlen);
Completed in 51 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026