这是一个unix环境下实现基于身份的PKI系统源码

源代码在线查看: benchmark.void.h

软件大小: 82 K
上传用户: dujibei
关键词: unix PKI 环境 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* benchmark.h, "void" version				 * Ben Lynn				 */								/*				Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)								See LICENSE for license				*/				#ifndef BENCHMARK_H				#define BENCHMARK_H								#define BENCHMARK								#ifdef __cplusplus				extern "C" {				#endif								#define do_nothing ((void) (0))				#define bm_put(x, y) do_nothing				#define bm_get(x) do_nothing				#define bm_get_time() do_nothing								#define bm_report_encrypt() do_nothing				#define bm_report_decrypt() do_nothing								#ifdef __cplusplus				}				#endif								#endif							

相关资源