Searched refs:cip (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/usr.sbin/sa/
H A Dpdb.c167 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; local
195 cip = (struct cmdinfo *) data.data;
196 bcopy(cip, &ci, sizeof ci);
246 cip = (struct cmdinfo *) data.data;
247 bcopy(cip, &ci, sizeof ci);
260 check_junk(const struct cmdinfo *cip) argument
265 fprintf(stderr, "%s (%ju) -- ", cip->ci_comm, (uintmax_t)cip->ci_calls);
283 print_ci(const struct cmdinfo *cip, const struct cmdinfo *totalcip) argument
288 c = cip
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto.c195 ieee80211_crypto_register(const struct ieee80211_cipher *cip) argument
197 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
199 __func__, cip->ic_name, cip->ic_cipher);
202 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
204 __func__, cip->ic_name);
207 ciphers[cip->ic_cipher] = cip;
214 ieee80211_crypto_unregister(const struct ieee80211_cipher *cip) argument
268 const struct ieee80211_cipher *cip; local
491 const struct ieee80211_cipher *cip = key->wk_cipher; local
591 const struct ieee80211_cipher *cip; local
617 const struct ieee80211_cipher *cip; local
704 const struct ieee80211_cipher *cip; local
[all...]
H A Dieee80211_crypto.h228 const struct ieee80211_cipher *cip = k->wk_cipher; local
229 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1);
H A Dieee80211_ddb.c773 const struct ieee80211_cipher *cip = wk->wk_cipher; local
777 switch (cip->ic_cipher) {
803 cip->ic_cipher, wk->wk_keyix, 8*keylen);
815 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
818 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
H A Dieee80211_ioctl.c81 const struct ieee80211_cipher *cip; local
103 cip = wk->wk_cipher;
104 ik.ik_type = cip->ic_cipher;
114 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP) {
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_keycache.c199 const struct ieee80211_cipher *cip = k->wk_cipher; local
212 KASSERT(cip->ic_cipher < nitems(ciphermap),
213 ("invalid cipher type %u", cip->ic_cipher));
214 hk.kv_type = ciphermap[cip->ic_cipher];
493 const struct ieee80211_cipher *cip = k->wk_cipher; local
504 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
513 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
H A Dif_ath_tx.c991 const struct ieee80211_cipher *cip; local
1017 cip = k->wk_cipher;
1018 (*hdrlen) += cip->ic_header;
1019 (*pktlen) += cip->ic_header + cip->ic_trailer;
1022 (*pktlen) += cip->ic_miclen;
/freebsd-12-stable/sys/dev/md/
H A Dmd.c368 struct indir *cip; local
375 for (cip = ip; cip != NULL;) {
376 if (cip->shift) {
377 idx = (offset >> cip->shift) & NMASK;
378 up = cip->array[idx];
379 cip = (struct indir *)up;
383 return (cip->array[idx]);
395 struct indir *cip, *lip[10]; local
403 cip
[all...]
/freebsd-12-stable/tools/regression/net80211/wep/
H A Dtest_wep.c192 const struct ieee80211_cipher *cip; local
220 cip = key->wk_cipher;
230 if (!cip->ic_decap(key, m, hdrlen)) {
258 if (!cip->ic_encap(key, m)) {
/freebsd-12-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c187 const struct ieee80211_cipher *cip; local
217 cip = key->wk_cipher;
219 m->m_data += cip->ic_header;
251 if (!cip->ic_encap(key, m)) {
285 if (!cip->ic_decap(key, m, hdrlen)) {
/freebsd-12-stable/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c599 const struct ieee80211_cipher *cip; local
628 cip = key->wk_cipher;
630 m->m_data += cip->ic_header;
639 if (!cip->ic_encap(key, m)) {
665 if (!cip->ic_decap(key, m, hdrlen)) {
/freebsd-12-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile50 print-cip.c \
/freebsd-12-stable/stand/i386/libi386/
H A Dpxe.h474 IP4_t cip; /* Client IP */ member in struct:__anon9189
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c1622 const struct ieee80211_cipher *cip = k->wk_cipher; local
1641 switch (cip->ic_cipher) {
3100 const struct ieee80211_cipher *cip; local
3129 cip = k->wk_cipher;
3130 pktlen += cip->ic_header + cip->ic_miclen + cip->ic_trailer;
/freebsd-12-stable/contrib/gcc/
H A Dprotoize.c1572 f_list_chain_item *cip = xmalloc (sizeof (f_list_chain_item));
1574 cip->formals_list
1579 cip->chain_next = def_dec_p->f_list_chain;
1580 def_dec_p->f_list_chain = cip;
1558 f_list_chain_item *cip = xmalloc (sizeof (f_list_chain_item)); local
/freebsd-12-stable/contrib/tcpdump/
H A DMakefile.in115 print-cip.c \
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rum.c1367 const struct ieee80211_cipher *cip = k->wk_cipher; local
1369 len += cip->ic_header + cip->ic_trailer + cip->ic_miclen;
1372 cip->ic_setiv(k, (uint8_t *)&desc->iv);
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c4596 const struct ieee80211_cipher *cip = k->wk_cipher; local
4612 switch (cip->ic_cipher) {
4619 cip->ic_cipher);

Completed in 188 milliseconds