📄 pgprandompoolpriv.h
字号:
/*____________________________________________________________________________
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -