rpm 5.3.7
|
Go to the source code of this file.
Functions | |
rpmRC | rpmkuFindPubkey (pgpDigParams sigp, rpmiob *iobp) |
Lookup pubkey in keyutils keyring. | |
rpmRC | rpmkuStorePubkey (pgpDigParams sigp, rpmiob iob) |
Store pubkey in keyutils keyring. | |
const char * | rpmkuPassPhrase (const char *passPhrase) |
Return pass phrase from keyutils keyring. | |
Variables | |
rpmint32_t | _kuKeyring |
Keyutils keyring to use. |
Definition in file rpmku.h.
rpmRC rpmkuFindPubkey | ( | pgpDigParams | sigp, |
rpmiob * | iobp | ||
) |
Lookup pubkey in keyutils keyring.
sigp | signature packet |
*iobp | pubkey I/O buffer |
Definition at line 150 of file rpmku.c.
References _kuKeyring, alloca(), pgpGrab(), rpmiobFree(), rpmiobNew(), RPMRC_NOTFOUND, RPMRC_OK, snprintf(), stpcpy(), and xstrdup().
Referenced by rpmtsFindPubkey().
const char* rpmkuPassPhrase | ( | const char * | passPhrase | ) |
Return pass phrase from keyutils keyring.
passPhrase | pass phrase |
Definition at line 220 of file rpmku.c.
References _kuKeyring, and xstrdup().
Referenced by makeGPGSignature(), and rpmCheckPassPhrase().
rpmRC rpmkuStorePubkey | ( | pgpDigParams | sigp, |
rpmiob | iob | ||
) |
Store pubkey in keyutils keyring.
sigp | signature packet |
iob | pubkey I/O buffer |
Definition at line 197 of file rpmku.c.
References _kuKeyring, alloca(), pgpGrab(), rpmiobFree(), RPMRC_OK, snprintf(), and stpcpy().
Referenced by rpmtsFindPubkey().
Keyutils keyring to use.
Referenced by _GetPass(), rpmkuFindPubkey(), rpmkuPassPhrase(), and rpmkuStorePubkey().