pgprndseed.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 33 行

H
33
字号
/*
 * pgpRndSeed.h -- read and write the randseed.rnd file.
 *
 * Written by:	Derek Atkins <warlord@MIT.EDU>
 *
 * This is a Public API Function Header.
 *
 * $Id: pgpRndSeed.h,v 1.15 1999/04/13 17:39:33 cpeterson Exp $
 */

#ifndef Included_pgpRndSeed_h
#define Included_pgpRndSeed_h

#include <stdio.h>

PGP_BEGIN_C_DECLARATIONS

#include "pgpOpaqueStructs.h"

/* We want to see at least this many bytes in randseed */
#define PGP_SEED_MIN_BYTES		24



PGPError	pgpSeedGlobalRandomPool( PGPContextRef context );
PGPError	pgpSaveGlobalRandomPool( PGPContextRef context );
PGPBoolean	pgpGlobalRandomPoolIsSeeded( void );
void		pgpSetIsSeeded( void);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpRndSeed_h */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?