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

/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Didea_spd.c182 IDEA_KEY_SCHEDULE sch; local
195 idea_set_encrypt_key(key,&sch);
204 idea_encrypt(data,&sch);
225 idea_set_encrypt_key(key,&sch);
226 idea_set_encrypt_key(key,&sch);
227 idea_set_encrypt_key(key,&sch);
228 idea_set_encrypt_key(key,&sch);
244 idea_set_decrypt_key(&sch,&sch);
245 idea_set_decrypt_key(&sch,
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A Dbfspeed.c182 BF_KEY sch; local
195 BF_set_key(&sch,16,key);
204 BF_encrypt(data,&sch);
224 BF_set_key(&sch,16,key);
225 BF_set_key(&sch,16,key);
226 BF_set_key(&sch,16,key);
227 BF_set_key(&sch,16,key);
244 BF_encrypt(data,&sch);
245 BF_encrypt(data,&sch);
246 BF_encrypt(data,&sch);
[all...]
H A Dbf_opts.c213 func(d,&sch); \
214 func(d,&sch); \
215 func(d,&sch); \
216 func(d,&sch); \
232 BF_KEY sch; local
252 BF_set_key(&sch,16,key);
264 BF_encrypt(data,&sch);
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A Dcast_spd.c182 CAST_KEY sch; local
195 CAST_set_key(&sch,16,key);
204 CAST_encrypt(data,&sch);
224 CAST_set_key(&sch,16,key);
225 CAST_set_key(&sch,16,key);
226 CAST_set_key(&sch,16,key);
227 CAST_set_key(&sch,16,key);
244 CAST_encrypt(data,&sch);
245 CAST_encrypt(data,&sch);
246 CAST_encrypt(data,&sch);
[all...]
H A Dcastopts.c223 func(d,&sch); \
224 func(d,&sch); \
225 func(d,&sch); \
226 func(d,&sch); \
242 CAST_KEY sch; local
262 CAST_set_key(&sch,16,key);
274 CAST_encrypt(data,&sch);
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2speed.c182 RC2_KEY sch; local
195 RC2_set_key(&sch,16,key,128);
204 RC2_encrypt(data,&sch);
224 RC2_set_key(&sch,16,key,128);
225 RC2_set_key(&sch,16,key,128);
226 RC2_set_key(&sch,16,key,128);
227 RC2_set_key(&sch,16,key,128);
244 RC2_encrypt(data,&sch);
245 RC2_encrypt(data,&sch);
246 RC2_encrypt(data,&sch);
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/rc5/
H A Drc5speed.c182 RC5_32_KEY sch; local
195 RC5_32_set_key(&sch,16,key,12);
204 RC5_32_encrypt(data,&sch);
224 RC5_32_set_key(&sch,16,key,12);
225 RC5_32_set_key(&sch,16,key,12);
226 RC5_32_set_key(&sch,16,key,12);
227 RC5_32_set_key(&sch,16,key,12);
244 RC5_32_encrypt(data,&sch);
245 RC5_32_encrypt(data,&sch);
246 RC5_32_encrypt(data,&sch);
[all...]
/freebsd-10.0-release/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,
212 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
213 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
214 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
298 struct syncache_head *sch; local
305 sch
344 syncache_insert(struct syncache *sc, struct syncache_head *sch) argument
389 syncache_drop(struct syncache *sc, struct syncache_head *sch) argument
412 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) argument
433 struct syncache_head *sch = (struct syncache_head *)xsch; local
499 struct syncache_head *sch; local
546 struct syncache_head *sch; local
620 struct syncache_head *sch; local
635 struct syncache_head *sch; local
937 struct syncache_head *sch; local
1105 struct syncache_head *sch; local
1734 syncookie_generate(struct syncache_head *sch, struct syncache *sc) argument
1798 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
1894 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
1962 struct syncache_head *sch; local
1987 struct syncache_head *sch; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/rc4/
H A Drc4speed.c182 RC4_KEY sch; local
195 RC4_set_key(&sch,16,key);
204 RC4(&sch,8,buf,buf);
223 RC4_set_key(&sch,16,key);
224 RC4_set_key(&sch,16,key);
225 RC4_set_key(&sch,16,key);
226 RC4_set_key(&sch,16,key);
240 RC4(&sch,BUFSIZE,buf,buf);
/freebsd-10.0-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-10.0-release/sys/netpfil/ipfw/
H A Dip_dummynet.c72 struct dn_sch *sch; member in struct:schk_new_arg
471 if (s->sch.flags & DN_HAVE_MASK)
520 if (s->sch.flags & DN_HAVE_MASK) {
522 flow_id_mask(&s->sch.sched_mask, &id_t);
545 if (s->sch.flags & DN_HAVE_MASK)
689 ((struct dn_schk *)key)->sch.sched_nr;
698 ((struct dn_schk *)key)->sch.sched_nr;
699 return (s->sch.sched_nr == i);
718 s->sch = *a->sch; // cop
2276 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-10.0-release/crypto/openssl/crypto/des/
H A Dspeed.c186 DES_key_schedule sch,sch2,sch3; local
202 DES_set_key_unchecked(&key,&sch);
211 DES_encrypt1(data,&sch,DES_ENCRYPT);
232 DES_set_key_unchecked(&key,&sch);
248 DES_encrypt1(data,&sch,DES_ENCRYPT);
264 DES_ncbc_encrypt(buf,buf,BUFSIZE,&sch,
282 &sch,
H A Ddes_opts.c408 func(d,&sch,DES_ENCRYPT); \
425 DES_key_schedule sch,sch2,sch3; local
445 DES_set_key_unchecked(&key,&sch);
451 DES_set_key_unchecked(&key,sch);
460 DES_encrypt1(data,&(sch[0]),DES_ENCRYPT);
/freebsd-10.0-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-10.0-release/sys/mips/nlm/hal/
H A Dpic.h259 int sch, int vec, int dt, int db, int dte)
264 ((sch & 0x1) << 28) | ((vec & 0x3f) << 20) |
273 int sch, int vec, int cpu)
275 nlm_pic_write_irt(base, irt_num, en, nmi, sch, vec, 1,
258 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
272 nlm_pic_write_irt_direct(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int cpu) argument
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/sys/dev/mcd/
H A Dmcd.c1355 mcd_subchan(struct mcd_softc *sc, struct ioc_read_subchannel *sch, int nocopyout) argument
1363 sch->address_format,
1364 sch->data_format);
1366 if (sch->address_format != CD_MSF_FORMAT &&
1367 sch->address_format != CD_LBA_FORMAT)
1370 if (sch->data_format != CD_CURRENT_POSITION &&
1371 sch->data_format != CD_MEDIA_CATALOG)
1381 data.what.position.data_format = sch->data_format;
1383 switch (sch->data_format) {
1394 switch (sch
[all...]
/freebsd-10.0-release/usr.bin/m4/
H A Deval.c904 unsigned char sch, dch; local
956 sch = (unsigned char)(*src++);
957 dch = mapvec[sch];
/freebsd-10.0-release/crypto/openssl/apps/
H A Dspeed.c461 DES_key_schedule sch; local
1219 DES_set_key_unchecked(&key,&sch);
1268 &sch,DES_ENCRYPT);
1683 DES_ncbc_encrypt(buf,buf,lengths[j],&sch,
1698 &sch,&sch2,&sch3,
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h4606 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
4645 uint64_t sch : 4;

Completed in 348 milliseconds