pgpconvmod.h

来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 30 行

H
30
字号
/*
 * pgpConvMod.h -- Conventional Encryption Module
 *
 * Written By:	Derek Atkins <warlord@MIT.EDU>
 *
 * $Id: pgpConvMod.h,v 1.9 1997/06/25 19:39:59 lloyd Exp $
 */

#ifndef Included_pgpConvMod_h
#define Included_pgpConvMod_h

#include "pgpOpaqueStructs.h"
#include "pgpPubTypes.h"
#include "pgpUsuals.h"

PGP_BEGIN_C_DECLARATIONS


PGPPipeline  **
pgpConvModCreate ( PGPContextRef cdkContext,
		PGPPipeline **head, PgpVersion version,
		  PGPFifoDesc const *fd,
		  PGPStringToKey const *s2k,
		  PGPConvKey const *convkeys,
		  PGPByte cipher, PGPByte const *session);

PGP_END_C_DECLARATIONS

#endif /* Included_pgpConvMod_h */

⌨️ 快捷键说明

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