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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/sys/netinet/
H A Dtcp_syncache.c127 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
202 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
203 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
204 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
279 struct syncache_head *sch; local
286 sch = &V_tcp_syncache.hashbase[i];
287 callout_drain(&sch
323 syncache_insert(struct syncache *sc, struct syncache_head *sch) argument
368 syncache_drop(struct syncache *sc, struct syncache_head *sch) argument
391 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) argument
412 struct syncache_head *sch = (struct syncache_head *)xsch; local
478 struct syncache_head *sch; local
525 struct syncache_head *sch; local
599 struct syncache_head *sch; local
614 struct syncache_head *sch; local
916 struct syncache_head *sch; local
1054 struct syncache_head *sch; local
1624 syncookie_generate(struct syncache_head *sch, struct syncache *sc, u_int32_t *flowlabel) argument
1697 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcpopt *to, struct tcphdr *th, struct socket *so) argument
1808 struct syncache_head *sch; local
1833 struct syncache_head *sch; local
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/netpfil/ipfw/
H A Dip_dummynet.c72 struct dn_sch *sch; member in struct:schk_new_arg
468 if (s->sch.flags & DN_HAVE_MASK)
517 if (s->sch.flags & DN_HAVE_MASK) {
519 flow_id_mask(&s->sch.sched_mask, &id_t);
542 if (s->sch.flags & DN_HAVE_MASK)
686 ((struct dn_schk *)key)->sch.sched_nr;
695 ((struct dn_schk *)key)->sch.sched_nr;
696 return (s->sch.sched_nr == i);
715 s->sch = *a->sch; // cop
2273 struct dn_alg *sch = arg; local
[all...]
H A Ddn_sched_wf2q.c183 /* XXX invariant: sch > 0 || V >= min(S in neh) */
191 struct dn_heap *sch = &si->sch_heap; local
195 if (sch->elements == 0 && neh->elements == 0) {
216 * in sch have by definition S_i <= V so if sch is not empty,
218 * if sch is empty we only need to look at neh.
222 if (sch->elements == 0 && neh->elements > 0) {
230 heap_insert(sch, alg_fq->F, q);
235 q = HEAP_TOP(sch)->object;
238 heap_extract(sch, NUL
[all...]
H A Dip_dn_glue.c435 dn_compat_config_pipe(struct dn_sch *sch, struct dn_link *p, argument
442 sch->sched_nr = i;
443 sch->oid.subtype = 0;
461 /* Move scheduler related parameter from fs to sch */
462 sch->buckets = fs->buckets; /*XXX*/
465 sch->flags |= DN_HAVE_MASK;
467 sch->sched_mask = fs->flow_mask;
500 struct dn_sch *sch = NULL; local
523 sch = o_next(&buf, sizeof(*sch), DN_SC
[all...]
H A Dip_dn_private.h139 /* Store the fs/sch to scan when draining. The value is the
265 * XXX sch must be at the beginning, see schk_hash().
268 struct dn_sch sch; member in struct:dn_schk
284 /* Hash table of all instances (through sch.sched_mask)
/freebsd-9.3-release/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-9.3-release/sbin/ipfw/
H A Ddummynet.c766 struct dn_sch *sch = NULL; local
807 sch = o_next(&buf, sizeof(*sch), DN_SCH);
811 sch->sched_nr = i;
812 sch->oid.subtype = 0; /* defaults to WF2Q+ */
813 mask = &sch->sched_mask;
814 flags = &sch->flags;
815 buckets = &sch->buckets;
834 sch = o_next(&buf, sizeof(*sch), DN_SC
[all...]
/freebsd-9.3-release/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-9.3-release/sys/mips/nlm/hal/
H A Dpic.h330 int sch, int vec, int dt, int db, int dte)
335 ((sch & 0x1) << 28) | ((vec & 0x3f) << 20) |
344 int sch, int vec, int cpu)
346 nlm_pic_write_irt(base, irt_num, en, nmi, sch, vec, 1,
329 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
343 nlm_pic_write_irt_direct(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int cpu) argument
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_addch.c480 NCURSES_CH_T sch; local
481 SetChar(sch, *s++, AttrOf(ch));
482 if_EXT_COLORS(SetPair(sch, GetPair(ch)));
483 if (waddch_literal(win, sch) == ERR)
/freebsd-9.3-release/sys/dev/scd/
H A Dscd.c133 static int scd_subchan(struct scd_softc *, struct ioc_read_subchannel *sch, int nocopyout);
134 static int read_subcode(struct scd_softc *, struct sony_subchannel_position_data *sch);
548 scd_subchan(struct scd_softc *sc, struct ioc_read_subchannel *sch, int nocopyout) argument
554 sch->address_format, sch->data_format);
556 if (sch->address_format != CD_MSF_FORMAT)
559 if (sch->data_format != CD_CURRENT_POSITION)
578 if (copyout(&data, sch->data, min(sizeof(struct cd_sub_channel_info), sch->data_len))!=0)
581 bcopy(&data, sch
[all...]
/freebsd-9.3-release/sys/dev/mcd/
H A Dmcd.c1362 mcd_subchan(struct mcd_softc *sc, struct ioc_read_subchannel *sch, int nocopyout) argument
1370 sch->address_format,
1371 sch->data_format);
1373 if (sch->address_format != CD_MSF_FORMAT &&
1374 sch->address_format != CD_LBA_FORMAT)
1377 if (sch->data_format != CD_CURRENT_POSITION &&
1378 sch->data_format != CD_MEDIA_CATALOG)
1388 data.what.position.data_format = sch->data_format;
1390 switch (sch->data_format) {
1401 switch (sch
[all...]
/freebsd-9.3-release/usr.bin/m4/
H A Deval.c904 unsigned char sch, dch; local
956 sch = (unsigned char)(*src++);
957 dch = mapvec[sch];
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c592 DES_key_schedule sch; local
1384 DES_set_key_unchecked(&key, &sch);
1432 (DES_cblock *)buf, &sch, DES_ENCRYPT);
1782 DES_ncbc_encrypt(buf, buf, lengths[j], &sch,
1795 &sch, &sch2, &sch3,
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h3246 uint64_t sch : 4; /**< Hold CS for (SCH+1) refclks after FSET desserts member in struct:cvmx_mio_fus_read_times::cvmx_mio_fus_read_times_s
3285 uint64_t sch : 4;

Completed in 558 milliseconds