Home
last modified time | relevance | path

Searched refs:opt_md5 (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeradius3/freeradius-server-3.0.25/scripts/
H A Dcryptpasswd.in65 $opt_des = 1 unless ($opt_des || $opt_md5);
71 if ($opt_md5 && !check_md5());
73 $salt = ($opt_md5 ? '$1$' : '');
74 for ($i = 0; $i < ($opt_md5 ? 8 : 2); $i++) {
77 $salt .= '$' if ($opt_md5);
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/fiwalk/src/
H A Dfiwalk.cpp72 bool opt_md5 = true; // calculate the MD5 for every file? variable
506 opt_md5 = 1;
525 case _TSK_T('M'): opt_md5 = true;
576 case _TSK_T('z'): opt_sha1=false;opt_md5=false;break;
600 if(opt_no_data && (opt_md5 || opt_sha1 || opt_save || opt_magic)) {
680 if(opt_md5) a->add_attribute("md5",arff::STRING);
H A Dcontent.cpp291 if(opt_md5 && h_md5.hashed_bytes>0) file_info(h_md5.final()); in write_record()
315 return opt_md5 || opt_sha1 || opt_save || do_plugin || opt_magic in need_file_walk()
343 if(opt_md5) h_md5.update((unsigned char *)buf,size); in add_bytes()
H A Dfiwalk.h111 extern bool opt_md5; // do we need md5s?
/dports/net/tcpflow/tcpflow-1.5.0/src/
H A Dtcpdemux.h91 store_output(true),opt_md5(false), in options()
101 bool opt_md5; // do we calculate MD5 on DFXML output? variable
H A Dtcpflow.cpp587 demux.opt.opt_md5 = true; in main()
643 case 'M': demux.opt.opt_md5 = true;break; in main()
746 if(demux.opt.opt_md5) be13::plugin::scanners_enable("md5"); in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/xbcloud/
H A Dxbcloud.cc104 static bool opt_md5 = false; variable
317 {"md5", OPT_MD5, "Upload MD5 file into the backup dir.", &opt_md5, &opt_md5,
1135 opt_md5)) { in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/xbcloud/
H A Dxbcloud.cc104 static bool opt_md5 = false; variable
332 {"md5", OPT_MD5, "Upload MD5 file into the backup dir.", &opt_md5, &opt_md5,
1174 opt_md5)) { in main()