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

/freebsd-9.3-release/usr.sbin/sa/
H A Dpdb.c165 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; local
193 cip = (struct cmdinfo *) data.data;
194 bcopy(cip, &ci, sizeof ci);
244 cip = (struct cmdinfo *) data.data;
245 bcopy(cip, &ci, sizeof ci);
258 check_junk(const struct cmdinfo *cip) argument
263 fprintf(stderr, "%s (%ju) -- ", cip->ci_comm, (uintmax_t)cip->ci_calls);
281 print_ci(const struct cmdinfo *cip, const struct cmdinfo *totalcip) argument
286 c = cip
[all...]
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_crypto.c194 ieee80211_crypto_register(const struct ieee80211_cipher *cip) argument
196 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
198 __func__, cip->ic_name, cip->ic_cipher);
201 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
203 __func__, cip->ic_name);
206 ciphers[cip->ic_cipher] = cip;
213 ieee80211_crypto_unregister(const struct ieee80211_cipher *cip) argument
267 const struct ieee80211_cipher *cip; local
490 const struct ieee80211_cipher *cip = key->wk_cipher; local
533 const struct ieee80211_cipher *cip; local
577 const struct ieee80211_cipher *cip; local
[all...]
H A Dieee80211_crypto.h208 const struct ieee80211_cipher *cip = k->wk_cipher; local
209 return (cip->ic_miclen > 0 ? cip->ic_demic(k, m, force) : 1);
219 const struct ieee80211_cipher *cip = k->wk_cipher; local
220 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1);
H A Dieee80211_ddb.c748 const struct ieee80211_cipher *cip = wk->wk_cipher; local
752 switch (cip->ic_cipher) {
778 cip->ic_cipher, wk->wk_keyix, 8*keylen);
790 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
793 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
H A Dieee80211_ioctl.c83 const struct ieee80211_cipher *cip; local
105 cip = wk->wk_cipher;
106 ik.ik_type = cip->ic_cipher;
116 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dkauth.c47 static KTEXT_ST cip; variable
62 memmove(&cip, *cipp, sizeof(cip));
67 store_ticket(KTEXT cip) argument
74 int left = cip->length;
78 ptr = (char *) cip->dat;
194 cip.length = base64_decode(ticket, &cip.dat);
195 if(cip.length == -1){
199 ret = store_ticket(&cip);
[all...]
/freebsd-9.3-release/sys/dev/md/
H A Dmd.c299 struct indir *cip; local
306 for (cip = ip; cip != NULL;) {
307 if (cip->shift) {
308 idx = (offset >> cip->shift) & NMASK;
309 up = cip->array[idx];
310 cip = (struct indir *)up;
314 return (cip->array[idx]);
326 struct indir *cip, *lip[10]; local
334 cip
[all...]
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_keycache.c195 const struct ieee80211_cipher *cip = k->wk_cipher; local
207 KASSERT(cip->ic_cipher < N(ciphermap),
208 ("invalid cipher type %u", cip->ic_cipher));
209 hk.kv_type = ciphermap[cip->ic_cipher];
455 const struct ieee80211_cipher *cip = k->wk_cipher; local
464 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
473 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
H A Dif_ath_tx.c377 const struct ieee80211_cipher *cip; local
403 cip = k->wk_cipher;
404 (*hdrlen) += cip->ic_header;
405 (*pktlen) += cip->ic_header + cip->ic_trailer;
408 (*pktlen) += cip->ic_miclen;
/freebsd-9.3-release/tools/regression/net80211/wep/
H A Dtest_wep.c190 const struct ieee80211_cipher *cip; local
214 cip = key.wk_cipher;
219 cip = key.wk_cipher;
228 if (!cip->ic_decap(&key, m)) {
254 if (!cip->ic_encap(&key, m, t->keyix<<6)) {
/freebsd-9.3-release/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;
250 if (!cip->ic_encap(&key, m, t->keyix<<6)) {
284 if (!cip->ic_decap(&key, m)) {
/freebsd-9.3-release/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c598 const struct ieee80211_cipher *cip; local
627 cip = key.wk_cipher;
629 m->m_data += cip->ic_header;
637 if (!cip->ic_encap(&key, m, t->keyix<<6)) {
663 if (!cip->ic_decap(&key, m)) {
/freebsd-9.3-release/usr.sbin/tcpdump/tcpdump/
H A DMakefile42 print-cip.c \
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.h485 IP4_t cip; /* Client IP */ member in struct:__anon5753
/freebsd-9.3-release/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-9.3-release/sys/dev/mwl/
H A Dif_mwl.c1675 const struct ieee80211_cipher *cip = k->wk_cipher; local
1694 switch (cip->ic_cipher) {
3216 const struct ieee80211_cipher *cip; local
3245 cip = k->wk_cipher;
3246 pktlen += cip->ic_header + cip->ic_miclen + cip->ic_trailer;

Completed in 201 milliseconds