Home
last modified time | relevance | path

Searched refs:rpmPubkey (Results 1 – 8 of 8) sorted by relevance

/dports/archivers/rpm4/rpm-4.16.1.3/rpmio/
H A Drpmkeyring.h35 int rpmKeyringAddKey(rpmKeyring keyring, rpmPubkey key);
67 rpmPubkey rpmPubkeyNew(const uint8_t *pkt, size_t pktlen);
75 rpmPubkey *rpmGetSubkeys(rpmPubkey mainkey, int *count);
82 rpmPubkey rpmPubkeyRead(const char *filename);
89 rpmPubkey rpmPubkeyFree(rpmPubkey key);
96 rpmPubkey rpmPubkeyLink(rpmPubkey key);
103 pgpDig rpmPubkeyDig(rpmPubkey key);
110 char * rpmPubkeyBase64(rpmPubkey key);
117 pgpDigParams rpmPubkeyPgpDigParams(rpmPubkey key);
H A Drpmkeyring.c74 static rpmPubkey rpmKeyringFindKeyid(rpmKeyring keyring, rpmPubkey key) in rpmKeyringFindKeyid()
76 rpmPubkey *found = NULL; in rpmKeyringFindKeyid()
120 rpmPubkey key = NULL; in rpmPubkeyRead()
134 rpmPubkey key = NULL; in rpmPubkeyNew()
160 rpmPubkey *rpmGetSubkeys(rpmPubkey mainkey, int *count) in rpmGetSubkeys()
162 rpmPubkey *subkeys = NULL; in rpmGetSubkeys()
192 rpmPubkey rpmPubkeyFree(rpmPubkey key) in rpmPubkeyFree()
210 rpmPubkey rpmPubkeyLink(rpmPubkey key) in rpmPubkeyLink()
220 pgpDig rpmPubkeyDig(rpmPubkey key) in rpmPubkeyDig()
249 char * rpmPubkeyBase64(rpmPubkey key) in rpmPubkeyBase64()
[all …]
/dports/archivers/rpm4/rpm-4.16.1.3/python/
H A Drpmkeyring-py.c8 rpmPubkey pubkey;
22 rpmPubkey pubkey = NULL; in rpmPubkey_new()
181 PyObject * rpmPubkey_Wrap(PyTypeObject *subtype, rpmPubkey pubkey) in rpmPubkey_Wrap()
H A Drpmkeyring-py.h12 PyObject * rpmPubkey_Wrap(PyTypeObject *subtype, rpmPubkey pubkey);
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-keyring.cpp67 rpmPubkey pubkey = NULL; in dnf_keyring_add_public_key()
68 rpmPubkey *subkeys = NULL; in dnf_keyring_add_public_key()
146 rpmPubkey subkey = subkeys[i]; in dnf_keyring_add_public_key()
/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Drpmts.c285 rpmPubkey *subkeys; in loadKeyringFromFiles()
286 rpmPubkey key = rpmPubkeyRead(*f); in loadKeyringFromFiles()
300 rpmPubkey subkey = subkeys[i]; in loadKeyringFromFiles()
339 rpmPubkey key = rpmPubkeyNew(pkt, pktlen); in loadKeyringFromDB()
341 rpmPubkey *subkeys = rpmGetSubkeys(key, &subkeysCount); in loadKeyringFromDB()
352 rpmPubkey subkey = subkeys[i]; in loadKeyringFromDB()
467 static int makePubkeyHeader(rpmts ts, rpmPubkey key, rpmPubkey *subkeys, in makePubkeyHeader()
561 rpmPubkey pubkey = NULL; in rpmtsImportPubkey()
562 rpmPubkey *subkeys = NULL; in rpmtsImportPubkey()
H A Drpmtypes.h80 typedef struct rpmPubkey_s * rpmPubkey; typedef
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog23856 rpmGetSubkeys() uses pgpPrtParamSubkeys() and it creates rpmPubkey
41375 and avoids exposing further rpmPubkey internals through APIs.
64328 Use rpmPubkey + methods for pubkey header generation
64335 Add couple of new rpmPubkey() methods
64446 Add (and use) refcounting for rpmKeyring and rpmPubkey