Searched refs:sch (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Didea_spd.c170 IDEA_KEY_SCHEDULE sch; local
183 idea_set_encrypt_key(key, &sch);
192 idea_encrypt(data, &sch);
212 idea_set_encrypt_key(key, &sch);
213 idea_set_encrypt_key(key, &sch);
214 idea_set_encrypt_key(key, &sch);
215 idea_set_encrypt_key(key, &sch);
230 idea_set_decrypt_key(&sch, &sch);
231 idea_set_decrypt_key(&sch,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c170 BF_KEY sch; local
183 BF_set_key(&sch, 16, key);
192 BF_encrypt(data, &sch);
211 BF_set_key(&sch, 16, key);
212 BF_set_key(&sch, 16, key);
213 BF_set_key(&sch, 16, key);
214 BF_set_key(&sch, 16, key);
230 BF_encrypt(data, &sch);
231 BF_encrypt(data, &sch);
232 BF_encrypt(data, &sch);
[all...]
H A Dbf_opts.c199 func(d,&sch); \
200 func(d,&sch); \
201 func(d,&sch); \
202 func(d,&sch); \
219 BF_KEY sch; local
238 BF_set_key(&sch, 16, key);
250 BF_encrypt(data, &sch);
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c170 CAST_KEY sch; local
183 CAST_set_key(&sch, 16, key);
192 CAST_encrypt(data, &sch);
211 CAST_set_key(&sch, 16, key);
212 CAST_set_key(&sch, 16, key);
213 CAST_set_key(&sch, 16, key);
214 CAST_set_key(&sch, 16, key);
230 CAST_encrypt(data, &sch);
231 CAST_encrypt(data, &sch);
232 CAST_encrypt(data, &sch);
[all...]
H A Dcastopts.c209 func(d,&sch); \
210 func(d,&sch); \
211 func(d,&sch); \
212 func(d,&sch); \
229 CAST_KEY sch; local
248 CAST_set_key(&sch, 16, key);
260 CAST_encrypt(data, &sch);
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c170 RC2_KEY sch; local
183 RC2_set_key(&sch, 16, key, 128);
192 RC2_encrypt(data, &sch);
211 RC2_set_key(&sch, 16, key, 128);
212 RC2_set_key(&sch, 16, key, 128);
213 RC2_set_key(&sch, 16, key, 128);
214 RC2_set_key(&sch, 16, key, 128);
230 RC2_encrypt(data, &sch);
231 RC2_encrypt(data, &sch);
232 RC2_encrypt(data, &sch);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c170 RC5_32_KEY sch; local
183 RC5_32_set_key(&sch, 16, key, 12);
192 RC5_32_encrypt(data, &sch);
211 RC5_32_set_key(&sch, 16, key, 12);
212 RC5_32_set_key(&sch, 16, key, 12);
213 RC5_32_set_key(&sch, 16, key, 12);
214 RC5_32_set_key(&sch, 16, key, 12);
230 RC5_32_encrypt(data, &sch);
231 RC5_32_encrypt(data, &sch);
232 RC5_32_encrypt(data, &sch);
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_syncache.c129 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
142 static int syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch,
209 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
210 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
211 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
297 struct syncache_head *sch; local
310 sch
338 syncache_insert(struct syncache *sc, struct syncache_head *sch) argument
385 syncache_drop(struct syncache *sc, struct syncache_head *sch) argument
409 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) argument
436 struct syncache_head *sch = (struct syncache_head *)xsch; local
502 struct syncache_head *sch; local
537 struct syncache_head *sch; local
611 struct syncache_head *sch; local
626 struct syncache_head *sch; local
976 struct syncache_head *sch; local
1273 struct syncache_head *sch; local
1643 syncache_respond(struct syncache *sc, struct syncache_head *sch, int locked, const struct mbuf *m0) argument
2012 syncookie_generate(struct syncache_head *sch, struct syncache *sc) argument
2069 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
2165 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
2239 struct syncache_head *sch; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c170 RC4_KEY sch; local
183 RC4_set_key(&sch, 16, key);
192 RC4(&sch, 8, buf, buf);
210 RC4_set_key(&sch, 16, key);
211 RC4_set_key(&sch, 16, key);
212 RC4_set_key(&sch, 16, key);
213 RC4_set_key(&sch, 16, key);
227 RC4(&sch, BUFSIZE, buf, buf);
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c331 struct schan *sch; local
404 sch = sc->ch[i];
407 i, NG_HOOK_NAME(sch->hook));
410 if (sch->last_recv)
412 (unsigned long)(time_second - sch->last_recv));
417 if (sch->last_rxerr)
419 (unsigned long)(time_second - sch->last_rxerr));
424 if (sch->last_xmit)
426 (unsigned long)(time_second - sch->last_xmit));
430 pos += sprintf(r + pos, " RX error(s) %lu", sch
584 struct schan *sch; local
666 struct schan *sch; local
759 struct schan *sch; local
816 struct schan *sch; local
1112 struct schan *sch; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c83 struct dn_sch *sch; member in struct:schk_new_arg
515 if (s->sch.flags & DN_HAVE_MASK)
588 if (s->sch.flags & DN_HAVE_MASK) {
590 flow_id_mask(&s->sch.sched_mask, &id_t);
613 if (s->sch.flags & DN_HAVE_MASK)
695 if (fs->sched->sch.flags & DN_HAVE_MASK)
822 ((struct dn_schk *)key)->sch.sched_nr;
831 ((struct dn_schk *)key)->sch.sched_nr;
832 return (s->sch.sched_nr == i);
851 s->sch
2668 struct dn_alg *sch = arg; local
[all...]
H A Ddn_sched_wf2q.c189 /* XXX invariant: sch > 0 || V >= min(S in neh) */
197 struct dn_heap *sch = &si->sch_heap; local
201 if (sch->elements == 0 && neh->elements == 0) {
222 * in sch have by definition S_i <= V so if sch is not empty,
224 * if sch is empty we only need to look at neh.
228 if (sch->elements == 0 && neh->elements > 0) {
236 heap_insert(sch, alg_fq->F, q);
241 q = HEAP_TOP(sch)->object;
244 heap_extract(sch, NUL
[all...]
H A Dip_dn_glue.c438 dn_compat_config_pipe(struct dn_sch *sch, struct dn_link *p, argument
445 sch->sched_nr = i;
446 sch->oid.subtype = 0;
464 /* Move scheduler related parameter from fs to sch */
465 sch->buckets = fs->buckets; /*XXX*/
468 sch->flags |= DN_HAVE_MASK;
470 sch->sched_mask = fs->flow_mask;
503 struct dn_sch *sch = NULL; local
526 sch = o_next(&buf, sizeof(*sch), DN_SC
[all...]
H A Dip_dn_private.h147 /* Store the fs/sch to scan when draining. The value is the
280 * XXX sch must be at the beginning, see schk_hash().
283 struct dn_sch sch; member in struct:dn_schk
299 /* Hash table of all instances (through sch.sched_mask)
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dspeed.c177 DES_key_schedule sch, sch2, sch3; local
193 DES_set_key_unchecked(&key, &sch);
202 DES_encrypt1(data, &sch, DES_ENCRYPT);
223 DES_set_key_unchecked(&key, &sch);
238 DES_encrypt1(data, &sch, DES_ENCRYPT);
254 DES_ncbc_encrypt(buf, buf, BUFSIZE, &sch, &key, DES_ENCRYPT);
271 &sch, &sch2, &sch3, &key, DES_ENCRYPT);
H A Ddes_opts.c405 func(d,&sch,DES_ENCRYPT); \
425 DES_key_schedule sch, sch2, sch3; local
444 DES_set_key_unchecked(&key, &sch);
450 DES_set_key_unchecked(&key, sch);
459 DES_encrypt1(data, &(sch[0]), DES_ENCRYPT);
/freebsd-11-stable/sys/mips/nlm/hal/
H A Dpic.h254 int sch, int vec, int dt, int db, int dte)
259 ((sch & 0x1) << 28) | ((vec & 0x3f) << 20) |
268 int sch, int vec, int cpu)
270 nlm_pic_write_irt(base, irt_num, en, nmi, sch, vec, 1,
253 nlm_pic_write_irt(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int dt, int db, int dte) argument
267 nlm_pic_write_irt_direct(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int cpu) argument
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c382 cchar_t sch; local
383 SetChar(sch, *s++, AttrOf(ch));
384 if_EXT_COLORS(SetPair(sch, GetPair(ch)));
385 if (wadd_wch_literal(win, sch) == ERR)
/freebsd-11-stable/contrib/pf/libevent/
H A Dbuffer.c233 char fch = data[i], sch = data[i+1]; local
236 if ( (sch == '\r' || sch == '\n') && sch != fch )
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c1276 struct dn_sch *sch = NULL; local
1302 * sch params
1336 sch = o_next(&buf, sizeof(*sch), DN_SCH);
1344 sch->sched_nr = i;
1345 sch->oid.subtype = 0; /* defaults to WF2Q+ */
1346 mask = &sch->sched_mask;
1347 flags = &sch->flags;
1348 buckets = &sch->buckets;
1375 sch
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c503 NCURSES_CH_T sch; local
504 SetChar(sch, *s++, AttrOf(ch));
505 if_EXT_COLORS(SetPair(sch, GetPair(ch)));
506 if (waddch_literal(win, sch) == ERR)
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c133 static int scd_subchan(struct scd_softc *, struct ioc_read_subchannel *sch);
134 static int read_subcode(struct scd_softc *, struct sony_subchannel_position_data *sch);
565 scd_subchan(struct scd_softc *sc, struct ioc_read_subchannel *sch) argument
571 sch->address_format, sch->data_format);
573 if (sch->address_format != CD_MSF_FORMAT)
576 if (sch->data_format != CD_CURRENT_POSITION)
595 if (copyout(&data, sch->data, min(sizeof(struct cd_sub_channel_info), sch->data_len))!=0)
/freebsd-11-stable/sys/dev/mcd/
H A Dmcd.c1411 mcd_subchan(struct mcd_softc *sc, struct ioc_read_subchannel *sch) argument
1419 sch->address_format,
1420 sch->data_format);
1422 if (sch->address_format != CD_MSF_FORMAT &&
1423 sch->address_format != CD_LBA_FORMAT)
1426 if (sch->data_format != CD_CURRENT_POSITION &&
1427 sch->data_format != CD_MEDIA_CATALOG)
1437 data.what.position.data_format = sch->data_format;
1439 switch (sch->data_format) {
1450 switch (sch
[all...]
/freebsd-11-stable/usr.bin/m4/
H A Deval.c926 unsigned char sch, dch; local
978 sch = (unsigned char)(*src++);
979 dch = mapvec[sch];
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c481 DES_key_schedule sch; local
1293 DES_set_key_unchecked(&key, &sch);
1341 (DES_cblock *)buf, &sch, DES_ENCRYPT);
1709 DES_ncbc_encrypt(buf, buf, lengths[j], &sch,
1722 &sch, &sch2, &sch3,

Completed in 333 milliseconds

12