rpm  5.4.15
Data Fields
pgpImplVecs_s Struct Reference

#include <rpmio/rpmpgp.h>

Collaboration diagram for pgpImplVecs_s:
Collaboration graph
[legend]

Data Fields

const char * _pgpNV
 
pgpImplSet_t _pgpSetRSA
 
pgpImplSet_t _pgpSetDSA
 
pgpImplSet_t _pgpSetELG
 
pgpImplSet_t _pgpSetECDSA
 
pgpImplErrChk_t _pgpErrChk
 
pgpImplAvailable_t _pgpAvailableCipher
 
pgpImplAvailable_t _pgpAvailableDigest
 
pgpImplAvailable_t _pgpAvailablePubkey
 
pgpImplVerify_t _pgpVerify
 
pgpImplSign_t _pgpSign
 
pgpImplGenerate_t _pgpGenerate
 
pgpImplMpiItem_t _pgpMpiItem
 
pgpImplClean_t _pgpClean
 
pgpImplFree_t _pgpFree
 
pgpImplInit_t _pgpInit
 

Detailed Description

Definition at line 1745 of file rpmpgp.h.

Field Documentation

pgpImplAvailable_t pgpImplVecs_s::_pgpAvailableCipher

Definition at line 1753 of file rpmpgp.h.

Referenced by pgpImplAvailableCipher().

pgpImplAvailable_t pgpImplVecs_s::_pgpAvailableDigest

Definition at line 1754 of file rpmpgp.h.

Referenced by pgpImplAvailableDigest().

pgpImplAvailable_t pgpImplVecs_s::_pgpAvailablePubkey

Definition at line 1755 of file rpmpgp.h.

Referenced by pgpImplAvailablePubkey().

pgpImplClean_t pgpImplVecs_s::_pgpClean

Definition at line 1762 of file rpmpgp.h.

Referenced by pgpImplClean().

pgpImplErrChk_t pgpImplVecs_s::_pgpErrChk

Definition at line 1752 of file rpmpgp.h.

Referenced by pgpImplErrChk().

pgpImplFree_t pgpImplVecs_s::_pgpFree

Definition at line 1763 of file rpmpgp.h.

Referenced by pgpImplFree().

pgpImplGenerate_t pgpImplVecs_s::_pgpGenerate

Definition at line 1759 of file rpmpgp.h.

Referenced by pgpImplGenerate().

pgpImplInit_t pgpImplVecs_s::_pgpInit

Definition at line 1764 of file rpmpgp.h.

Referenced by pgpImplInit().

pgpImplMpiItem_t pgpImplVecs_s::_pgpMpiItem

Definition at line 1761 of file rpmpgp.h.

Referenced by pgpImplMpiItem().

const char* pgpImplVecs_s::_pgpNV

Definition at line 1746 of file rpmpgp.h.

Referenced by pgpArmorWrap().

pgpImplSet_t pgpImplVecs_s::_pgpSetDSA

Definition at line 1748 of file rpmpgp.h.

Referenced by pgpImplSetDSA().

pgpImplSet_t pgpImplVecs_s::_pgpSetECDSA

Definition at line 1750 of file rpmpgp.h.

Referenced by pgpImplSetECDSA().

pgpImplSet_t pgpImplVecs_s::_pgpSetELG

Definition at line 1749 of file rpmpgp.h.

Referenced by pgpImplSetELG().

pgpImplSet_t pgpImplVecs_s::_pgpSetRSA

Definition at line 1747 of file rpmpgp.h.

Referenced by pgpImplSetRSA().

pgpImplSign_t pgpImplVecs_s::_pgpSign

Definition at line 1758 of file rpmpgp.h.

Referenced by pgpImplSign().

pgpImplVerify_t pgpImplVecs_s::_pgpVerify

Definition at line 1757 of file rpmpgp.h.

Referenced by pgpImplVerify().


The documentation for this struct was generated from the following file: