rpm  5.4.15
Typedefs | Functions | Variables
rpmltc.h File Reference
#include <rpmiotypes.h>
#include <rpmpgp.h>
#include <rpmsw.h>
Include dependency graph for rpmltc.h:

Go to the source code of this file.

Typedefs

typedef struct rpmltc_s * rpmltc
 

Functions

int rpmltcExportPubkey (pgpDig dig)
 
int rpmltcExportSignature (pgpDig dig, DIGEST_CTX ctx)
 

Variables

pgpImplVecs_t rpmltcImplVecs
 Implementation specific parameter storage. More...
 

Typedef Documentation

typedef struct rpmltc_s* rpmltc

Definition at line 20 of file rpmltc.h.

Function Documentation

int rpmltcExportPubkey ( pgpDig  dig)

Referenced by pgpExportPubkey().

int rpmltcExportSignature ( pgpDig  dig,
DIGEST_CTX  ctx 
)

Referenced by pgpExportSignature().

Variable Documentation

pgpImplVecs_t rpmltcImplVecs

Implementation specific parameter storage.

Referenced by pgpExportPubkey(), pgpExportSignature(), and rpmioAllArgCallback().