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

Go to the source code of this file.

Typedefs

typedef struct rpmgc_s * rpmgc
 

Functions

int rpmgcExportPubkey (pgpDig dig)
 
int rpmgcExportSignature (pgpDig dig, DIGEST_CTX ctx)
 

Variables

pgpImplVecs_t rpmgcImplVecs
 Implementation specific parameter storage. More...
 

Typedef Documentation

typedef struct rpmgc_s* rpmgc

Definition at line 22 of file rpmgc.h.

Function Documentation

int rpmgcExportPubkey ( pgpDig  dig)

Referenced by pgpExportPubkey().

int rpmgcExportSignature ( pgpDig  dig,
DIGEST_CTX  ctx 
)

Referenced by pgpExportSignature().

Variable Documentation

pgpImplVecs_t rpmgcImplVecs

Implementation specific parameter storage.

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