crypto/libressl/apps/openssl/speed.c
1024
if (doit[D_MD4]) {
crypto/libressl/apps/openssl/speed.c
1037
if (doit[D_MD5]) {
crypto/libressl/apps/openssl/speed.c
1050
if (doit[D_HMAC]) {
crypto/libressl/apps/openssl/speed.c
1085
if (doit[D_SHA1]) {
crypto/libressl/apps/openssl/speed.c
1096
if (doit[D_SHA256]) {
crypto/libressl/apps/openssl/speed.c
1109
if (doit[D_SHA512]) {
crypto/libressl/apps/openssl/speed.c
1123
if (doit[D_WHIRLPOOL]) {
crypto/libressl/apps/openssl/speed.c
1136
if (doit[D_RMD160]) {
crypto/libressl/apps/openssl/speed.c
1148
if (doit[D_RC4]) {
crypto/libressl/apps/openssl/speed.c
1161
if (doit[D_CBC_DES]) {
crypto/libressl/apps/openssl/speed.c
1172
if (doit[D_EDE3_DES]) {
crypto/libressl/apps/openssl/speed.c
1186
if (doit[D_CBC_128_AES]) {
crypto/libressl/apps/openssl/speed.c
1198
if (doit[D_CBC_192_AES]) {
crypto/libressl/apps/openssl/speed.c
1210
if (doit[D_CBC_256_AES]) {
crypto/libressl/apps/openssl/speed.c
1222
if (doit[D_IGE_128_AES]) {
crypto/libressl/apps/openssl/speed.c
1234
if (doit[D_IGE_192_AES]) {
crypto/libressl/apps/openssl/speed.c
1246
if (doit[D_IGE_256_AES]) {
crypto/libressl/apps/openssl/speed.c
1258
if (doit[D_GHASH]) {
crypto/libressl/apps/openssl/speed.c
1272
if (doit[D_AES_128_GCM]) {
crypto/libressl/apps/openssl/speed.c
1300
if (doit[D_AES_256_GCM]) {
crypto/libressl/apps/openssl/speed.c
1329
if (doit[D_CHACHA20_POLY1305]) {
crypto/libressl/apps/openssl/speed.c
1359
if (doit[D_CBC_128_CML]) {
crypto/libressl/apps/openssl/speed.c
1371
if (doit[D_CBC_192_CML]) {
crypto/libressl/apps/openssl/speed.c
1383
if (doit[D_CBC_256_CML]) {
crypto/libressl/apps/openssl/speed.c
1397
if (doit[D_CBC_IDEA]) {
crypto/libressl/apps/openssl/speed.c
1411
if (doit[D_CBC_RC2]) {
crypto/libressl/apps/openssl/speed.c
1425
if (doit[D_CBC_BF]) {
crypto/libressl/apps/openssl/speed.c
1439
if (doit[D_CBC_CAST]) {
crypto/libressl/apps/openssl/speed.c
1453
if (doit[D_EVP]) {
crypto/libressl/apps/openssl/speed.c
1864
if (!doit[k])
crypto/libressl/apps/openssl/speed.c
473
int doit[ALGOR_NUM];
crypto/libressl/apps/openssl/speed.c
518
doit[i] = 0;
crypto/libressl/apps/openssl/speed.c
552
doit[D_EVP] = 1;
crypto/libressl/apps/openssl/speed.c
582
doit[D_MD4] = 1;
crypto/libressl/apps/openssl/speed.c
587
doit[D_MD5] = 1;
crypto/libressl/apps/openssl/speed.c
592
doit[D_HMAC] = 1;
crypto/libressl/apps/openssl/speed.c
597
doit[D_SHA1] = 1;
crypto/libressl/apps/openssl/speed.c
599
doit[D_SHA1] = 1,
crypto/libressl/apps/openssl/speed.c
600
doit[D_SHA256] = 1,
crypto/libressl/apps/openssl/speed.c
601
doit[D_SHA512] = 1;
crypto/libressl/apps/openssl/speed.c
605
doit[D_SHA256] = 1;
crypto/libressl/apps/openssl/speed.c
610
doit[D_SHA512] = 1;
crypto/libressl/apps/openssl/speed.c
616
doit[D_WHIRLPOOL] = 1;
crypto/libressl/apps/openssl/speed.c
621
doit[D_RMD160] = 1;
crypto/libressl/apps/openssl/speed.c
623
doit[D_RMD160] = 1;
crypto/libressl/apps/openssl/speed.c
625
doit[D_RMD160] = 1;
crypto/libressl/apps/openssl/speed.c
630
doit[D_RC4] = 1;
crypto/libressl/apps/openssl/speed.c
635
doit[D_CBC_DES] = 1;
crypto/libressl/apps/openssl/speed.c
637
doit[D_EDE3_DES] = 1;
crypto/libressl/apps/openssl/speed.c
642
doit[D_CBC_128_AES] = 1;
crypto/libressl/apps/openssl/speed.c
644
doit[D_CBC_192_AES] = 1;
crypto/libressl/apps/openssl/speed.c
646
doit[D_CBC_256_AES] = 1;
crypto/libressl/apps/openssl/speed.c
648
doit[D_IGE_128_AES] = 1;
crypto/libressl/apps/openssl/speed.c
650
doit[D_IGE_192_AES] = 1;
crypto/libressl/apps/openssl/speed.c
652
doit[D_IGE_256_AES] = 1;
crypto/libressl/apps/openssl/speed.c
657
doit[D_CBC_128_CML] = 1;
crypto/libressl/apps/openssl/speed.c
659
doit[D_CBC_192_CML] = 1;
crypto/libressl/apps/openssl/speed.c
661
doit[D_CBC_256_CML] = 1;
crypto/libressl/apps/openssl/speed.c
687
doit[D_CBC_RC2] = 1;
crypto/libressl/apps/openssl/speed.c
689
doit[D_CBC_RC2] = 1;
crypto/libressl/apps/openssl/speed.c
694
doit[D_CBC_IDEA] = 1;
crypto/libressl/apps/openssl/speed.c
696
doit[D_CBC_IDEA] = 1;
crypto/libressl/apps/openssl/speed.c
701
doit[D_CBC_BF] = 1;
crypto/libressl/apps/openssl/speed.c
703
doit[D_CBC_BF] = 1;
crypto/libressl/apps/openssl/speed.c
705
doit[D_CBC_BF] = 1;
crypto/libressl/apps/openssl/speed.c
710
doit[D_CBC_CAST] = 1;
crypto/libressl/apps/openssl/speed.c
712
doit[D_CBC_CAST] = 1;
crypto/libressl/apps/openssl/speed.c
714
doit[D_CBC_CAST] = 1;
crypto/libressl/apps/openssl/speed.c
719
doit[D_CBC_DES] = 1;
crypto/libressl/apps/openssl/speed.c
720
doit[D_EDE3_DES] = 1;
crypto/libressl/apps/openssl/speed.c
725
doit[D_CBC_128_AES] = 1;
crypto/libressl/apps/openssl/speed.c
726
doit[D_CBC_192_AES] = 1;
crypto/libressl/apps/openssl/speed.c
727
doit[D_CBC_256_AES] = 1;
crypto/libressl/apps/openssl/speed.c
729
doit[D_GHASH] = 1;
crypto/libressl/apps/openssl/speed.c
731
doit[D_AES_128_GCM]=1;
crypto/libressl/apps/openssl/speed.c
733
doit[D_AES_256_GCM]=1;
crypto/libressl/apps/openssl/speed.c
738
doit[D_CBC_128_CML] = 1;
crypto/libressl/apps/openssl/speed.c
739
doit[D_CBC_192_CML] = 1;
crypto/libressl/apps/openssl/speed.c
740
doit[D_CBC_256_CML] = 1;
crypto/libressl/apps/openssl/speed.c
745
doit[D_CHACHA20_POLY1305]=1;
crypto/libressl/apps/openssl/speed.c
955
doit[i] = 1;
crypto/libressl/apps/openssl/speed.c
967
if (doit[i])
libexec/telnetd/telnetd.c
386
doit((struct sockaddr *)&from);
libexec/telnetd/telnetd.c
65
void doit(struct sockaddr *) __dead2;
sbin/fsck/pass5.c
74
char *doit = NULL;
sbin/fsck/pass5.c
77
doit = "CREAT";
sbin/fsck/pass5.c
80
doit = "EXPAND";
sbin/fsck/pass5.c
82
if (doit) {
sbin/fsck/pass5.c
87
pwarn("CANNOT %s CLUSTER MAPS\n", doit);
sbin/fsck/pass5.c
93
doit);
sbin/vinum/commands.c
2360
int doit = 0; /* set to 1 if we pass our tests */
sbin/vinum/commands.c
2367
doit = 1;
sbin/vinum/commands.c
2375
doit = 1;
sbin/vinum/commands.c
2383
doit = 1;
sbin/vinum/commands.c
2391
doit = 1;
sbin/vinum/commands.c
2400
else if (doit) {
sbin/vinum/commands.c
571
int doit = 0; /* set to 1 if we pass our tests */
sbin/vinum/commands.c
577
doit = 1;
sbin/vinum/commands.c
584
doit = 1;
sbin/vinum/commands.c
651
doit = 1;
sbin/vinum/commands.c
658
if (doit) {
share/examples/libusb20/bulk.c
238
doit(dev);
share/examples/libusb20/control.c
410
doit(dev);
sys/dev/disk/mpt/mpt_cam.c
508
int r, doit = 0;
sys/dev/disk/mpt/mpt_cam.c
529
doit = 0;
sys/dev/disk/mpt/mpt_cam.c
553
doit++;
sys/dev/disk/mpt/mpt_cam.c
559
doit++;
sys/dev/disk/mpt/mpt_cam.c
565
doit++;
sys/dev/disk/mpt/mpt_cam.c
571
doit++;
sys/dev/disk/mpt/mpt_cam.c
580
doit++;
sys/dev/disk/mpt/mpt_cam.c
584
if (doit) {
sys/vfs/nfs/nfs_vnops.c
2725
int error = 0, tlen, more_dirs = 1, blksiz = 0, doit, bigenough = 1, i;
sys/vfs/nfs/nfs_vnops.c
2868
doit = fxdr_unsigned(int, *tl);
sys/vfs/nfs/nfs_vnops.c
2869
if (doit) {
sys/vfs/nfs/nfs_vnops.c
2872
if (doit && bigenough && !nlcdegenerate(&nlc) &&
usr.bin/finger/util.c
103
char doit = 0;
usr.bin/finger/util.c
109
doit = 1;
usr.bin/finger/util.c
112
for (; !doit && w != NULL; w = w->next)
usr.bin/finger/util.c
115
doit = 1;
usr.bin/finger/util.c
121
for (w = pn->whead; doit && w != NULL; w = w->next)
usr.bin/finger/util.c
124
doit = 0;
usr.bin/finger/util.c
126
if (doit) {
usr.sbin/arp/arp.c
630
goto doit;
usr.sbin/arp/arp.c
668
doit:
usr.sbin/lpr/lpd/lpd.c
406
doit();
usr.sbin/lpr/lpd/lpd.c
98
static void doit(void);
usr.sbin/ndp/ndp.c
857
goto doit;
usr.sbin/ndp/ndp.c
889
doit: