Home
last modified time | relevance | path

Searched refs:blob_filecopy (Results 1 – 2 of 2) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/kbx/
H A Dkeybox-update.c161 blob_filecopy (int mode, const char *fname, KEYBOXBLOB blob, in blob_filecopy() function
390 err = blob_filecopy (FILECOPY_INSERT, fname, blob, hd->secret, 1, 0); in keybox_insert_keyblock()
443 err = blob_filecopy (FILECOPY_UPDATE, fname, blob, hd->secret, 1, off); in keybox_update_keyblock()
476 rc = blob_filecopy (FILECOPY_INSERT, fname, blob, hd->secret, 0, 0); in keybox_insert_cert()
/dports/security/gnupg/gnupg-2.3.3/
H A DChangeLog1408 * kbx/keybox-update.c (blob_filecopy): Goto leave instead of return.
26668 * kbx/keybox-update.c (blob_filecopy): Do not close an uninitialized
31954 * kbx/keybox-update.c (blob_filecopy): Fix resource leak. On error
33072 * kbx/keybox-update.c (blob_filecopy): Add arg for_openpgp and set the