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

/freebsd-current/usr.sbin/sa/
H A Dpdb.c164 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; local
192 cip = (struct cmdinfo *) data.data;
193 bcopy(cip, &ci, sizeof ci);
243 cip = (struct cmdinfo *) data.data;
244 bcopy(cip, &ci, sizeof ci);
257 check_junk(const struct cmdinfo *cip) argument
262 fprintf(stderr, "%s (%ju) -- ", cip->ci_comm, (uintmax_t)cip->ci_calls);
280 print_ci(const struct cmdinfo *cip, const struct cmdinfo *totalcip) argument
285 c = cip
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_crypto.c261 ieee80211_crypto_register(const struct ieee80211_cipher *cip) argument
263 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
265 __func__, cip->ic_name, cip->ic_cipher);
268 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
270 __func__, cip->ic_name);
273 ciphers[cip->ic_cipher] = cip;
280 ieee80211_crypto_unregister(const struct ieee80211_cipher *cip) argument
341 const struct ieee80211_cipher *cip; local
564 const struct ieee80211_cipher *cip = key->wk_cipher; local
670 const struct ieee80211_cipher *cip; local
696 const struct ieee80211_cipher *cip; local
783 const struct ieee80211_cipher *cip; local
[all...]
H A Dieee80211_crypto.h250 const struct ieee80211_cipher *cip = k->wk_cipher; local
251 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1);
H A Dieee80211_ddb.c918 const struct ieee80211_cipher *cip = wk->wk_cipher; local
922 switch (cip->ic_cipher) {
948 cip->ic_cipher, wk->wk_keyix, 8*keylen);
960 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
963 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
H A Dieee80211_ioctl.c80 const struct ieee80211_cipher *cip; local
102 cip = wk->wk_cipher;
103 ik.ik_type = cip->ic_cipher;
113 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP) {
/freebsd-current/crypto/openssl/crypto/evp/
H A Dasymcipher.c532 const OSSL_PARAM *EVP_ASYM_CIPHER_gettable_ctx_params(const EVP_ASYM_CIPHER *cip) argument
536 if (cip == NULL || cip->gettable_ctx_params == NULL)
539 provctx = ossl_provider_ctx(EVP_ASYM_CIPHER_get0_provider(cip));
540 return cip->gettable_ctx_params(NULL, provctx);
543 const OSSL_PARAM *EVP_ASYM_CIPHER_settable_ctx_params(const EVP_ASYM_CIPHER *cip) argument
547 if (cip == NULL || cip->settable_ctx_params == NULL)
550 provctx = ossl_provider_ctx(EVP_ASYM_CIPHER_get0_provider(cip));
551 return cip
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath_keycache.c197 const struct ieee80211_cipher *cip = k->wk_cipher; local
210 KASSERT(cip->ic_cipher < nitems(ciphermap),
211 ("invalid cipher type %u", cip->ic_cipher));
212 hk.kv_type = ciphermap[cip->ic_cipher];
491 const struct ieee80211_cipher *cip = k->wk_cipher; local
502 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
511 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
H A Dif_ath_tx.c989 const struct ieee80211_cipher *cip; local
1015 cip = k->wk_cipher;
1016 (*hdrlen) += cip->ic_header;
1017 (*pktlen) += cip->ic_header + cip->ic_trailer;
1020 (*pktlen) += cip->ic_miclen;
/freebsd-current/sys/dev/md/
H A Dmd.c370 struct indir *cip; local
377 for (cip = ip; cip != NULL;) {
378 if (cip->shift) {
379 idx = (offset >> cip->shift) & NMASK;
380 up = cip->array[idx];
381 cip = (struct indir *)up;
385 return (cip->array[idx]);
397 struct indir *cip, *lip[10]; local
405 cip
[all...]
/freebsd-current/tools/regression/net80211/wep/
H A Dtest_wep.c190 const struct ieee80211_cipher *cip; local
218 cip = key->wk_cipher;
228 if (!cip->ic_decap(key, m, hdrlen)) {
256 if (!cip->ic_encap(key, m)) {
/freebsd-current/tools/regression/net80211/tkip/
H A Dtest_tkip.c185 const struct ieee80211_cipher *cip; local
215 cip = key->wk_cipher;
217 m->m_data += cip->ic_header;
249 if (!cip->ic_encap(key, m)) {
283 if (!cip->ic_decap(key, m, hdrlen)) {
/freebsd-current/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c597 const struct ieee80211_cipher *cip; local
626 cip = key->wk_cipher;
628 m->m_data += cip->ic_header;
637 if (!cip->ic_encap(key, m)) {
663 if (!cip->ic_decap(key, m, hdrlen)) {
/freebsd-current/usr.sbin/tcpdump/tcpdump/
H A DMakefile51 print-cip.c \
/freebsd-current/stand/i386/libi386/
H A Dpxe.h471 IP4_t cip; /* Client IP */ member in struct:__anon837
/freebsd-current/sys/dev/mwl/
H A Dif_mwl.c1621 const struct ieee80211_cipher *cip = k->wk_cipher; local
1640 switch (cip->ic_cipher) {
3095 const struct ieee80211_cipher *cip; local
3124 cip = k->wk_cipher;
3125 pktlen += cip->ic_header + cip->ic_miclen + cip->ic_trailer;
/freebsd-current/contrib/tcpdump/
H A DMakefile.in121 print-cip.c \
/freebsd-current/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-current/sys/dev/wpi/
H A Dif_wpi.c4594 const struct ieee80211_cipher *cip = k->wk_cipher; local
4610 switch (cip->ic_cipher) {
4617 cip->ic_cipher);

Completed in 324 milliseconds