代码搜索:Bench
找到约 3,833 项符合「Bench」的源代码
代码结果 3,833
www.eeworm.com/read/395970/8140696
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/395970/8140993
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/395970/8141298
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/247320/12666311
h bench.h
#ifndef CRYPTOPP_BENCH_H
#define CRYPTOPP_BENCH_H
#include "cryptlib.h"
extern const double CLOCK_TICKS_PER_SECOND;
void BenchmarkAll(double t, double hertz);
void BenchmarkAll2(double t, d
www.eeworm.com/read/247320/12666637
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
#include "bench.h"
#include "crc.h"
#include "adler32.h"
#include "idea.h"
#include "des.h"
www.eeworm.com/read/331719/12812360
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/331719/12812567
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/244126/12885587
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/244126/12885763
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/327101/13099089
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif