#include "system.h"
#include <rpmbc.h>
#include "debug.h"
Go to the source code of this file.
|
static unsigned char | nibble (char c) |
| Convert hex to binary nibble. More...
|
|
static int | rpmbcSetRSA (DIGEST_CTX ctx, pgpDig dig, pgpDigParams sigp) |
|
static int | rpmbcVerifyRSA (pgpDig dig) |
|
static int | rpmbcSetDSA (DIGEST_CTX ctx, pgpDig dig, pgpDigParams sigp) |
|
static int | rpmbcVerifyDSA (pgpDig dig) |
|
static int | rpmbcSetECDSA (DIGEST_CTX ctx, pgpDig dig, pgpDigParams sigp) |
|
static int | rpmbcVerifyECDSA (pgpDig dig) |
|
static const char * | pgpMpiHex (const rpmuint8_t *p) |
|
static int | pgpMpiSet (const char *pre, unsigned int lbits, void *dest, const rpmuint8_t *p, const rpmuint8_t *pend) |
|
static int | rpmbcMpiItem (const char *pre, pgpDig dig, int itemno, const rpmuint8_t *p, const rpmuint8_t *pend) |
|
static void | rpmbcClean (void *impl) |
|
static void * | rpmbcFree (void *impl) |
|
static void * | rpmbcInit (void) |
|
static unsigned char nibble |
( |
char |
c | ) |
|
|
static |
Convert hex to binary nibble.
- Parameters
-
- Returns
- binary nibble
Definition at line 28 of file rpmbc.c.
Referenced by rpmbcSetRSA().
static const char* pgpMpiHex |
( |
const rpmuint8_t * |
p | ) |
|
|
static |
static int pgpMpiSet |
( |
const char * |
pre, |
|
|
unsigned int |
lbits, |
|
|
void * |
dest, |
|
|
const rpmuint8_t * |
p, |
|
|
const rpmuint8_t * |
pend |
|
) |
| |
|
static |
static void rpmbcClean |
( |
void * |
impl | ) |
|
|
static |
static void* rpmbcFree |
( |
void * |
impl | ) |
|
|
static |
static void* rpmbcInit |
( |
void |
| ) |
|
|
static |
static int rpmbcVerifyDSA |
( |
pgpDig |
dig | ) |
|
|
static |
static int rpmbcVerifyECDSA |
( |
pgpDig |
dig | ) |
|
|
static |
static int rpmbcVerifyRSA |
( |
pgpDig |
dig | ) |
|
|
static |
Definition at line 29 of file rpmpgp.c.
Referenced by pgpMpiSet(), pgpPrtComment(), pgpPrtHex(), pgpPrtInt(), pgpPrtKey(), pgpPrtNL(), pgpPrtPkts(), pgpPrtPubkeyParams(), pgpPrtSeckeyParams(), pgpPrtSig(), pgpPrtSigParams(), pgpPrtStr(), pgpPrtSubType(), pgpPrtUserID(), pgpPrtVal(), and rpmbcMpiItem().