pgprandompoolpriv.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 38 行
H
38 行
/*____________________________________________________________________________
pgpRandomPoolPriv.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
Random pool and dummy random pool, used globally.
$Id: pgpRandomPoolPriv.h,v 1.6 1999/03/10 02:54:45 heller Exp $
____________________________________________________________________________*/
#ifndef Included_pgpRandomPoolPriv_h
#define Included_pgpRandomPoolPriv_h
#include "pgpRandomPool.h"
#include "pgpRandomContext.h"
PGP_BEGIN_C_DECLARATIONS
PGPError pgpInitGlobalRandomPool( void );
void pgpInitGlobalRandomPoolContext( PGPRandomContext *rc );
/* one could create multiple instances of the global random pool */
PGPRandomVTBL const * pgpGetGlobalRandomPoolVTBL( void );
PGPRandomVTBL const * pgpGetGlobalDummyRandomPoolVTBL( void );
/*
* Return the number of bits added to the rand pool over its lifetime.
* This does not count any seed bits that were read from the file.
*/
PGPUInt32 pgpGlobalRandomPoolGetInflow( void );
PGP_END_C_DECLARATIONS
#endif /* Included_pgpRandomPoolPriv_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?