代码搜索:bench
找到约 3,833 项符合「bench」的源代码
代码结果 3,833
www.eeworm.com/read/291164/8438971
c bench.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2001,2003,2004 by Solar Designer
*/
#ifdef __ultrix__
#define __POSIX
#define _POSIX_SOURCE
#endif
#ifdef _SCO_C_D
www.eeworm.com/read/189605/8465936
java bench.java
/*****************************************************************************
jnt.Bench.Bench
*****************************************************************************/
package jnt.Bench;
import
www.eeworm.com/read/290161/8501154
asm bench.asm
www.eeworm.com/read/290161/8501155
dat bench.dat
www.eeworm.com/read/187929/8590146
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/187929/8590385
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/287946/8658563
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/287946/8658742
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/431199/8702502
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, double he
www.eeworm.com/read/431199/8702956
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
#include "bench.h"
#include "aes.h"
#include "blumshub.h"
#include "rng.h"
#include "files.h"
#incl