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

1234

/freebsd-11.0-release/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr2.c54 struct crypt_op co; local
71 memset(&co, 0, sizeof(co));
72 co.ses = cs.ses;
73 co.op = COP_ENCRYPT;
74 co.len = sizeof(ibuf);
75 co.src = ibuf;
76 co.dst = obuf;
77 co.dst_len = sizeof(obuf);
78 res = ioctl(fd, CIOCCRYPT, &co);
[all...]
H A Dh_cbcdes.c52 struct crypt_op co; local
66 memset(&co, 0, sizeof(co));
67 co.ses = cs.ses;
68 co.op = COP_ENCRYPT;
69 co.len = sizeof(plaintx);
70 co.src = plaintx;
71 co.dst = buf;
72 co.dst_len = sizeof(buf);
73 co
[all...]
H A Dh_gcm.c56 struct crypt_op co; local
75 memset(&co, 0, sizeof(co));
78 co.ses = cs.ses;
79 co.op = COP_ENCRYPT;
80 co.len = sizeof(plaintx);
81 co.src = plaintx;
82 co.dst = databuf;
83 co.mac = macbuf;
84 co
[all...]
H A Dh_arc4.c51 struct crypt_op co; local
65 memset(&co, 0, sizeof(co));
66 co.ses = cs.ses;
67 co.op = COP_ENCRYPT;
68 co.len = sizeof(plaintx);
69 co.src = plaintx;
70 co.dst = buf;
71 co.dst_len = sizeof(buf);
72 res = ioctl(fd, CIOCCRYPT, &co);
[all...]
H A Dh_null.c47 struct crypt_op co; local
61 memset(&co, 0, sizeof(co));
62 co.ses = cs.ses;
63 co.op = COP_ENCRYPT;
64 co.len = sizeof(plaintx);
65 co.src = plaintx;
66 co.dst = buf;
67 co.dst_len = sizeof(buf);
68 res = ioctl(fd, CIOCCRYPT, &co);
[all...]
H A Dh_camellia.c57 struct crypt_op co; local
71 memset(&co, 0, sizeof(co));
72 co.ses = cs.ses;
73 co.op = COP_ENCRYPT;
74 co.len = sizeof(plaintx);
75 co.src = plaintx;
76 co.dst = buf;
77 co.dst_len = sizeof(buf);
78 co
[all...]
H A Dh_md5.c76 struct crypt_op co; local
90 memset(&co, 0, sizeof(co));
92 co.ses = cs.ses;
93 co.op = COP_ENCRYPT;
94 co.len = tests[i].len;
95 co.src = __UNCONST(&tests[i].plaintx);
96 co.mac = buf;
97 res = ioctl(fd, CIOCCRYPT, &co);
101 if (memcmp(co
[all...]
H A Dh_xcbcmac.c78 struct crypt_op co; local
93 memset(&co, 0, sizeof(co));
97 co.ses = cs.ses;
98 co.op = COP_ENCRYPT;
99 co.len = tests[i].len;
100 co.src = plaintx;
101 co.mac = buf;
102 res = ioctl(fd, CIOCCRYPT, &co);
H A Dh_aesctr1.c212 struct crypt_op co; local
227 memset(&co, 0, sizeof(co));
228 co.ses = cs.ses;
229 co.op = COP_ENCRYPT;
230 co.len = tests[i].len;
231 co.src = __UNCONST(&tests[i].plaintx);
232 co.dst = buf;
233 co.dst_len = sizeof(buf);
234 co
[all...]
H A Dh_md5hmac.c144 struct crypt_op co; local
162 memset(&co, 0, sizeof(co));
164 co.ses = cs.ses;
165 co.op = COP_ENCRYPT;
166 co.len = tests[i].len;
167 co.src = __UNCONST(&tests[i].data);
168 co.mac = buf;
169 res = ioctl(fd, CIOCCRYPT, &co);
173 if (memcmp(co
[all...]
H A Dh_sha1hmac.c154 struct crypt_op co; local
172 memset(&co, 0, sizeof(co));
174 co.ses = cs.ses;
175 co.op = COP_ENCRYPT;
176 co.len = tests[i].len;
177 co.src = __UNCONST(&tests[i].data);
178 co.mac = buf;
179 res = ioctl(fd, CIOCCRYPT, &co);
183 if (memcmp(co
[all...]
/freebsd-11.0-release/gnu/usr.bin/rcs/co/
H A DMakefile1 PROG= co
2 SRCS= co.c
/freebsd-11.0-release/release/picobsd/mfs_tree/etc/
H A Drc.serial19 co=$1; shift # call out device identifier
26 stty </dev/cuai$co$i -clocal crtscts hupcl 9600 reprint ^R
27 stty </dev/cual$co$i -clocal -crtscts -hupcl 0
35 co=$1; shift
41 stty </dev/cuai$co$i reprint undef
47 stty </dev/cual$co$i 300
55 co=$1; shift
65 stty </dev/cuai$co$i crtscts 57600
66 stty </dev/cual$co$i crtscts
74 co
[all...]
/freebsd-11.0-release/gnu/usr.bin/rcs/
H A DMakefile4 ci co merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze
H A Drcstest102 co $l $q a.c &&
103 test -f a.c || { echo '#co' $l did not create working file; exit 1; }
104 $diff a.11 a.c || { echo '#ci' followed by co $l is not a no-op; exit 1; }
109 co $q a.c &&
110 $diff a.12 a.c || { echo "#ci+co failed"; exit 1; }
113 co -r1.1 $q a.c &&
119 co -r1.1.1.1 $q a.c &&
123 co -l $q a.c &&
125 co -r1.3 $q a.c &&
126 $diff a.12 a.c || { echo "#(co
[all...]
/freebsd-11.0-release/sbin/ipfw/
H A Dmain.c229 if (!co.do_force)
230 co.do_force = !isatty(STDIN_FILENO);
272 co.comment_only = 1;
273 co.do_compact = 1;
277 co.do_compact = 1;
281 co.do_dynamic = 1;
285 co.do_expired = 1;
289 co.do_force = 1;
298 co.do_value_as_ip = 1;
302 co
[all...]
H A Dipfw2.c58 struct cmdline_opts co; /* global options */ variable in typeref:struct:cmdline_opts
376 static int ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo,
378 static int ipfw_show_config(struct cmdline_opts *co, struct format_opts *fo,
557 if (co.test_only)
594 if (co.test_only)
622 if (co.test_only)
842 if (co.do_resolv && (s = match_value(ether_types, port)) )
848 if (co.do_resolv) {
1246 if (mb == 32 && co.do_resolv)
1376 if (co
1399 show_static_rule(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, struct ip_fw_rule *rule, struct ip_fw_bcounter *cntr) argument
2136 show_dyn_state(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, ipfw_dyn_rule *d) argument
2362 prepare_format_dyn(struct cmdline_opts *co, struct format_opts *fo, void *arg, void *_state) argument
2394 foreach_state(struct cmdline_opts *co, struct format_opts *fo, caddr_t base, size_t sz, state_cb dyn_bc, void *dyn_arg) argument
2435 prepare_format_opts(struct cmdline_opts *co, struct format_opts *fo, ipfw_obj_tlv *rtlv, int rcnt, caddr_t dynbase, size_t dynsz) argument
2474 list_static_range(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, ipfw_obj_tlv *rtlv, int rcnt) argument
2509 list_dyn_state(struct cmdline_opts *co, struct format_opts *fo, void *_arg, void *_state) argument
2537 list_dyn_range(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, caddr_t base, size_t sz) argument
2605 ipfw_show_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader *cfg, size_t sz, int ac, char *av[]) argument
2733 ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader **pcfg, size_t *psize) argument
[all...]
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A Dlibunwind.cpp71 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
72 co->setInfoBasedOnIPRegister();
165 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
166 if (co->validReg(regNum)) {
167 *value = co->getReg(regNum);
180 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
181 if (co->validReg(regNum)) {
182 co->setReg(regNum, (pint_t)value);
186 co->setInfoBasedOnIPRegister(false);
199 AbstractUnwindCursor *co local
218 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
230 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
240 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
252 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
264 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
276 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
286 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
295 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
304 AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor; local
[all...]
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_rng.c56 struct callout co; member in struct:aml8726_rng_softc
82 callout_reset(&sc->co, sc->ticks, aml8726_rng_harvest, sc);
118 callout_init(&sc->co, 1);
119 callout_reset(&sc->co, sc->ticks, aml8726_rng_harvest, sc);
129 callout_drain(&sc->co);
/freebsd-11.0-release/lib/libgeom/
H A Dgeom_xml2tree.c367 struct gconsumer *co; local
420 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
421 gmp->lg_ident[i].lg_id = co->lg_id;
422 gmp->lg_ident[i].lg_ptr = co;
437 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
438 co->lg_geom =
439 geom_lookupid(gmp, co->lg_geom)->lg_ptr;
440 if (co->lg_provider != NULL) {
441 co->lg_provider =
443 co
490 struct gconsumer *co; local
[all...]
/freebsd-11.0-release/lib/libedit/TEST/
H A Dtc1.c177 int ac, cc, co; local
201 ac = cc = co = 0;
202 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
209 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
210 ncontinuation, ac, cc, co);
241 co, av[i], av[i] + co);
H A Dwtc1.c161 int ac, cc, co, rc; local
184 ac = cc = co = 0;
185 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
193 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
194 ncontinuation, ac, cc, co);
210 co, av[i], av[i] + co);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c93 static unsigned int conf_offset_val(enum confidentiality_offset co) argument
95 switch (co) {
110 enum confidentiality_offset co)
113 conf_offset_val(co), vf);
151 enum confidentiality_offset co)
154 conf_offset_val(co));
107 wpas_create_receive_sc(void *wpa_s, u32 channel, struct ieee802_1x_mka_sci *sci, enum validate_frames vf, enum confidentiality_offset co) argument
149 wpas_create_transmit_sc(void *wpa_s, u32 channel, const struct ieee802_1x_mka_sci *sci, enum confidentiality_offset co) argument
/freebsd-11.0-release/lib/libedit/
H A Dtokenizer.c198 int cc, co; local
200 cc = co = -1;
207 co = (int)(tok->wptr - tok->wstart);
424 if (cc == -1 && co == -1) {
426 co = (int)(tok->wptr - tok->wstart);
431 *cursoro = co;
/freebsd-11.0-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c46 * Pass -Vn to `co'. Pass unexpanded revision name to `co', so that Name works.
118 static char const co[] = CO; variable
255 co, quietarg, commarg.string,
259 rcsfaterror("co failed");

Completed in 114 milliseconds

1234