#include "system.h"
#include <rpmlib.h>
#include "rpmlead.h"
#include "signature.h"
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
RPMK | |
int | rpmReSign (rpmResignFlags add, char *passPhrase, const char **argv) |
int | rpmCheckSig (rpmCheckSigFlags flags, const char **argv) |
Functions | |
int | manageFile (FD_t *fdp, const char **fnp, int flags, int rc) |
int | copyFile (FD_t *sfdp, const char **sfnp, FD_t *tfdp, const char **tfnp) |
Definition in file rpmchecksig.c.
|
Definition at line 67 of file rpmchecksig.c. Referenced by rpmCheckSig(), and rpmReSign(). |
|
Definition at line 18 of file rpmchecksig.c. Referenced by copyFile(), rpmCheckSig(), and rpmReSign(). |