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

Go to the source code of this file.

Typedefs

typedef struct rpmssl_s * rpmssl
 

Functions

int rpmsslExportPubkey (pgpDig dig)
 
int rpmsslExportSignature (pgpDig dig, DIGEST_CTX ctx)
 

Variables

pgpImplVecs_t rpmsslImplVecs
 Implementation specific parameter storage. More...
 

Typedef Documentation

typedef struct rpmssl_s* rpmssl

Definition at line 31 of file rpmssl.h.

Function Documentation

int rpmsslExportPubkey ( pgpDig  dig)

Referenced by pgpExportPubkey().

int rpmsslExportSignature ( pgpDig  dig,
DIGEST_CTX  ctx 
)

Referenced by pgpExportSignature().

Variable Documentation

pgpImplVecs_t rpmsslImplVecs

Implementation specific parameter storage.

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