Searched refs:pn (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/posix/stdlib/
H A Dqsort.c82 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
103 pn = (char *)a + (n - 1) * es;
109 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk);
111 pm = med3(pl, pm, pn, cmp, thunk);
150 pn = (char *)a + n * es;
158 d1 = MIN(pd - pc, pn - pd - (ssize_t)es);
159 vecswap(pb, pn
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c92 static int ccmp_decrypt(struct ieee80211_key *, u_int64_t pn,
242 uint64_t pn; local
265 pn = READ_6(ivp[0], ivp[1], ivp[4], ivp[5], ivp[6], ivp[7]);
266 if (pn <= k->wk_keyrsc[tid] &&
271 ieee80211_notify_replay_failure(vap, wh, k, pn, tid);
284 !ccmp_decrypt(k, pn, m, hdrlen))
307 k->wk_keyrsc[tid] = pn;
346 u_int64_t pn, size_t dlen,
360 b0[8] = pn >> 40;
361 b0[9] = pn >> 3
345 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh, u_int64_t pn, size_t dlen, uint8_t b0[AES_BLOCK_LEN], uint8_t aad[2 * AES_BLOCK_LEN], uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN]) argument
595 ccmp_decrypt(struct ieee80211_key *key, u_int64_t pn, struct mbuf *m, int hdrlen) argument
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c82 u_int64_t pn, int lm, u_int8_t b[16], u_int8_t a[16], u_int8_t s0[16])
131 nonce[ 7] = pn >> 40; /* PN5 */
132 nonce[ 8] = pn >> 32; /* PN4 */
133 nonce[ 9] = pn >> 24; /* PN3 */
134 nonce[10] = pn >> 16; /* PN2 */
135 nonce[11] = pn >> 8; /* PN1 */
136 nonce[12] = pn; /* PN0 */
304 ieee80211_ccmp_get_pn(uint64_t *pn, uint64_t **prsc, struct mbuf *m, argument
332 *pn = (u_int64_t)ivp[0] |
348 u_int64_t pn, *prs local
81 ieee80211_ccmp_phase1(AES_CTX *ctx, const struct ieee80211_frame *wh, u_int64_t pn, int lm, u_int8_t b[16], u_int8_t a[16], u_int8_t s0[16]) argument
[all...]
H A Dieee80211_input.c164 uint64_t pn, *prsc; local
193 if (ieee80211_ccmp_get_pn(&pn, &prsc, m, k) != 0)
196 if (pn < *prsc) {
200 } else if (pn <= *prsc) {
206 *prsc = pn;
223 if (ieee80211_tkip_get_tsc(&pn, &prsc, m, k) != 0)
226 if (pn < *prsc) {
230 } else if (pn <= *prsc) {
236 *prsc = pn;
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dlshift.S41 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
57 .L0: brz,pn %o2,.Lend
H A Drshift.S38 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
54 .L0: brz,pn %o2,.Lend
/haiku/src/bin/network/telnetd/
H A Dsys_term.c383 const char *pn; local
395 pn = ptsname(p);
396 if (pn == NULL)
399 if (strlcpy(line, pn, sizeof line) >= sizeof line)
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c389 uint16_t reg, pn; local
412 for (linkup = 0, pn = 0; pn < 4; pn++) {
414 (pn << PHY_CDTC_POFF) | PHY_CDTC_ENB);
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c4551 uint64_t pn, *prsc; local
4574 pn = (uint64_t)ivp[0] |
4581 if (pn < *prsc) {
4585 } else if (pn <= *prsc) {
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4703 uint64_t pn, *prsc; local
4721 pn = (uint64_t)ivp[0] |
4728 if (pn < *prsc) {
4732 } else if (pn <= *prsc) {

Completed in 150 milliseconds